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
1,014 changes: 510 additions & 504 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ assert_cmd = "2.0.4"
nix = "0.23.1"
tempfile = "3.2.0"
tokio = "1.17.0"
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "master" }
remote-externalities = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
polkadot-core-primitives = { path = "core-primitives" }

[workspace]
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 = "master" }
beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "master" }
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-mmr-rpc = { 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-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" }
beefy-gadget = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
beefy-gadget-rpc = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
beefy-primitives = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
node-inspect = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
pallet-mmr-rpc = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update", features = ["wasmtime"] }
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-service = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }
substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }

[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 = "shawntabrizi-bounty-deposit-update" }
frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }

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

[build-dependencies]
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }
substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "shawntabrizi-bounty-deposit-update" }

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