Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
290 changes: 145 additions & 145 deletions Cargo.lock

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions bridges/bin/millau/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,31 @@ pallet-message-lane-rpc = { path = "../../../modules/message-lane/rpc" }

# Substrate Dependencies

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" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix", features = ["wasmtime"] }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }

[build-dependencies]
build-script-utils = { package = "substrate-build-script-utils", version = "2.0" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
vergen = "3.1.0"

[features]
Expand Down
50 changes: 25 additions & 25 deletions bridges/bin/millau/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@ pallet-substrate-bridge = { path = "../../../modules/substrate", default-feature

# 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 }
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 }
frame-executive = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-aura = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-grandpa = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-session = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-sudo = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-session = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-std = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-trie = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }
sp-version = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" , default-features = false }

[build-dependencies]
wasm-builder-runner = { package = "substrate-wasm-builder-runner", version = "2.0.0" }
Expand Down
46 changes: 23 additions & 23 deletions bridges/bin/rialto/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@ 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" }
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" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix", features = ["wasmtime"] }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }

[build-dependencies]
build-script-utils = { package = "substrate-build-script-utils", version = "2.0" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "a-sync-fix" }
vergen = "3.1.0"

[features]
Expand Down
Loading