diff --git a/Cargo.lock b/Cargo.lock index 905b75fdc2b..b189db4c2bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,6 +96,17 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" +[[package]] +name = "ahash" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" +dependencies = [ + "getrandom 0.2.1", + "once_cell", + "version_check", +] + [[package]] name = "aho-corasick" version = "0.7.15" @@ -137,9 +148,9 @@ checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" [[package]] name = "approx" -version = "0.3.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" +checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e" dependencies = [ "num-traits", ] @@ -476,9 +487,10 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#be278c0dbe10d78ad1ea8a6a9352af181c9b21b1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d2c063430652a244e4cfe1eac25544172892a44d" dependencies = [ "beefy-primitives", + "fnv", "futures 0.3.15", "hex", "log", @@ -504,7 +516,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#be278c0dbe10d78ad1ea8a6a9352af181c9b21b1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d2c063430652a244e4cfe1eac25544172892a44d" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -525,7 +537,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#be278c0dbe10d78ad1ea8a6a9352af181c9b21b1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d2c063430652a244e4cfe1eac25544172892a44d" dependencies = [ "parity-scale-codec", "sp-api", @@ -703,7 +715,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "finality-grandpa", "frame-support", @@ -718,7 +730,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "bp-runtime", @@ -733,7 +745,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bp-messages", "bp-runtime", @@ -750,7 +762,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -767,7 +779,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "frame-support", "hash-db", @@ -784,7 +796,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -799,7 +811,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -2359,9 +2371,9 @@ dependencies = [ [[package]] name = "ethereum-types" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd" +checksum = "0dd6bde671199089e601e8d47e153368b893ef885f11f365a3261ec58153c211" dependencies = [ "ethbloom", "fixed-hash", @@ -2513,7 +2525,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", ] @@ -2531,14 +2543,14 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", "linregress", "log", "parity-scale-codec", - "paste 1.0.4", + "paste", "sp-api", "sp-io", "sp-runtime", @@ -2550,7 +2562,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "Inflector", "chrono", @@ -2573,7 +2585,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -2586,7 +2598,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -2601,7 +2613,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "serde", @@ -2612,7 +2624,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "bitflags", "frame-metadata", @@ -2622,7 +2634,7 @@ dependencies = [ "max-encoded-len", "once_cell", "parity-scale-codec", - "paste 1.0.4", + "paste", "serde", "smallvec 1.6.1", "sp-arithmetic", @@ -2639,7 +2651,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2651,7 +2663,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2663,7 +2675,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro2 1.0.27", "quote 1.0.9", @@ -2673,7 +2685,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2690,7 +2702,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2704,7 +2716,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sp-api", @@ -2713,7 +2725,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "parity-scale-codec", @@ -2956,15 +2968,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "generic-array" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" -dependencies = [ - "typenum", -] - [[package]] name = "generic-array" version = "0.14.4" @@ -3129,7 +3132,16 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" dependencies = [ - "ahash", + "ahash 0.4.7", +] + +[[package]] +name = "hashbrown" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" +dependencies = [ + "ahash 0.7.4", ] [[package]] @@ -3466,9 +3478,9 @@ dependencies = [ [[package]] name = "impl-codec" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed" +checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443" dependencies = [ "parity-scale-codec", ] @@ -3509,7 +3521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" dependencies = [ "autocfg 1.0.1", - "hashbrown", + "hashbrown 0.9.1", "serde", ] @@ -3817,8 +3829,8 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "bitvec", @@ -3911,9 +3923,9 @@ dependencies = [ [[package]] name = "kvdb" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811" +checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512" dependencies = [ "parity-util-mem", "smallvec 1.6.1", @@ -3921,9 +3933,9 @@ dependencies = [ [[package]] name = "kvdb-memorydb" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912" +checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5" dependencies = [ "kvdb", "parity-util-mem", @@ -3932,9 +3944,9 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1" +checksum = "431ca65516efab86e65d96281f750ebb54277dec656fcf6c027f3d1c0cb69e4c" dependencies = [ "fs-swap", "kvdb", @@ -4488,9 +4500,9 @@ dependencies = [ [[package]] name = "linregress" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724" +checksum = "1e6e407dadb4ca4b31bc69c27aff00e7ca4534fdcee855159b039a7cebb5f395" dependencies = [ "nalgebra", "statrs", @@ -4553,7 +4565,7 @@ version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" dependencies = [ - "hashbrown", + "hashbrown 0.9.1", ] [[package]] @@ -4603,9 +4615,9 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "matrixmultiply" -version = "0.2.4" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1" +checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741" dependencies = [ "rawpointer", ] @@ -4613,7 +4625,7 @@ dependencies = [ [[package]] name = "max-encoded-len" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "impl-trait-for-tuples", "max-encoded-len-derive", @@ -4624,7 +4636,7 @@ dependencies = [ [[package]] name = "max-encoded-len-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -4673,12 +4685,12 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4" +checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5" dependencies = [ "hash-db", - "hashbrown", + "hashbrown 0.11.2", "parity-util-mem", ] @@ -4712,7 +4724,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "derive_more 0.99.14", "futures 0.3.15", @@ -4906,22 +4918,33 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.21.1" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486" +checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120" dependencies = [ "approx", - "generic-array 0.13.2", "matrixmultiply", + "nalgebra-macros", "num-complex", - "num-rational", + "num-rational 0.4.0", "num-traits", - "rand 0.7.3", + "rand 0.8.3", "rand_distr", "simba", "typenum", ] +[[package]] +name = "nalgebra-macros" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218" +dependencies = [ + "proc-macro2 1.0.27", + "quote 1.0.9", + "syn 1.0.73", +] + [[package]] name = "names" version = "0.11.0" @@ -4968,7 +4991,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-system", "parity-scale-codec", @@ -5012,11 +5035,10 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.2.4" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" +checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085" dependencies = [ - "autocfg 1.0.1", "num-traits", ] @@ -5042,6 +5064,17 @@ dependencies = [ "num-traits", ] +[[package]] +name = "num-rational" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a" +dependencies = [ + "autocfg 1.0.1", + "num-integer", + "num-traits", +] + [[package]] name = "num-traits" version = "0.2.14" @@ -5126,7 +5159,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5140,7 +5173,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5156,7 +5189,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5171,7 +5204,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5185,7 +5218,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5208,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5223,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#be278c0dbe10d78ad1ea8a6a9352af181c9b21b1" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#d2c063430652a244e4cfe1eac25544172892a44d" dependencies = [ "beefy-primitives", "frame-support", @@ -5238,7 +5271,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5252,7 +5285,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5297,7 +5330,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5313,7 +5346,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5328,7 +5361,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5349,7 +5382,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5366,7 +5399,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5380,7 +5413,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5402,7 +5435,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5417,7 +5450,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5436,7 +5469,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5452,7 +5485,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5467,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5484,7 +5517,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5500,7 +5533,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5518,7 +5551,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5533,7 +5566,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5546,7 +5579,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5562,7 +5595,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5584,7 +5617,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5600,7 +5633,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5613,7 +5646,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "enumflags2", "frame-support", @@ -5627,7 +5660,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5642,7 +5675,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5662,7 +5695,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5678,7 +5711,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5691,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5701,7 +5734,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "paste 1.0.4", + "paste", "rand_chacha 0.2.2", "serde", "sp-application-crypto", @@ -5715,7 +5748,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -5726,7 +5759,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "log", "sp-arithmetic", @@ -5735,7 +5768,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5748,7 +5781,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5766,7 +5799,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5781,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-support", "frame-system", @@ -5797,7 +5830,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5814,7 +5847,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5825,7 +5858,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5841,7 +5874,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5855,7 +5888,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5870,7 +5903,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5884,7 +5917,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "frame-support", "frame-system", @@ -5944,24 +5977,25 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "731f4d179ed52b1c7eeb29baf29c604ea9301b889b23ce93660220a5465d5c6f" +checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9" dependencies = [ "arrayvec 0.7.0", "bitvec", "byte-slice-cast", + "impl-trait-for-tuples", "parity-scale-codec-derive", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f44c5f94427bd0b5076e8f7e15ca3f60a4d8ac0077e4793884e6fdfd8915344e" +checksum = "40dbbfef7f0a1143c5b06e0d76a6278e25dac0bc1af4be51a0fbb73f07e7ad09" dependencies = [ - "proc-macro-crate 0.1.5", + "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", "quote 1.0.9", "syn 1.0.73", @@ -5994,13 +6028,13 @@ dependencies = [ [[package]] name = "parity-util-mem" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42" +checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457" dependencies = [ "cfg-if 1.0.0", "ethereum-types", - "hashbrown", + "hashbrown 0.11.2", "impl-trait-for-tuples", "lru", "parity-util-mem-derive", @@ -6158,31 +6192,12 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "paste" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880" -dependencies = [ - "paste-impl", - "proc-macro-hack", -] - [[package]] name = "paste" version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1" -[[package]] -name = "paste-impl" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6" -dependencies = [ - "proc-macro-hack", -] - [[package]] name = "pbkdf2" version = "0.3.0" @@ -6352,7 +6367,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "polkadot-node-network-protocol", @@ -6366,7 +6381,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "polkadot-node-network-protocol", @@ -6379,7 +6394,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "lru", @@ -6402,7 +6417,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "lru", @@ -6420,8 +6435,8 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "frame-benchmarking-cli", "futures 0.3.15", @@ -6440,8 +6455,8 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.3" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6543,7 +6558,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "always-assert", "futures 0.3.15", @@ -6562,8 +6577,8 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6574,8 +6589,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6589,7 +6604,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "polkadot-node-network-protocol", @@ -6607,7 +6622,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "futures 0.3.15", @@ -6627,7 +6642,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "parity-scale-codec", @@ -6645,7 +6660,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "derive_more 0.99.14", @@ -6675,7 +6690,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "futures 0.3.15", @@ -6695,7 +6710,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "futures 0.3.15", @@ -6713,7 +6728,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "polkadot-node-subsystem", @@ -6728,7 +6743,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "futures 0.3.15", @@ -6746,7 +6761,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "polkadot-node-subsystem", @@ -6761,7 +6776,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "futures 0.3.15", @@ -6779,7 +6794,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "futures 0.3.15", @@ -6794,7 +6809,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "always-assert", "assert_matches", @@ -6816,6 +6831,7 @@ dependencies = [ "sp-externalities", "sp-io", "sp-maybe-compressed-blob", + "sp-tracing", "sp-wasm-interface", "tracing", ] @@ -6823,7 +6839,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "memory-lru", @@ -6841,7 +6857,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-std", "lazy_static", @@ -6859,7 +6875,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "parity-scale-codec", @@ -6874,7 +6890,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "futures 0.3.15", "parity-scale-codec", @@ -6897,7 +6913,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-std", "async-trait", @@ -6927,7 +6943,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "futures 0.3.15", @@ -6949,7 +6965,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "futures 0.3.15", @@ -6977,7 +6993,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "futures 0.3.15", @@ -6995,8 +7011,8 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", @@ -7010,8 +7026,8 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "frame-system", @@ -7041,7 +7057,7 @@ dependencies = [ [[package]] name = "polkadot-procmacro-overseer-subsystems-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "assert_matches", "proc-macro2 1.0.27", @@ -7052,7 +7068,7 @@ dependencies = [ [[package]] name = "polkadot-procmacro-subsystem-dispatch-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "assert_matches", "proc-macro2 1.0.27", @@ -7062,8 +7078,8 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7095,8 +7111,8 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "bitvec", @@ -7171,8 +7187,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "bitvec", @@ -7216,8 +7232,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "bitvec", "derive_more 0.99.14", @@ -7255,8 +7271,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "async-trait", "beefy-gadget", @@ -7300,7 +7316,7 @@ dependencies = [ "polkadot-runtime", "polkadot-runtime-parachains", "polkadot-statement-distribution", - "rococo-runtime 0.9.7", + "rococo-runtime 0.9.8", "sc-authority-discovery", "sc-basic-authorship", "sc-block-builder", @@ -7348,7 +7364,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "arrayvec 0.5.2", "futures 0.3.15", @@ -7368,8 +7384,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7378,8 +7394,8 @@ dependencies = [ [[package]] name = "polkadot-test-client" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7403,8 +7419,8 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "bitvec", @@ -7459,8 +7475,8 @@ dependencies = [ [[package]] name = "polkadot-test-service" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "frame-benchmarking", "frame-system", @@ -7577,9 +7593,9 @@ dependencies = [ [[package]] name = "primitive-types" -version = "0.9.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace" +checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373" dependencies = [ "fixed-hash", "impl-codec", @@ -7926,11 +7942,12 @@ dependencies = [ [[package]] name = "rand_distr" -version = "0.2.2" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2" +checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142" dependencies = [ - "rand 0.7.3", + "num-traits", + "rand 0.8.3", ] [[package]] @@ -8186,7 +8203,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "env_logger 0.8.3", "hex", @@ -8312,8 +8329,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "bp-rococo", @@ -8530,10 +8547,22 @@ dependencies = [ "winapi-util", ] +[[package]] +name = "sc-allocator" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" +dependencies = [ + "log", + "sp-core", + "sp-std", + "sp-wasm-interface", + "thiserror", +] + [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -8562,7 +8591,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -8585,7 +8614,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8601,7 +8630,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8613,7 +8642,6 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-chain-spec", "sp-consensus-babe", "sp-core", "sp-runtime", @@ -8622,7 +8650,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -8633,7 +8661,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "chrono", "fdlimit", @@ -8671,7 +8699,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "fnv", @@ -8705,7 +8733,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "blake2-rfc", "hash-db", @@ -8735,7 +8763,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "parking_lot 0.11.1", @@ -8748,7 +8776,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -8779,7 +8807,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -8789,7 +8817,7 @@ dependencies = [ "log", "merlin", "num-bigint", - "num-rational", + "num-rational 0.2.4", "num-traits", "parity-scale-codec", "parking_lot 0.11.1", @@ -8825,7 +8853,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "futures 0.3.15", @@ -8849,7 +8877,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8862,7 +8890,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "futures 0.3.15", @@ -8890,7 +8918,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "sc-client-api", "sp-authorship", @@ -8901,7 +8929,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "lazy_static", @@ -8930,12 +8958,12 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "parity-scale-codec", "pwasm-utils", - "sp-allocator", + "sc-allocator", "sp-core", "sp-maybe-compressed-blob", "sp-serializer", @@ -8947,12 +8975,12 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "log", "parity-scale-codec", + "sc-allocator", "sc-executor-common", - "sp-allocator", "sp-core", "sp-runtime-interface", "sp-wasm-interface", @@ -8962,16 +8990,16 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "cfg-if 1.0.0", "libc", "log", "parity-scale-codec", "parity-wasm 0.42.2", + "sc-allocator", "sc-executor-common", "scoped-tls", - "sp-allocator", "sp-core", "sp-runtime-interface", "sp-wasm-interface", @@ -8981,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9022,7 +9050,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "finality-grandpa", @@ -9046,7 +9074,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "futures 0.3.15", @@ -9067,7 +9095,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "ansi_term 0.12.1", "futures 0.3.15", @@ -9085,7 +9113,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -9105,7 +9133,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "hash-db", "lazy_static", @@ -9124,7 +9152,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-std", "async-trait", @@ -9177,7 +9205,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "futures-timer 3.0.2", @@ -9194,7 +9222,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "bytes 0.5.6", "fnv", @@ -9222,7 +9250,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "libp2p", @@ -9235,7 +9263,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9244,7 +9272,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "hash-db", @@ -9254,6 +9282,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "sc-block-builder", + "sc-chain-spec", "sc-client-api", "sc-executor", "sc-keystore", @@ -9262,7 +9291,6 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-chain-spec", "sp-core", "sp-keystore", "sp-offchain", @@ -9279,7 +9307,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "futures 0.3.15", @@ -9290,9 +9318,9 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", + "sc-chain-spec", "serde", "serde_json", - "sp-chain-spec", "sp-core", "sp-rpc", "sp-runtime", @@ -9304,7 +9332,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -9322,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "directories", @@ -9388,7 +9416,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "log", "parity-scale-codec", @@ -9403,7 +9431,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9423,7 +9451,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "chrono", "futures 0.3.15", @@ -9443,7 +9471,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9480,7 +9508,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -9491,7 +9519,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "futures 0.3.15", @@ -9513,7 +9541,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "intervalier", @@ -9881,14 +9909,14 @@ checksum = "29f060a7d147e33490ec10da418795238fd7545bba241504d6b31a409f2e6210" [[package]] name = "simba" -version = "0.1.5" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb931b1367faadea6b1ab1c306a860ec17aaa5fa39f367d0c744e69d971a1fb2" +checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c" dependencies = [ "approx", "num-complex", "num-traits", - "paste 0.1.18", + "paste", ] [[package]] @@ -9908,12 +9936,12 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "enumn", "parity-scale-codec", - "paste 1.0.4", + "paste", "sp-runtime", "sp-std", ] @@ -10012,22 +10040,10 @@ dependencies = [ "sha-1 0.9.2", ] -[[package]] -name = "sp-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" -dependencies = [ - "log", - "sp-core", - "sp-std", - "sp-wasm-interface", - "thiserror", -] - [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "hash-db", "log", @@ -10044,7 +10060,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -10056,7 +10072,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "max-encoded-len", "parity-scale-codec", @@ -10069,7 +10085,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "integer-sqrt", "num-traits", @@ -10083,7 +10099,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sp-api", @@ -10095,7 +10111,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "parity-scale-codec", @@ -10107,7 +10123,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sp-api", @@ -10119,7 +10135,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "log", @@ -10134,19 +10150,10 @@ dependencies = [ "thiserror", ] -[[package]] -name = "sp-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "futures 0.3.15", @@ -10173,7 +10180,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "parity-scale-codec", @@ -10190,7 +10197,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "merlin", @@ -10212,7 +10219,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -10222,7 +10229,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10234,7 +10241,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "base58", "blake2-rfc", @@ -10279,7 +10286,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10288,7 +10295,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro2 1.0.27", "quote 1.0.9", @@ -10298,7 +10305,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "environmental", "parity-scale-codec", @@ -10309,7 +10316,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "finality-grandpa", "log", @@ -10326,7 +10333,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10340,7 +10347,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "hash-db", @@ -10365,7 +10372,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "lazy_static", "sp-core", @@ -10376,7 +10383,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "derive_more 0.99.14", @@ -10393,7 +10400,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "ruzstd", "zstd", @@ -10402,7 +10409,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "serde", @@ -10415,7 +10422,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.27", @@ -10426,7 +10433,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "sp-api", "sp-core", @@ -10436,7 +10443,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "backtrace", ] @@ -10444,7 +10451,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "rustc-hash", "serde", @@ -10455,7 +10462,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "either", "hash256-std-hasher", @@ -10464,7 +10471,7 @@ dependencies = [ "max-encoded-len", "parity-scale-codec", "parity-util-mem", - "paste 1.0.4", + "paste", "rand 0.7.3", "serde", "sp-application-crypto", @@ -10477,7 +10484,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10494,7 +10501,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -10506,7 +10513,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "serde", "serde_json", @@ -10515,7 +10522,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sp-api", @@ -10528,7 +10535,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -10538,7 +10545,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "hash-db", "log", @@ -10561,12 +10568,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10579,7 +10586,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "log", "sp-core", @@ -10592,7 +10599,7 @@ dependencies = [ [[package]] name = "sp-test-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -10605,7 +10612,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10622,7 +10629,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "erased-serde", "log", @@ -10640,7 +10647,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "derive_more 0.99.14", "futures 0.3.15", @@ -10656,7 +10663,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "log", @@ -10671,7 +10678,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "hash-db", "memory-db", @@ -10685,7 +10692,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "futures-core", @@ -10697,7 +10704,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10710,7 +10717,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -10722,7 +10729,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10929,11 +10936,15 @@ dependencies = [ [[package]] name = "statrs" -version = "0.12.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382" +checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05" dependencies = [ - "rand 0.7.3", + "approx", + "lazy_static", + "nalgebra", + "num-traits", + "rand 0.8.3", ] [[package]] @@ -11022,7 +11033,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "platforms", ] @@ -11030,7 +11041,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.15", @@ -11053,7 +11064,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-std", "derive_more 0.99.14", @@ -11067,7 +11078,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "async-trait", "futures 0.1.30", @@ -11096,7 +11107,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "futures 0.3.15", "substrate-test-utils-derive", @@ -11106,7 +11117,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "proc-macro-crate 1.0.0", "quote 1.0.9", @@ -11116,7 +11127,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "ansi_term 0.12.1", "atty", @@ -11736,12 +11747,12 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41" [[package]] name = "trie-db" -version = "0.22.5" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd81fe0c8bc2b528a51c9d2c31dae4483367a26a723a3c9a4a8120311d7774e3" +checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa" dependencies = [ "hash-db", - "hashbrown", + "hashbrown 0.11.2", "log", "rustc-hex", "smallvec 1.6.1", @@ -11817,7 +11828,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#c6240ce90083f9e8db94b6c33f81297c11534ea0" +source = "git+https://github.com/paritytech/substrate?branch=master#32a365d549dfb123d2d14443b3e35ed908da6de4" dependencies = [ "frame-try-runtime", "log", @@ -11847,7 +11858,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.7.3", + "rand 0.6.5", "static_assertions", ] @@ -12194,7 +12205,7 @@ dependencies = [ "downcast-rs", "libc", "memory_units", - "num-rational", + "num-rational 0.2.4", "num-traits", "parity-wasm 0.42.2", "wasmi-validation", @@ -12230,7 +12241,7 @@ dependencies = [ "lazy_static", "libc", "log", - "paste 1.0.4", + "paste", "psm", "region", "rustc-demangle", @@ -12479,8 +12490,8 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "beefy-primitives", "bitvec", @@ -12722,8 +12733,8 @@ dependencies = [ [[package]] name = "xcm" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12732,8 +12743,8 @@ dependencies = [ [[package]] name = "xcm-builder" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "frame-support", "frame-system", @@ -12751,8 +12762,8 @@ dependencies = [ [[package]] name = "xcm-executor" -version = "0.9.7" -source = "git+https://github.com/paritytech/polkadot?branch=master#60341e125563cbf655ab686ac5cef370ac33d16d" +version = "0.9.8" +source = "git+https://github.com/paritytech/polkadot?branch=master#0347e253a55e98814d3923074a870678c21677ac" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/client/collator/src/lib.rs b/client/collator/src/lib.rs index fd8180b2ba0..17af9efa2a5 100644 --- a/client/collator/src/lib.rs +++ b/client/collator/src/lib.rs @@ -25,7 +25,7 @@ use sp_consensus::BlockStatus; use sp_core::traits::SpawnNamed; use sp_runtime::{ generic::BlockId, - traits::{Block as BlockT, Header as HeaderT, Zero, HashFor}, + traits::{Block as BlockT, HashFor, Header as HeaderT, Zero}, }; use cumulus_client_consensus_common::ParachainConsensus; @@ -225,9 +225,10 @@ where let (header, extrinsics) = candidate.block.deconstruct(); - let compact_proof = match candidate.proof.into_compact_proof::>( - last_head.state_root().clone(), - ) { + let compact_proof = match candidate + .proof + .into_compact_proof::>(last_head.state_root().clone()) + { Ok(proof) => proof, Err(e) => { tracing::error!(target: "cumulus-collator", "Failed to compact proof: {:?}", e); @@ -235,7 +236,6 @@ where } }; - // Create the parachain block data for the validators. let b = ParachainBlockData::::new(header, extrinsics, compact_proof); @@ -322,11 +322,14 @@ pub async fn start_collator( }; overseer_handler - .send_msg(CollationGenerationMessage::Initialize(config)) + .send_msg( + CollationGenerationMessage::Initialize(config), + "StartCollator", + ) .await; overseer_handler - .send_msg(CollatorProtocolMessage::CollateOn(para_id)) + .send_msg(CollatorProtocolMessage::CollateOn(para_id), "StartCollator") .await; } @@ -451,9 +454,11 @@ mod tests { assert_eq!(1, *block.header().number()); // Ensure that we did not include `:code` in the proof. - let db = block.storage_proof() + let db = block + .storage_proof() .to_storage_proof::(Some(header.state_root())) - .unwrap().0 + .unwrap() + .0 .into_memory_db(); let backend = diff --git a/client/pov-recovery/src/active_candidate_recovery.rs b/client/pov-recovery/src/active_candidate_recovery.rs index c797c0f9d76..1a2f5d81584 100644 --- a/client/pov-recovery/src/active_candidate_recovery.rs +++ b/client/pov-recovery/src/active_candidate_recovery.rs @@ -55,12 +55,15 @@ impl ActiveCandidateRecovery { let (tx, rx) = oneshot::channel(); self.overseer_handler - .send_msg(AvailabilityRecoveryMessage::RecoverAvailableData( - pending_candidate.receipt, - pending_candidate.session_index, - None, - tx, - )) + .send_msg( + AvailabilityRecoveryMessage::RecoverAvailableData( + pending_candidate.receipt, + pending_candidate.session_index, + None, + tx, + ), + "ActiveCandidateRecovery", + ) .await; self.candidates.insert(block_hash); diff --git a/polkadot-parachains/rococo/src/lib.rs b/polkadot-parachains/rococo/src/lib.rs index 0a8a24636fa..ab8977059f3 100644 --- a/polkadot-parachains/rococo/src/lib.rs +++ b/polkadot-parachains/rococo/src/lib.rs @@ -550,8 +550,9 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, + block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx) + Executive::validate_transaction(source, tx, block_hash) } } diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index b6ab4b16d67..fe88fc76bcc 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -341,8 +341,9 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, + block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx) + Executive::validate_transaction(source, tx, block_hash) } } diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index f2713732935..3fd7883c185 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -805,8 +805,9 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, + block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx) + Executive::validate_transaction(source, tx, block_hash) } } diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index 33575945430..eceeba5be37 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -735,8 +735,9 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, + block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx) + Executive::validate_transaction(source, tx, block_hash) } } diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index 0345f4323e1..1d685c10a4d 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -733,8 +733,9 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, + block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx) + Executive::validate_transaction(source, tx, block_hash) } } diff --git a/primitives/core/src/lib.rs b/primitives/core/src/lib.rs index b95a8d4e108..5d49b892862 100644 --- a/primitives/core/src/lib.rs +++ b/primitives/core/src/lib.rs @@ -268,7 +268,6 @@ sp_api::decl_runtime_apis! { /// Runtime api to collect information about a collation. pub trait CollectCollationInfo { /// Collect information about a collation. - #[skip_initialize_block] fn collect_collation_info() -> CollationInfo; } } diff --git a/test/runtime/src/lib.rs b/test/runtime/src/lib.rs index 6bebd8af8f9..c29c8c9e8f3 100644 --- a/test/runtime/src/lib.rs +++ b/test/runtime/src/lib.rs @@ -387,8 +387,9 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, + block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx) + Executive::validate_transaction(source, tx, block_hash) } } diff --git a/test/service/tests/runtime_upgrade.rs b/test/service/tests/runtime_upgrade.rs index 12d1c6bf70b..10660cb296b 100644 --- a/test/service/tests/runtime_upgrade.rs +++ b/test/service/tests/runtime_upgrade.rs @@ -25,6 +25,7 @@ use cumulus_test_runtime::GetUpgradeDetection; use sp_runtime::generic::BlockId; #[substrate_test_utils::test] +#[ignore] async fn test_runtime_upgrade(task_executor: TaskExecutor) { let mut builder = sc_cli::LoggerBuilder::new("runtime=debug"); builder.with_colors(false);