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

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Apr 13, 2022
1 parent ea99f52 commit 29d8446
Show file tree
Hide file tree
Showing 124 changed files with 1,449 additions and 1,400 deletions.
346 changes: 182 additions & 164 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:/paritytech/substrate", branch = "master" }
remote-externalities = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
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:/paritytech/substrate", branch = "master" }
beefy-gadget-rpc = { git = "https:/paritytech/substrate", branch = "master" }
beefy-primitives = { git = "https:/paritytech/substrate", branch = "master" }
frame-benchmarking = { git = "https:/paritytech/substrate", branch = "master" }
frame-benchmarking-cli = { git = "https:/paritytech/substrate", branch = "master" }
node-inspect = { git = "https:/paritytech/substrate", branch = "master" }
pallet-mmr-rpc = { git = "https:/paritytech/substrate", branch = "master" }
pallet-transaction-payment-rpc = { git = "https:/paritytech/substrate", branch = "master" }
sc-basic-authorship = { git = "https:/paritytech/substrate", branch = "master" }
sc-cli = { git = "https:/paritytech/substrate", branch = "master", features = ["wasmtime"] }
sc-client-api = { git = "https:/paritytech/substrate", branch = "master" }
sc-consensus = { git = "https:/paritytech/substrate", branch = "master" }
sc-consensus-aura = { git = "https:/paritytech/substrate", branch = "master" }
sc-executor = { git = "https:/paritytech/substrate", branch = "master" }
sc-finality-grandpa = { git = "https:/paritytech/substrate", branch = "master" }
sc-finality-grandpa-rpc = { git = "https:/paritytech/substrate", branch = "master" }
sc-keystore = { git = "https:/paritytech/substrate", branch = "master" }
sc-rpc = { git = "https:/paritytech/substrate", branch = "master" }
sc-service = { git = "https:/paritytech/substrate", branch = "master" }
sc-telemetry = { git = "https:/paritytech/substrate", branch = "master" }
sc-transaction-pool = { git = "https:/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https:/paritytech/substrate", branch = "master" }
sp-consensus-aura = { git = "https:/paritytech/substrate", branch = "master" }
sp-core = { git = "https:/paritytech/substrate", branch = "master" }
sp-finality-grandpa = { git = "https:/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https:/paritytech/substrate", branch = "master" }
sp-timestamp = { git = "https:/paritytech/substrate", branch = "master" }
substrate-frame-rpc-system = { git = "https:/paritytech/substrate", branch = "master" }
beefy-gadget = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
beefy-gadget-rpc = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
beefy-primitives = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
frame-benchmarking = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
frame-benchmarking-cli = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
node-inspect = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
pallet-mmr-rpc = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
pallet-transaction-payment-rpc = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-basic-authorship = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-cli = { git = "https:/paritytech/substrate", features = ["wasmtime"] , branch = "oty-boxed-events" }
sc-client-api = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-consensus = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-consensus-aura = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-executor = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-finality-grandpa = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-finality-grandpa-rpc = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-keystore = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-rpc = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-service = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-telemetry = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sc-transaction-pool = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sp-consensus = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sp-consensus-aura = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sp-core = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sp-finality-grandpa = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sp-runtime = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
sp-timestamp = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
substrate-frame-rpc-system = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }

[build-dependencies]
substrate-build-script-utils = { git = "https:/paritytech/substrate", branch = "master" }
frame-benchmarking-cli = { git = "https:/paritytech/substrate", branch = "master" }
substrate-build-script-utils = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }
frame-benchmarking-cli = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }

[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 @@ -32,45 +32,45 @@ pallet-shift-session-manager = { path = "../../../modules/shift-session-manager"

# Substrate Dependencies

beefy-primitives = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
frame-benchmarking = { git = "https:/paritytech/substrate", branch = "master", default-features = false, optional = true }
frame-executive = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
frame-support = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
frame-system = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
frame-system-rpc-runtime-api = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-aura = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-balances = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-beefy = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-beefy-mmr = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-grandpa = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-mmr = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-mmr-primitives = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-randomness-collective-flip = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-session = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-sudo = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-timestamp = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-transaction-payment = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
pallet-transaction-payment-rpc-runtime-api = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-api = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-block-builder = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-consensus-aura = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-core = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-finality-grandpa = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-inherents = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-offchain = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-runtime = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-session = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-std = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-transaction-pool = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-trie = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
sp-version = { git = "https:/paritytech/substrate", branch = "master", default-features = false }
beefy-primitives = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
frame-benchmarking = { git = "https:/paritytech/substrate", default-features = false, optional = true , branch = "oty-boxed-events" }
frame-executive = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
frame-support = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
frame-system = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
frame-system-rpc-runtime-api = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-aura = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-balances = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-beefy = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-beefy-mmr = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-grandpa = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-mmr = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-mmr-primitives = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-randomness-collective-flip = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-session = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-sudo = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-timestamp = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-transaction-payment = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
pallet-transaction-payment-rpc-runtime-api = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-api = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-block-builder = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-consensus-aura = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-core = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-finality-grandpa = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-inherents = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-offchain = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-runtime = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-session = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-std = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-transaction-pool = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-trie = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }
sp-version = { git = "https:/paritytech/substrate", default-features = false , branch = "oty-boxed-events" }

[dev-dependencies]
bridge-runtime-common = { path = "../../runtime-common", features = ["integrity-test"] }
static_assertions = "1.1"

[build-dependencies]
substrate-wasm-builder = { git = "https:/paritytech/substrate", branch = "master" }
substrate-wasm-builder = { git = "https:/paritytech/substrate", branch = "oty-boxed-events" }

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

0 comments on commit 29d8446

Please sign in to comment.