Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
3f8afc5d
Commit
3f8afc5d
authored
Nov 11, 2021
by
David
Browse files
Point to substrate companion branch
parent
95ef107d
Pipeline
#165507
canceled with stages
in 15 minutes and 58 seconds
Changes
109
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
3f8afc5d
This diff is collapsed.
Click to expand it.
bridges/bin/millau/node/Cargo.toml
View file @
3f8afc5d
...
...
@@ -24,35 +24,35 @@ pallet-bridge-messages = { path = "../../../modules/messages" }
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
node-inspect
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-transaction-payment-rpc
=
{
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-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-telemetry
=
{
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-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
node-inspect
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
pallet-transaction-payment-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
features
=
["wasmtime"]
,
branch
=
"dp-update-jsonrpsee-client"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-telemetry
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[build-dependencies]
substrate-build-script-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-build-script-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
[]
...
...
bridges/bin/millau/runtime/Cargo.toml
View file @
3f8afc5d
...
...
@@ -28,35 +28,35 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager"
# Substrate Dependencies
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
}
pallet-transaction-payment-rpc-runtime-api
=
{
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-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
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-offchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[build-dependencies]
substrate-wasm-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-wasm-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
["std"]
...
...
bridges/bin/rialto/node/Cargo.toml
View file @
3f8afc5d
...
...
@@ -25,35 +25,35 @@ rialto-runtime = { path = "../runtime" }
# Substrate Dependencies
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
node-inspect
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-transaction-payment-rpc
=
{
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-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sc-telemetry
=
{
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-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
node-inspect
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
pallet-transaction-payment-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-basic-authorship
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
features
=
["wasmtime"]
,
branch
=
"dp-update-jsonrpsee-client"
}
sc-client-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-executor
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-finality-grandpa-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-keystore
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-rpc
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-service
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-telemetry
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sc-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-consensus
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
substrate-frame-rpc-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[build-dependencies]
substrate-build-script-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-build-script-utils
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
frame-benchmarking-cli
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
[]
...
...
bridges/bin/rialto/runtime/Cargo.toml
View file @
3f8afc5d
...
...
@@ -34,41 +34,41 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager"
# Substrate Dependencies
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
}
pallet-transaction-payment-rpc-runtime-api
=
{
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
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-executive
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-randomness-collective-flip
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-sudo
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-timestamp
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-transaction-payment-rpc-runtime-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-block-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-consensus-aura
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-inherents
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-offchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-transaction-pool
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-version
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
libsecp256k1
=
{
version
=
"0.3.4"
,
features
=
["hmac"]
}
[build-dependencies]
substrate-wasm-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
substrate-wasm-builder
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
["std"]
...
...
bridges/bin/runtime-common/Cargo.toml
View file @
3f8afc5d
...
...
@@ -24,13 +24,13 @@ pallet-bridge-messages = { path = "../../modules/messages", default-features = f
# Substrate dependencies
frame-support
=
{
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-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
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-transaction-payment
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[features]
default
=
["std"]
...
...
bridges/fuzz/storage-proof/Cargo.toml
View file @
3f8afc5d
...
...
@@ -23,12 +23,12 @@ bp-test-utils = { path = "../../primitives/test-utils" }
# Substrate Dependencies
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-io
=
{
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-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-state-machine
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
bridges/modules/currency-exchange/Cargo.toml
View file @
3f8afc5d
...
...
@@ -18,15 +18,15 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f
# Substrate Dependencies
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
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
["std"]
...
...
bridges/modules/dispatch/Cargo.toml
View file @
3f8afc5d
...
...
@@ -18,14 +18,14 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false }
# Substrate Dependencies
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
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
serde
=
"1.0"
[features]
...
...
bridges/modules/ethereum-contract-builtin/Cargo.toml
View file @
3f8afc5d
...
...
@@ -19,10 +19,10 @@ rialto-runtime = { path = "../../bin/rialto/runtime" }
# Substrate Dependencies
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
"
}
sc-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-blockchain
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
bridges/modules/ethereum/Cargo.toml
View file @
3f8afc5d
...
...
@@ -18,12 +18,12 @@ bp-eth-poa = { path = "../../primitives/ethereum-poa", default-features = false
# Substrate Dependencies
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
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
libsecp256k1
=
{
version
=
"0.3.4"
,
features
=
["hmac"]
}
...
...
bridges/modules/grandpa/Cargo.toml
View file @
3f8afc5d
...
...
@@ -22,19 +22,19 @@ bp-header-chain = { path = "../../primitives/header-chain", default-features = f
# Substrate Dependencies
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
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-finality-grandpa
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
# Optional Benchmarking Dependencies
bp-test-utils
=
{
path
=
"../../primitives/test-utils"
,
default-features
=
false
,
optional
=
true
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
,
optional
=
true
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
["std"]
...
...
bridges/modules/messages/Cargo.toml
View file @
3f8afc5d
...
...
@@ -23,18 +23,18 @@ bp-runtime = { path = "../../primitives/runtime", default-features = false }
# Substrate Dependencies
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
}
frame-benchmarking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
optional
=
true
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
hex
=
"0.4"
hex-literal
=
"0.3"
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-io
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
pallet-balances
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
[features]
default
=
["std"]
...
...
bridges/modules/shift-session-manager/Cargo.toml
View file @
3f8afc5d
...
...
@@ -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"
,
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
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
frame-system
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
pallet-session
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-staking
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[dev-dependencies]
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
master
"
}
sp-core
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
sp-runtime
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"
dp-update-jsonrpsee-client
"
}
serde
=
"1.0"
[features]
...
...
bridges/primitives/chain-kusama/Cargo.toml
View file @
3f8afc5d
...
...
@@ -14,8 +14,8 @@ bp-polkadot-core = { path = "../polkadot-core", default-features = false }
bp-runtime
=
{
path
=
"../runtime"
,
default-features
=
false
}
# Substrate Based Dependencies
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
}
sp-api
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
sp-std
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}
[features]
default
=
["std"]
...
...
bridges/primitives/chain-millau/Cargo.toml
View file @
3f8afc5d
...
...
@@ -21,14 +21,14 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] }
# Substrate Based Dependencies
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-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
}
sp-trie
=
{
git
=
"https://github.com/paritytech/substrate"
,
branch
=
"master"
,
default-features
=
false
}
frame-support
=
{
git
=
"https://github.com/paritytech/substrate"
,
default-features
=
false
,
branch
=
"dp-update-jsonrpsee-client"
}