Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
6a696966
Unverified
Commit
6a696966
authored
Mar 09, 2021
by
Pierre Krieger
Committed by
GitHub
Mar 09, 2021
Browse files
Make Substrate deps uniform (#2589)
parent
8a4fb92d
Pipeline
#127374
passed with stages
in 22 minutes and 45 seconds
Changes
32
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bridges/bin/millau/node/Cargo.toml
View file @
6a696966
...
...
@@ -24,31 +24,31 @@ pallet-message-lane-rpc = { path = "../../../modules/message-lane/rpc" }
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
features
=
["wasmtime"]
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
features
=
["wasmtime"]
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[build-dependencies]
build-script-utils
=
{
package
=
"substrate-build-script-utils"
,
version
=
"2.0"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
vergen
=
"3.1.0"
[features]
...
...
bridges/bin/millau/runtime/Cargo.toml
View file @
6a696966
...
...
@@ -28,31 +28,31 @@ pallet-substrate-bridge = { path = "../../../modules/substrate", default-feature
# Substrate Dependencies
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-offchain
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-offchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[build-dependencies]
wasm-builder-runner
=
{
package
=
"substrate-wasm-builder-runner"
,
version
=
"2.0.0"
}
...
...
bridges/bin/rialto/node/Cargo.toml
View file @
6a696966
...
...
@@ -24,32 +24,32 @@ rialto-runtime = { path = "../runtime" }
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
features
=
["wasmtime"]
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-telemetry
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
features
=
["wasmtime"]
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sc-telemetry
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[build-dependencies]
build-script-utils
=
{
package
=
"substrate-build-script-utils"
,
version
=
"2.0"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
vergen
=
"3.1.0"
[features]
...
...
bridges/bin/rialto/runtime/Cargo.toml
View file @
6a696966
...
...
@@ -34,33 +34,33 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager"
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-offchain
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-offchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
libsecp256k1
=
{
version
=
"0.3.4"
,
features
=
["hmac"]
}
...
...
bridges/bin/runtime-common/Cargo.toml
View file @
6a696966
...
...
@@ -23,12 +23,12 @@ pallet-substrate-bridge = { path = "../../modules/substrate", default-features =
# Substrate dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[features]
default
=
["std"]
...
...
bridges/modules/call-dispatch/Cargo.toml
View file @
6a696966
...
...
@@ -16,14 +16,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false }
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
serde
=
"1.0"
[features]
...
...
bridges/modules/currency-exchange/Cargo.toml
View file @
6a696966
...
...
@@ -17,15 +17,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[features]
default
=
["std"]
...
...
bridges/modules/ethereum-contract/builtin/Cargo.toml
View file @
6a696966
...
...
@@ -19,10 +19,10 @@ rialto-runtime = { path = "../../../bin/rialto/runtime" }
# Substrate Dependencies
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
bridges/modules/ethereum/Cargo.toml
View file @
6a696966
...
...
@@ -17,12 +17,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
libsecp256k1
=
{
version
=
"0.3.4"
,
features
=
["hmac"]
}
...
...
bridges/modules/finality-verifier/Cargo.toml
View file @
6a696966
...
...
@@ -19,15 +19,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
bp-test-utils
=
{
path
=
"../../primitives/test-utils"
}
pallet-substrate-bridge
=
{
path
=
"../../modules/substrate"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[features]
...
...
bridges/modules/message-lane/Cargo.toml
View file @
6a696966
...
...
@@ -19,17 +19,17 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false }
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
hex-literal
=
"0.3"
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[features]
default
=
["std"]
...
...
bridges/modules/message-lane/rpc/Cargo.toml
View file @
6a696966
...
...
@@ -21,9 +21,9 @@ bp-message-lane = { path = "../../../primitives/message-lane" }
# Substrate Dependencies
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
bridges/modules/shift-session-manager/Cargo.toml
View file @
6a696966
...
...
@@ -11,15 +11,15 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
serde
=
"1.0"
[features]
...
...
bridges/modules/substrate/Cargo.toml
View file @
6a696966
...
...
@@ -20,18 +20,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false }
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
bp-test-utils
=
{
path
=
"../../primitives/test-utils"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
}
[features]
default
=
["std"]
...
...
bridges/primitives/currency-exchange/Cargo.toml
View file @
6a696966
...
...
@@ -11,9 +11,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[features]
default
=
["std"]
...
...
bridges/primitives/ethereum-poa/Cargo.toml
View file @
6a696966
...
...
@@ -24,10 +24,10 @@ triehash = { version = "0.8.2", default-features = false }
# Substrate Dependencies
sp-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
hex-literal
=
"0.2"
...
...
bridges/primitives/header-chain/Cargo.toml
View file @
6a696966
...
...
@@ -13,11 +13,11 @@ serde = { version = "1.0", optional = true }
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[dev-dependencies]
bp-test-utils
=
{
path
=
"../test-utils"
}
...
...
bridges/primitives/kusama/Cargo.toml
View file @
6a696966
...
...
@@ -15,12 +15,12 @@ bp-runtime = { path = "../runtime", default-features = false }
# Substrate Based Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[features]
default
=
["std"]
...
...
bridges/primitives/message-lane/Cargo.toml
View file @
6a696966
...
...
@@ -15,9 +15,9 @@ bp-runtime = { path = "../runtime", default-features = false }
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate
.git
"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
[features]
default
=
["std"]
...