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

Commit

Permalink
Merge remote-tracking branch 'parity/rk-prep-v0.9.16' into ladi-loggi…
Browse files Browse the repository at this point in the history
…ng-disputes
  • Loading branch information
Lldenaurois committed Jan 27, 2022
2 parents cd4b791 + a9414ee commit 35a6216
Show file tree
Hide file tree
Showing 116 changed files with 1,348 additions and 1,348 deletions.
326 changes: 163 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ assert_cmd = "2.0.2"
nix = "0.23.1"
tempfile = "3.2.0"
tokio = "1.15.0"
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
node-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }

[workspace]
members = [
Expand Down
60 changes: 30 additions & 30 deletions bridges/bin/millau/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,38 @@ pallet-bridge-messages = { path = "../../../modules/messages" }

# Substrate Dependencies

beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "polkadot-v0.9.16" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-cli = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "l-sync-all-forks" }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }

[build-dependencies]
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }

[features]
default = []
Expand Down
66 changes: 33 additions & 33 deletions bridges/bin/millau/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,41 +30,41 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager"

# Substrate Dependencies

beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "polkadot-v0.9.16" }
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "polkadot-v0.9.16" }
beefy-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true , branch = "l-sync-all-forks" }
frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
frame-support = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
frame-system = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-beefy = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-beefy-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-mmr = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-mmr-primitives = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-api = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-core = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-session = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-std = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-trie = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }
sp-version = { git = "https://github.com/paritytech/substrate", default-features = false , branch = "l-sync-all-forks" }

[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.16" }
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "l-sync-all-forks" }

[features]
default = ["std"]
Expand Down
Loading

0 comments on commit 35a6216

Please sign in to comment.