Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
WIP: Diener
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Mar 25, 2021
1 parent 3da7e43 commit ff2d3ff
Show file tree
Hide file tree
Showing 82 changed files with 959 additions and 1,050 deletions.
381 changes: 145 additions & 236 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 = "ser-instrument" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "ser-instrument" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "ser-instrument" }

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

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

[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 = "ser-instrument" }
vergen = "3.1.0"

[features]
Expand Down
Loading

0 comments on commit ff2d3ff

Please sign in to comment.