diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec634ce236a..bde5ca13c40 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -151,7 +151,7 @@ jobs: name: Download relay chain binary with: repository: paritytech/polkadot - tag: v0.9.1 + tag: v0.9.3 fileName: polkadot out-file-path: ../polkadot/target/release - run: chmod +x ./basilisk && ./basilisk --version diff --git a/Cargo.lock b/Cargo.lock index e647f496b21..489166e5bad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.1#5005aa80b067ac400ab375447a76deea6866bab1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459" dependencies = [ "beefy-primitives", "futures 0.3.15", @@ -640,7 +640,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.1#5005aa80b067ac400ab375447a76deea6866bab1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.1#5005aa80b067ac400ab375447a76deea6866bab1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459" dependencies = [ "parity-scale-codec 2.1.1", "sp-api", @@ -845,6 +845,114 @@ dependencies = [ "once_cell", ] +[[package]] +name = "bp-header-chain" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "finality-grandpa", + "frame-support", + "parity-scale-codec 2.1.1", + "serde", + "sp-core", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "bp-messages" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "bp-runtime", + "frame-support", + "frame-system", + "parity-scale-codec 2.1.1", + "sp-std", +] + +[[package]] +name = "bp-polkadot-core" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "bp-messages", + "bp-runtime", + "frame-support", + "frame-system", + "parity-scale-codec 2.1.1", + "sp-api", + "sp-core", + "sp-runtime", + "sp-std", + "sp-version", +] + +[[package]] +name = "bp-rococo" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "bp-header-chain", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "parity-scale-codec 2.1.1", + "sp-api", + "sp-runtime", + "sp-std", + "sp-version", +] + +[[package]] +name = "bp-runtime" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "frame-support", + "hash-db", + "num-traits", + "parity-scale-codec 2.1.1", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", +] + +[[package]] +name = "bp-test-utils" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "bp-header-chain", + "ed25519-dalek", + "finality-grandpa", + "parity-scale-codec 2.1.1", + "sp-application-crypto", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "bp-wococo" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "bp-header-chain", + "bp-messages", + "bp-polkadot-core", + "bp-runtime", + "parity-scale-codec 2.1.1", + "sp-api", + "sp-runtime", + "sp-std", + "sp-version", +] + [[package]] name = "bs58" version = "0.4.0" @@ -871,9 +979,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.6.1" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" +checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631" [[package]] name = "byte-slice-cast" @@ -1346,7 +1454,7 @@ dependencies = [ "cfg-if 1.0.0", "crossbeam-utils 0.8.4", "lazy_static", - "memoffset 0.6.3", + "memoffset 0.6.4", "scopeguard", ] @@ -1442,7 +1550,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "sc-cli", "sc-service", @@ -1452,14 +1560,14 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-primitives-core", "futures 0.3.15", "parity-scale-codec 2.1.1", - "parking_lot 0.9.0", + "parking_lot 0.10.2", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", @@ -1476,14 +1584,14 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "async-trait", "cumulus-client-consensus-common", "cumulus-primitives-core", "futures 0.3.15", "parity-scale-codec 2.1.1", - "parking_lot 0.9.0", + "parking_lot 0.10.2", "polkadot-service", "sc-client-api", "sc-consensus-aura", @@ -1506,7 +1614,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "async-trait", "dyn-clone", @@ -1524,21 +1632,20 @@ dependencies = [ "sp-runtime", "sp-trie", "substrate-prometheus-endpoint", - "tokio 0.1.22", "tracing", ] [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "async-trait", "cumulus-client-consensus-common", "cumulus-primitives-core", "futures 0.3.15", "parity-scale-codec 2.1.1", - "parking_lot 0.9.0", + "parking_lot 0.10.2", "polkadot-service", "sc-client-api", "sp-api", @@ -1555,7 +1662,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "derive_more", "futures 0.3.15", @@ -1576,20 +1683,49 @@ dependencies = [ "tracing", ] +[[package]] +name = "cumulus-client-pov-recovery" +version = "0.1.0" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" +dependencies = [ + "cumulus-primitives-core", + "futures 0.3.15", + "futures-timer 3.0.2", + "parity-scale-codec 2.1.1", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-service", + "polkadot-statement-table", + "rand 0.8.3", + "sc-client-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-maybe-compressed-blob", + "sp-runtime", + "tracing", +] + [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "cumulus-client-collator", "cumulus-client-consensus-common", + "cumulus-client-pov-recovery", "cumulus-primitives-core", - "futures 0.3.15", "parity-scale-codec 2.1.1", + "parking_lot 0.10.2", + "polkadot-overseer", "polkadot-primitives", "polkadot-service", "sc-chain-spec", "sc-client-api", + "sc-consensus-babe", "sc-service", "sc-telemetry", "sc-tracing", @@ -1604,7 +1740,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "frame-executive", "frame-support", @@ -1621,7 +1757,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-parachain-inherent", @@ -1651,7 +1787,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1669,7 +1805,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1720,9 +1856,9 @@ checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "data-encoding-macro" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3920ab0ba823e4fe0fe4c358f105a7e36643f2155f409b13df03e67965d296f" +checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -1730,9 +1866,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f83e699727abca3c56e187945f303389590305ab2f0185ea445aa66e8d5f2a" +checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db" dependencies = [ "data-encoding", "syn", @@ -2159,7 +2295,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", ] @@ -2177,7 +2313,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -2196,7 +2332,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "Inflector", "chrono", @@ -2219,7 +2355,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -2232,7 +2368,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -2247,7 +2383,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "serde", @@ -2258,7 +2394,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "bitflags", "frame-metadata", @@ -2284,7 +2420,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2296,7 +2432,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2308,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "proc-macro2", "quote", @@ -2318,7 +2454,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2335,7 +2471,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -2349,7 +2485,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sp-api", @@ -2358,7 +2494,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "parity-scale-codec 2.1.1", @@ -2952,7 +3088,7 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hydra-dx-build-script-utils" version = "1.0.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#144a9107dbb4a7204ba003d3a18cbd4ab6aca503" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "cargo-lock", "platforms", @@ -3463,8 +3599,8 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -4268,9 +4404,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d" +checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9" dependencies = [ "autocfg", ] @@ -4316,7 +4452,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "derive_more", "futures 0.3.15", @@ -4475,11 +4611,11 @@ dependencies = [ [[package]] name = "multihash-derive" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ee3c48cb9d9b275ad967a0e96715badc13c6029adb92f34fa17b9ff28fd81f" +checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99" dependencies = [ - "proc-macro-crate 0.1.5", + "proc-macro-crate 1.0.0", "proc-macro-error", "proc-macro2", "quote", @@ -4722,7 +4858,7 @@ dependencies = [ [[package]] name = "orml-currencies" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=11191abe385c9e74a6f179fc1df0e37c5163e9fe#11191abe385c9e74a6f179fc1df0e37c5163e9fe" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=6862e1ced561c1c970afc8c5d00d2e023fc3b965#6862e1ced561c1c970afc8c5d00d2e023fc3b965" dependencies = [ "frame-support", "frame-system", @@ -4738,7 +4874,7 @@ dependencies = [ [[package]] name = "orml-tokens" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=11191abe385c9e74a6f179fc1df0e37c5163e9fe#11191abe385c9e74a6f179fc1df0e37c5163e9fe" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=6862e1ced561c1c970afc8c5d00d2e023fc3b965#6862e1ced561c1c970afc8c5d00d2e023fc3b965" dependencies = [ "frame-support", "frame-system", @@ -4752,7 +4888,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=11191abe385c9e74a6f179fc1df0e37c5163e9fe#11191abe385c9e74a6f179fc1df0e37c5163e9fe" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=6862e1ced561c1c970afc8c5d00d2e023fc3b965#6862e1ced561c1c970afc8c5d00d2e023fc3b965" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -4768,7 +4904,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=11191abe385c9e74a6f179fc1df0e37c5163e9fe#11191abe385c9e74a6f179fc1df0e37c5163e9fe" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=6862e1ced561c1c970afc8c5d00d2e023fc3b965#6862e1ced561c1c970afc8c5d00d2e023fc3b965" dependencies = [ "frame-support", "parity-scale-codec 2.1.1", @@ -4790,7 +4926,7 @@ dependencies = [ [[package]] name = "pallet-asset-registry" version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-support", "frame-system", @@ -4807,7 +4943,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -4823,7 +4959,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -4838,7 +4974,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -4852,7 +4988,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4875,7 +5011,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4889,7 +5025,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.1#5005aa80b067ac400ab375447a76deea6866bab1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459" dependencies = [ "beefy-primitives", "frame-support", @@ -4904,7 +5040,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -4914,10 +5050,31 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-bridge-grandpa" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" +dependencies = [ + "bp-header-chain", + "bp-runtime", + "bp-test-utils", + "finality-grandpa", + "frame-support", + "frame-system", + "log", + "num-traits", + "parity-scale-codec 2.1.1", + "serde", + "sp-finality-grandpa", + "sp-runtime", + "sp-std", + "sp-trie", +] + [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4933,7 +5090,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -4948,7 +5105,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-election-provider-support", "frame-support", @@ -4956,6 +5113,7 @@ dependencies = [ "log", "parity-scale-codec 2.1.1", "sp-arithmetic", + "sp-core", "sp-io", "sp-npos-elections", "sp-runtime", @@ -4966,7 +5124,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -4981,8 +5139,8 @@ dependencies = [ [[package]] name = "pallet-exchange" -version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +version = "3.2.0" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-support", "frame-system", @@ -5003,7 +5161,7 @@ dependencies = [ [[package]] name = "pallet-exchange-benchmarking" version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-benchmarking", "frame-support", @@ -5025,7 +5183,7 @@ dependencies = [ [[package]] name = "pallet-faucet" version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-support", "frame-system", @@ -5044,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5058,7 +5216,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5079,7 +5237,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5094,7 +5252,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5112,7 +5270,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5127,7 +5285,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5142,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5159,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5175,7 +5333,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5193,7 +5351,7 @@ dependencies = [ [[package]] name = "pallet-multi-payment-benchmarking" version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-benchmarking", "frame-support", @@ -5219,7 +5377,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5233,7 +5391,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5246,7 +5404,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5262,7 +5420,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5276,7 +5434,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5289,7 +5447,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "enumflags2", "frame-support", @@ -5303,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5318,7 +5476,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5337,7 +5495,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5350,7 +5508,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5372,7 +5530,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5383,7 +5541,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "sp-arithmetic", @@ -5392,7 +5550,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5405,7 +5563,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5423,7 +5581,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5437,7 +5595,7 @@ dependencies = [ [[package]] name = "pallet-transaction-multi-payment" version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-support", "frame-system", @@ -5458,7 +5616,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5474,7 +5632,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5491,7 +5649,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "pallet-transaction-payment", "parity-scale-codec 2.1.1", @@ -5502,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5517,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-support", "frame-system", @@ -5531,7 +5689,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "enumflags2", "frame-support", @@ -5544,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "frame-support", "frame-system", @@ -5559,7 +5717,7 @@ dependencies = [ [[package]] name = "pallet-xyk" version = "1.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-benchmarking", "frame-support", @@ -5582,7 +5740,7 @@ dependencies = [ [[package]] name = "pallet-xyk-rpc" version = "1.0.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5600,7 +5758,7 @@ dependencies = [ [[package]] name = "pallet-xyk-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "parity-scale-codec 2.1.1", "serde", @@ -5613,7 +5771,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.1#4b2c51514cd5f34a5aa0404d4a2eac86f88203f8" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -6037,7 +6195,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "polkadot-node-network-protocol", @@ -6051,7 +6209,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "polkadot-node-network-protocol", @@ -6064,7 +6222,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "lru", @@ -6087,7 +6245,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "lru", @@ -6105,8 +6263,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "frame-benchmarking-cli", "futures 0.3.15", @@ -6118,7 +6276,7 @@ dependencies = [ "sp-core", "sp-trie", "structopt", - "substrate-build-script-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1)", + "substrate-build-script-utils 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3)", "thiserror", "try-runtime-cli", ] @@ -6126,7 +6284,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "always-assert", "futures 0.3.15", @@ -6145,8 +6303,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "parity-scale-codec 2.1.1", "parity-util-mem", @@ -6157,8 +6315,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "parity-scale-codec 2.1.1", "polkadot-node-primitives", @@ -6172,7 +6330,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "polkadot-node-network-protocol", @@ -6187,7 +6345,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-trait", "futures 0.3.15", @@ -6207,7 +6365,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "parity-scale-codec 2.1.1", @@ -6225,7 +6383,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "bitvec 0.20.4", "derive_more", @@ -6254,7 +6412,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "bitvec 0.20.4", "futures 0.3.15", @@ -6274,7 +6432,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "bitvec 0.20.4", "futures 0.3.15", @@ -6292,7 +6450,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "polkadot-node-subsystem", @@ -6307,7 +6465,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "polkadot-node-primitives", @@ -6322,7 +6480,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-trait", "futures 0.3.15", @@ -6340,7 +6498,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "polkadot-node-subsystem", @@ -6353,7 +6511,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-trait", "futures 0.3.15", @@ -6371,7 +6529,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "bitvec 0.20.4", "futures 0.3.15", @@ -6386,7 +6544,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "always-assert", "assert_matches", @@ -6414,7 +6572,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "memory-lru", @@ -6432,7 +6590,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-std", "lazy_static", @@ -6450,7 +6608,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "parity-scale-codec 2.1.1", @@ -6465,7 +6623,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "futures 0.3.15", "parity-scale-codec 2.1.1", @@ -6487,7 +6645,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-std", "async-trait", @@ -6517,7 +6675,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-trait", "futures 0.3.15", @@ -6545,7 +6703,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "async-trait", "futures 0.3.15", @@ -6562,8 +6720,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "derive_more", "parity-scale-codec 2.1.1", @@ -6577,8 +6735,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "bitvec 0.20.4", "frame-system", @@ -6607,7 +6765,7 @@ dependencies = [ [[package]] name = "polkadot-procmacro-overseer-subsystems-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "assert_matches", "proc-macro2", @@ -6618,7 +6776,7 @@ dependencies = [ [[package]] name = "polkadot-procmacro-subsystem-dispatch-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "assert_matches", "proc-macro2", @@ -6628,8 +6786,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6661,8 +6819,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -6731,8 +6889,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -6773,8 +6931,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "bitvec 0.20.4", "derive_more", @@ -6810,8 +6968,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -6903,7 +7061,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "arrayvec 0.5.2", "futures 0.3.15", @@ -6923,8 +7081,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "parity-scale-codec 2.1.1", "polkadot-primitives", @@ -6933,8 +7091,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "parity-scale-codec 2.1.1", "polkadot-node-subsystem", @@ -6958,8 +7116,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -7015,8 +7173,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "frame-benchmarking", "frame-system", @@ -7141,8 +7299,8 @@ dependencies = [ [[package]] name = "primitives" -version = "3.1.0" -source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#694cce69ee44890dcbd05c9ef1cd83079e3ce1ac" +version = "4.0.0" +source = "git+https://github.com/galacticcouncil/HydraDX-node?branch=master#7ab0578fae4b410a325cda9dd3cbb3bda805ac26" dependencies = [ "frame-support", "frame-system", @@ -7636,7 +7794,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "env_logger 0.8.3", "hex-literal", @@ -7711,10 +7869,12 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-primitives", + "bp-rococo", + "bp-wococo", "frame-executive", "frame-support", "frame-system", @@ -7726,6 +7886,7 @@ dependencies = [ "pallet-babe", "pallet-balances", "pallet-beefy", + "pallet-bridge-grandpa", "pallet-collective", "pallet-grandpa", "pallet-im-online", @@ -7904,7 +8065,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "derive_more", @@ -7933,7 +8094,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -7956,7 +8117,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sc-client-api", @@ -7972,7 +8133,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.1.1", @@ -7993,7 +8154,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8004,7 +8165,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "chrono", "fdlimit", @@ -8042,7 +8203,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "fnv", @@ -8076,7 +8237,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "blake2-rfc", "hash-db", @@ -8106,7 +8267,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -8118,7 +8279,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "derive_more", @@ -8149,7 +8310,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "derive_more", @@ -8195,7 +8356,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "futures 0.3.15", @@ -8219,7 +8380,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "fork-tree", "parity-scale-codec 2.1.1", @@ -8232,7 +8393,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "futures 0.3.15", @@ -8260,7 +8421,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "sc-client-api", "sp-authorship", @@ -8271,7 +8432,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "lazy_static", @@ -8287,7 +8448,6 @@ dependencies = [ "sp-core", "sp-externalities", "sp-io", - "sp-maybe-compressed-blob", "sp-panic-handler", "sp-runtime-interface", "sp-serializer", @@ -8301,7 +8461,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "parity-scale-codec 2.1.1", @@ -8309,6 +8469,7 @@ dependencies = [ "pwasm-utils", "sp-allocator", "sp-core", + "sp-maybe-compressed-blob", "sp-serializer", "sp-wasm-interface", "thiserror", @@ -8318,7 +8479,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "parity-scale-codec 2.1.1", @@ -8333,7 +8494,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "parity-scale-codec 2.1.1", @@ -8351,7 +8512,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "derive_more", @@ -8391,7 +8552,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "finality-grandpa", @@ -8415,7 +8576,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "futures 0.3.15", @@ -8436,7 +8597,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -8454,7 +8615,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "derive_more", @@ -8474,7 +8635,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "hash-db", "lazy_static", @@ -8493,7 +8654,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-std", "async-trait", @@ -8546,7 +8707,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8563,7 +8724,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "bytes 0.5.6", "fnv", @@ -8591,7 +8752,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "libp2p", @@ -8604,7 +8765,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8613,7 +8774,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "hash-db", @@ -8648,7 +8809,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "futures 0.3.15", @@ -8673,7 +8834,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.1.31", "jsonrpc-core", @@ -8691,7 +8852,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "directories", @@ -8755,7 +8916,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "parity-scale-codec 2.1.1", @@ -8770,7 +8931,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8790,7 +8951,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "chrono", "futures 0.3.15", @@ -8810,7 +8971,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8847,7 +9008,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -8858,7 +9019,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "futures 0.3.15", @@ -8880,7 +9041,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "futures-diagnose", @@ -9212,8 +9373,8 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "enumn", "parity-scale-codec 2.1.1", @@ -9304,7 +9465,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "sp-core", @@ -9316,7 +9477,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "hash-db", "log", @@ -9333,7 +9494,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9345,7 +9506,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "serde", @@ -9357,7 +9518,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "integer-sqrt", "num-traits", @@ -9371,7 +9532,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sp-api", @@ -9383,7 +9544,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "parity-scale-codec 2.1.1", @@ -9395,7 +9556,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sp-api", @@ -9407,7 +9568,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "log", @@ -9425,7 +9586,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "serde", "serde_json", @@ -9434,7 +9595,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "futures 0.3.15", @@ -9461,7 +9622,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "parity-scale-codec 2.1.1", @@ -9478,7 +9639,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "merlin", @@ -9500,7 +9661,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sp-arithmetic", @@ -9510,7 +9671,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "schnorrkel", @@ -9522,7 +9683,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "base58", "blake2-rfc", @@ -9566,7 +9727,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9575,7 +9736,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "proc-macro2", "quote", @@ -9585,7 +9746,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "environmental", "parity-scale-codec 2.1.1", @@ -9596,7 +9757,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "finality-grandpa", "log", @@ -9613,7 +9774,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -9627,7 +9788,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "hash-db", @@ -9638,6 +9799,7 @@ dependencies = [ "sp-core", "sp-externalities", "sp-keystore", + "sp-maybe-compressed-blob", "sp-runtime-interface", "sp-state-machine", "sp-std", @@ -9651,7 +9813,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "lazy_static", "sp-core", @@ -9662,7 +9824,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "derive_more", @@ -9679,7 +9841,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "ruzstd", "zstd", @@ -9688,7 +9850,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "serde", @@ -9701,7 +9863,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -9712,7 +9874,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "sp-api", "sp-core", @@ -9722,7 +9884,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "backtrace", ] @@ -9730,7 +9892,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "rustc-hash", "serde", @@ -9741,7 +9903,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "either", "hash256-std-hasher", @@ -9762,7 +9924,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.1.1", @@ -9779,7 +9941,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9791,7 +9953,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "serde", "serde_json", @@ -9800,7 +9962,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sp-api", @@ -9813,7 +9975,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "parity-scale-codec 2.1.1", "sp-runtime", @@ -9823,7 +9985,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "hash-db", "log", @@ -9846,12 +10008,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "impl-serde", "parity-scale-codec 2.1.1", @@ -9864,7 +10026,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "log", "sp-core", @@ -9877,7 +10039,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -9894,7 +10056,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "erased-serde", "log", @@ -9912,7 +10074,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "derive_more", "futures 0.3.15", @@ -9928,7 +10090,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "hash-db", "memory-db", @@ -9942,7 +10104,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "futures-core", @@ -9954,19 +10116,32 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "impl-serde", "parity-scale-codec 2.1.1", "serde", "sp-runtime", "sp-std", + "sp-version-proc-macro", +] + +[[package]] +name = "sp-version-proc-macro" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" +dependencies = [ + "parity-scale-codec 2.1.1", + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 2.1.1", @@ -10125,7 +10300,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "platforms", ] @@ -10142,7 +10317,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -10165,7 +10340,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-std", "derive_more", @@ -10179,7 +10354,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "async-trait", "futures 0.1.31", @@ -10208,7 +10383,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "cfg-if 1.0.0", "frame-support", @@ -10249,7 +10424,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "futures 0.3.15", "parity-scale-codec 2.1.1", @@ -10286,7 +10461,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "ansi_term 0.12.1", "atty", @@ -10854,9 +11029,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.22.3" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec051edf7f0fc9499a2cb0947652cab2148b9d7f61cee7605e312e9f970dacaf" +checksum = "cd81fe0c8bc2b528a51c9d2c31dae4483367a26a723a3c9a4a8120311d7774e3" dependencies = [ "hash-db", "hashbrown", @@ -10926,7 +11101,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.1#3f110196163b5ec03bac5ee188d60bedf3ebd91d" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.3#85fa0ab80c3ceccf4bb98380d7833578aaf8815e" dependencies = [ "frame-try-runtime", "log", @@ -11012,9 +11187,9 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" +checksum = "33717dca7ac877f497014e10d73f3acf948c342bee31b5ca7892faf94ccc6b49" dependencies = [ "tinyvec", ] @@ -11503,7 +11678,7 @@ dependencies = [ "lazy_static", "libc", "log", - "memoffset 0.6.3", + "memoffset 0.6.4", "more-asserts", "psm", "region", @@ -11570,8 +11745,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "beefy-primitives", "bitvec 0.20.4", @@ -11742,8 +11917,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11752,8 +11927,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "frame-support", "frame-system", @@ -11771,8 +11946,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.1" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.1#629b86977c88e8ad81e63aafb7f22062c90a6bf6" +version = "0.9.3" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/Cargo.toml b/Cargo.toml index 58d8e06d9d5..815dd0291a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,95 +1,100 @@ [patch.crates-io] -frame-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -frame-benchmarking-cli = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -frame-executive = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -frame-support = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -frame-system = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -frame-system-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -frame-system-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-authorship = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-collective = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-grandpa = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-randomness-collective-flip = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-session = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-society = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-sudo = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-basic-authorship = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-chain-spec = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-cli = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-client-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-client-db = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-consensus = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-executor = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-informant = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-keystore = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-network = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-offchain = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-rpc = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-rpc-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-service = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-telemetry = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sc-tracing = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-application-crypto = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-arithmetic = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-block-builder = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-blockchain = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-consensus = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-externalities = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-inherents = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-io = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-offchain = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-rpc = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-runtime-interface = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-session = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-std = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-staking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-storage = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-state-machine = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-timestamp = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-tracing = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-trie = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -sp-version = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -substrate-test-client = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -substrate-test-runtime-client = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } -pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.1" } +frame-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +frame-benchmarking-cli = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +frame-executive = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +frame-support = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +frame-system = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +frame-system-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +frame-system-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-authorship = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-balances = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-collective = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-grandpa = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-randomness-collective-flip = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-session = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-society = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-sudo = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-timestamp = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-transaction-payment-rpc = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-transaction-payment-rpc-runtime-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-basic-authorship = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-chain-spec = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-cli = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-client-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-client-db = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-consensus = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-consensus-epochs = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-executor = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-informant = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-keystore = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-network = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-offchain = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-rpc = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-rpc-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-service = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-telemetry = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sc-tracing = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-api = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-application-crypto = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-arithmetic = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-block-builder = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-blockchain = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-consensus = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-consensus-aura = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-core = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-externalities = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-finality-grandpa = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-inherents = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-io = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-offchain = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-rpc = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-runtime = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-runtime-interface = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-session = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-std = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-staking = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-storage = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-state-machine = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-timestamp = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-tracing = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-transaction-pool = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-trie = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +sp-version = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +substrate-frame-rpc-system = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +substrate-test-client = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +substrate-test-runtime-client = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } +pallet-transaction-payment = { git = 'https://github.com/paritytech/substrate', branch = "polkadot-v0.9.3" } + +sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.3" } + + # ORML dependencies -orml-currencies = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } -orml-tokens = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } -#orml-unknown-tokens = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } -orml-traits = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } -orml-utilities = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } -#orml-xtokens= { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } -#orml-xcm-support = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '11191abe385c9e74a6f179fc1df0e37c5163e9fe' } +orml-currencies = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } +orml-tokens = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } +#orml-unknown-tokens = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } +orml-traits = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } +orml-utilities = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } +#orml-xtokens= { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } +#orml-xcm-support = { git = 'https://github.com/open-web3-stack/open-runtime-module-library', rev = '6862e1ced561c1c970afc8c5d00d2e023fc3b965' } # Polkadot dependencies -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.1" } -polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.1" } -polkadot-test-runtime = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.1" } -polkadot-test-client = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.1" } -#xcm = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.1" } -#xcm-builder = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.1" } -#xcm-executor = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.1" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.3" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.3" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.3" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.3" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.3" } +polkadot-runtime-common = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.3" } +polkadot-test-runtime = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.3" } +polkadot-test-client = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.3" } +#xcm = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.3" } +#xcm-builder = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.3" } +#6862e1ced561c1c970afc8c5d00d2e023fc3b965xcm-executor = { git = 'https://github.com/paritytech/polkadot', branch = "release-v0.9.3" } hydra-dx-build-script-utils = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" } primitives = { git = "https://github.com/galacticcouncil/HydraDX-node", branch = "master" } diff --git a/node/Cargo.toml b/node/Cargo.toml index 70cb174f1f5..e9109086c24 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -21,16 +21,16 @@ hydra-dx-build-script-utils = {version = "1.0.0"} [dependencies] codec = {package = 'parity-scale-codec', version = '2.0.0'} hex-literal = "0.3.1" -jsonrpc-core = '15.0.0' +jsonrpc-core = '15.1.0' log = '0.4.8' serde = {version = '1.0.101', features = ['derive']} -serde_json = '1.0.44' +serde_json = '1.0.64' structopt = '0.3.8' # local dependencies basilisk-runtime = {path = '../runtime', version = '3.0.0'} pallet-xyk-rpc = {version = '1.0.0'} -primitives = {version = '3.0.0'} +primitives = {version = '4.0.0'} # Substrate dependencies frame-benchmarking = '3.0.0' @@ -64,29 +64,29 @@ sp-timestamp = '3.0.0' sp-transaction-pool = '3.0.0' sp-trie = '3.0.0' substrate-frame-rpc-system = '3.0.0' -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } -sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.1" } +sc-network = "0.9.0" +sp-keystore = "0.9.0" +sp-session = "3.0.0" +sp-offchain = "3.0.0" +substrate-prometheus-endpoint = "0.9.0" # Cumulus dependencies -cumulus-client-cli = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1"} -cumulus-client-collator = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1"} -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1" } -cumulus-client-consensus-relay-chain = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1"} -cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1" } -cumulus-client-network = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1"} -cumulus-client-service = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1"} -cumulus-primitives-core = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1"} -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.1" } +cumulus-client-cli = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3"} +cumulus-client-collator = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3"} +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } +cumulus-client-consensus-relay-chain = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3"} +cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } +cumulus-client-network = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3"} +cumulus-client-service = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3"} +cumulus-primitives-core = {git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3"} +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.3" } # Polkadot dependencies -polkadot-cli = {version="0.9.1"} -polkadot-parachain = {version="0.9.1"} -polkadot-primitives = {version="0.9.1"} -polkadot-service = {version="0.9.1"} -polkadot-test-service = {version="0.9.1"} +polkadot-cli = {version="0.9.3"} +polkadot-parachain = {version="0.9.3"} +polkadot-primitives = {version="0.9.3"} +polkadot-service = {version="0.9.3"} +polkadot-test-service = {version="0.9.3"} [features] default = [ @@ -99,9 +99,9 @@ runtime-benchmarks = [ [dev-dependencies] # Polkadot dependencies -polkadot-runtime-common = {version="0.9.1"} -polkadot-test-client = {version="0.9.1"} -polkadot-test-runtime = {version="0.9.1"} +polkadot-runtime-common = {version="0.9.3"} +polkadot-test-client = {version="0.9.3"} +polkadot-test-runtime = {version="0.9.3"} # Substrate dependencies pallet-sudo = {version="3.0.0"} diff --git a/node/src/service.rs b/node/src/service.rs index 8fca887c95e..2d19ddfc732 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -3,7 +3,7 @@ #![allow(clippy::all)] use cumulus_client_consensus_aura::{ - build_aura_consensus, BuildAuraConsensusParams, SlotProportion, AuraBlockImport + build_aura_consensus, BuildAuraConsensusParams, SlotProportion }; use cumulus_client_consensus_common::ParachainConsensus; use cumulus_client_network::build_block_announce_validator; @@ -134,7 +134,7 @@ where let params = new_partial(¶chain_config)?; let (mut telemetry, telemetry_worker_handle) = params.other; - let polkadot_full_node = cumulus_client_service::build_polkadot_full_node( + let relay_chain_full_node = cumulus_client_service::build_polkadot_full_node( polkadot_config, collator_key.clone(), telemetry_worker_handle, @@ -147,10 +147,10 @@ where let client = params.client.clone(); let backend = params.backend.clone(); let block_announce_validator = build_block_announce_validator( - polkadot_full_node.client.clone(), + relay_chain_full_node.client.clone(), para_id, - Box::new(polkadot_full_node.network.clone()), - polkadot_full_node.backend.clone(), + Box::new(relay_chain_full_node.network.clone()), + relay_chain_full_node.backend.clone(), ); let force_authoring = parachain_config.force_authoring; @@ -158,14 +158,14 @@ where let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); let mut task_manager = params.task_manager; - let import_queue = params.import_queue; + let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); let (network, network_status_sinks, system_rpc_tx, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), transaction_pool: transaction_pool.clone(), spawn_handle: task_manager.spawn_handle(), - import_queue, + import_queue: import_queue.clone(), on_demand: None, block_announce_validator_builder: Some(Box::new(|_| block_announce_validator)), })?; @@ -212,7 +212,7 @@ where prometheus_registry.as_ref(), telemetry.as_ref().map(|t| t.handle()), &task_manager, - &polkadot_full_node, + &relay_chain_full_node, transaction_pool, network, params.keystore_container.sync_keystore(), @@ -228,9 +228,10 @@ where client: client.clone(), task_manager: &mut task_manager, collator_key, - relay_chain_full_node: polkadot_full_node, + relay_chain_full_node, spawner, parachain_consensus, + import_queue, }; start_collator(params).await?; @@ -240,7 +241,7 @@ where announce_block, task_manager: &mut task_manager, para_id, - polkadot_full_node, + relay_chain_full_node, }; start_full_node(params)?; @@ -266,13 +267,6 @@ pub fn parachain_build_import_queue( > { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; - let block_import = AuraBlockImport::< - _, - _, - _, - sp_consensus_aura::sr25519::AuthorityPair, - >::new(client.clone(), client.clone()); - cumulus_client_consensus_aura::import_queue::< sp_consensus_aura::sr25519::AuthorityPair, _, @@ -282,7 +276,7 @@ pub fn parachain_build_import_queue( _, _, >(cumulus_client_consensus_aura::ImportQueueParams { - block_import, + block_import: client.clone(), client: client.clone(), create_inherent_data_providers: move |_, _| async move { let time = sp_timestamp::InherentDataProvider::from_system_time(); diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9ebe398c147..421f9f2fd98 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -31,7 +31,7 @@ pallet-exchange-benchmarking = { default-features = false, optional = true, vers pallet-faucet = { default-features = false, version = '3.0.0' } pallet-transaction-multi-payment = { default-features = false, version = '3.0.0' } pallet-multi-payment-benchmarking = { default-features = false, optional = true, version = '3.0.0' } -primitives = { default-features = false, version = '3.0.0' } +primitives = { default-features = false, version = '4.0.0' } pallet-xyk-rpc-runtime-api = { default-features = false, version = '3.0.0' } # ORML dependencies @@ -43,15 +43,15 @@ orml-traits = { default-features = false, version = "0.4.1-dev" } #orml-xcm-support = { default-features = false, version = "0.4.1-dev" } # Cumulus dependencies -cumulus-pallet-aura-ext = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.1" } -cumulus-pallet-parachain-system = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.1" } -cumulus-primitives-core = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.1" } -cumulus-primitives-parachain-inherent = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.1" } -#cumulus-pallet-xcm = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.1" } -parachain-info = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.1" } +cumulus-pallet-aura-ext = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.3" } +cumulus-pallet-parachain-system = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.3" } +cumulus-primitives-core = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.3" } +cumulus-primitives-parachain-inherent = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.3" } +#cumulus-pallet-xcm = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.3" } +parachain-info = { git = 'https://github.com/paritytech/cumulus', default-features = false, branch = "polkadot-v0.9.3" } # Polkadot dependencies -polkadot-parachain = { version = "0.9.1", default-features = false, features = ["wasm-api"]} +polkadot-parachain = { version = "0.9.3", default-features = false, features = ["wasm-api"]} #xcm = { default-features = false } #xcm-builder = { default-features = false } #xcm-executor = { default-features = false } diff --git a/rust-toolchain b/rust-toolchain index e5ca3601ba4..522a0585162 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2021-02-17" +channel = "nightly-2021-03-01" components = [ "rustfmt", "clippy" ] targets = [ "wasm32-unknown-unknown" ] profile = "minimal"