From 7a203683f64a52b413d6815101f78afe06fe9e2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Sat, 4 Sep 2021 23:48:42 +0200 Subject: [PATCH 01/13] runtime passes build tests --- Cargo.lock | 654 ++++++++++++++++++++++---------------- bin/node/Cargo.toml | 65 ++-- bin/runtime/Cargo.toml | 55 ++-- bin/runtime/src/lib.rs | 7 +- finality-aleph/Cargo.toml | 44 +-- pallet/Cargo.toml | 25 +- primitives/Cargo.toml | 14 +- 7 files changed, 479 insertions(+), 385 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 938424561d..2f6055345c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,6 +81,12 @@ dependencies = [ "opaque-debug 0.3.0", ] +[[package]] +name = "ahash" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" + [[package]] name = "ahash" version = "0.7.4" @@ -120,7 +126,7 @@ dependencies = [ [[package]] name = "aleph-node" -version = "0.3.0" +version = "0.2.0" dependencies = [ "aleph-runtime", "finality-aleph", @@ -145,7 +151,6 @@ dependencies = [ "sc-service", "sc-telemetry", "sc-transaction-pool", - "sc-transaction-pool-api", "serde", "serde_json", "sp-api", @@ -167,7 +172,7 @@ dependencies = [ [[package]] name = "aleph-runtime" -version = "0.3.0" +version = "0.1.0" dependencies = [ "frame-executive", "frame-support", @@ -198,7 +203,7 @@ dependencies = [ "sp-std", "sp-transaction-pool", "sp-version", - "substrate-wasm-builder 4.0.0", + "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1370,9 +1375,9 @@ dependencies = [ [[package]] name = "ethereum-types" -version = "0.12.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd6bde671199089e601e8d47e153368b893ef885f11f365a3261ec58153c211" +checksum = "f64b5df66a228d85e4b17e5d6c6aa43b0310898ffe8a85988c4c032357aaabfd" dependencies = [ "ethbloom", "fixed-hash", @@ -1445,7 +1450,7 @@ dependencies = [ [[package]] name = "finality-aleph" -version = "0.3.0" +version = "0.2.1" dependencies = [ "aleph-bft", "async-trait", @@ -1540,7 +1545,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", ] @@ -1557,8 +1562,8 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.1.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -1576,8 +1581,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -1589,8 +1594,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -1604,8 +1609,8 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "14.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "13.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "serde", @@ -1615,14 +1620,15 @@ dependencies = [ [[package]] name = "frame-support" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "bitflags", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", "log", + "max-encoded-len", "once_cell", "parity-scale-codec", "paste", @@ -1641,8 +1647,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1653,8 +1659,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -1666,7 +1672,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "proc-macro2", "quote", @@ -1675,8 +1681,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1692,8 +1698,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "sp-api", @@ -1796,6 +1802,22 @@ dependencies = [ "num_cpus", ] +[[package]] +name = "futures-diagnose" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" +dependencies = [ + "futures 0.1.31", + "futures 0.3.16", + "lazy_static", + "log", + "parking_lot 0.9.0", + "pin-project 0.4.28", + "serde", + "serde_json", +] + [[package]] name = "futures-executor" version = "0.3.16" @@ -2041,13 +2063,22 @@ dependencies = [ "crunchy", ] +[[package]] +name = "hashbrown" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" +dependencies = [ + "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", + "ahash 0.7.4", ] [[package]] @@ -2366,7 +2397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.11.2", ] [[package]] @@ -2612,9 +2643,9 @@ dependencies = [ [[package]] name = "kvdb" -version = "0.10.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512" +checksum = "8891bd853eff90e33024195d79d578dc984c82f9e0715fcd2b525a0c19d52811" dependencies = [ "parity-util-mem", "smallvec 1.6.1", @@ -2622,9 +2653,9 @@ dependencies = [ [[package]] name = "kvdb-memorydb" -version = "0.10.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5" +checksum = "30a0da8e08caf08d384a620ec19bb6c9b85c84137248e202617fb91881f25912" dependencies = [ "kvdb", "parity-util-mem", @@ -2633,9 +2664,9 @@ dependencies = [ [[package]] name = "kvdb-rocksdb" -version = "0.12.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d169dbb316aa0fa185d02d847c047f1aa20e292cf1563d790c13536a2a732c8" +checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1" dependencies = [ "fs-swap", "kvdb", @@ -3225,7 +3256,7 @@ version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91" dependencies = [ - "hashbrown", + "hashbrown 0.11.2", ] [[package]] @@ -3267,6 +3298,28 @@ dependencies = [ "rawpointer", ] +[[package]] +name = "max-encoded-len" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "impl-trait-for-tuples", + "max-encoded-len-derive", + "parity-scale-codec", + "primitive-types", +] + +[[package]] +name = "max-encoded-len-derive" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "maybe-uninit" version = "2.0.0" @@ -3299,12 +3352,12 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.27.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5" +checksum = "814bbecfc0451fc314eeea34f05bbcd5b98a7ad7af37faee088b86a1e633f1d4" dependencies = [ "hash-db", - "hashbrown", + "hashbrown 0.9.1", "parity-util-mem", ] @@ -3688,23 +3741,27 @@ dependencies = [ name = "pallet-aleph" version = "0.1.0" dependencies = [ + "frame-election-provider-support", "frame-support", "frame-system", "pallet-balances", "pallet-session", + "pallet-staking", + "pallet-staking-reward-curve", "pallet-timestamp", "parity-scale-codec", "primitives", "serde", "sp-core", "sp-runtime", + "sp-staking", "sp-std", ] [[package]] name = "pallet-aura" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -3719,8 +3776,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -3733,8 +3790,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-benchmarking", "frame-support", @@ -3756,13 +3813,14 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", + "max-encoded-len", "parity-scale-codec", "sp-runtime", "sp-std", @@ -3770,8 +3828,8 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -3783,9 +3841,10 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "log", @@ -3797,13 +3856,12 @@ dependencies = [ [[package]] name = "pallet-session" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", - "log", "pallet-timestamp", "parity-scale-codec", "sp-core", @@ -3817,8 +3875,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-election-provider-support", "frame-support", @@ -3837,10 +3895,21 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "pallet-staking-reward-curve" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "pallet-sudo" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -3852,8 +3921,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-benchmarking", "frame-support", @@ -3869,8 +3938,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-support", "frame-system", @@ -3885,8 +3954,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3902,8 +3971,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3913,8 +3982,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "enumflags2", "frame-support", @@ -4012,13 +4081,13 @@ dependencies = [ [[package]] name = "parity-util-mem" -version = "0.10.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad6f1acec69b95caf435bbd158d486e5a0a44fcf51531e84922c59ff09e8457" +checksum = "664a8c6b8e62d8f9f2f937e391982eb433ab285b4cd9545b342441e04a906e42" dependencies = [ "cfg-if 1.0.0", "ethereum-types", - "hashbrown", + "hashbrown 0.9.1", "impl-trait-for-tuples", "lru", "parity-util-mem-derive", @@ -4333,9 +4402,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "primitive-types" -version = "0.10.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373" +checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e" dependencies = [ "fixed-hash", "impl-codec", @@ -4346,7 +4415,7 @@ dependencies = [ [[package]] name = "primitives" -version = "0.3.0" +version = "0.1.0" dependencies = [ "parity-scale-codec", "sp-api", @@ -4812,9 +4881,9 @@ dependencies = [ [[package]] name = "rocksdb" -version = "0.17.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7" +checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3" dependencies = [ "libc", "librocksdb-sys", @@ -4958,21 +5027,10 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" -dependencies = [ - "log", - "sp-core", - "sp-wasm-interface", - "thiserror", -] - [[package]] name = "sc-basic-authorship" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -4982,20 +5040,20 @@ dependencies = [ "sc-client-api", "sc-proposer-metrics", "sc-telemetry", - "sc-transaction-pool-api", "sp-api", "sp-blockchain", "sp-consensus", "sp-core", "sp-inherents", "sp-runtime", + "sp-transaction-pool", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5010,8 +5068,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -5023,6 +5081,7 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", + "sp-chain-spec", "sp-consensus-babe", "sp-core", "sp-runtime", @@ -5030,8 +5089,8 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5041,8 +5100,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "chrono", "fdlimit", @@ -5079,8 +5138,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "derive_more", "fnv", @@ -5092,7 +5151,6 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "sc-executor", - "sc-transaction-pool-api", "sp-api", "sp-blockchain", "sp-consensus", @@ -5105,6 +5163,7 @@ dependencies = [ "sp-state-machine", "sp-std", "sp-storage", + "sp-transaction-pool", "sp-trie", "sp-utils", "sp-version", @@ -5113,8 +5172,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "blake2-rfc", "hash-db", @@ -5143,10 +5202,9 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "async-trait", "parking_lot 0.11.1", "sc-client-api", "sp-blockchain", @@ -5156,8 +5214,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "derive_more", @@ -5187,8 +5245,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "derive_more", @@ -5233,8 +5291,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5246,8 +5304,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "futures 0.3.16", @@ -5274,8 +5332,8 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "sc-client-api", "sp-authorship", @@ -5285,8 +5343,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "derive_more", "lazy_static", @@ -5313,13 +5371,13 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "derive_more", "parity-scale-codec", "pwasm-utils", - "sc-allocator", + "sp-allocator", "sp-core", "sp-maybe-compressed-blob", "sp-serializer", @@ -5330,13 +5388,13 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", "parity-scale-codec", - "sc-allocator", "sc-executor-common", + "sp-allocator", "sp-core", "sp-runtime-interface", "sp-wasm-interface", @@ -5345,8 +5403,8 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "derive_more", @@ -5386,8 +5444,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -5396,16 +5454,16 @@ dependencies = [ "parity-util-mem", "sc-client-api", "sc-network", - "sc-transaction-pool-api", "sp-blockchain", "sp-runtime", + "sp-transaction-pool", "wasm-timer", ] [[package]] name = "sc-keystore" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "derive_more", @@ -5424,8 +5482,8 @@ dependencies = [ [[package]] name = "sc-light" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "hash-db", "lazy_static", @@ -5443,8 +5501,8 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-std", "async-trait", @@ -5496,8 +5554,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -5513,8 +5571,8 @@ dependencies = [ [[package]] name = "sc-offchain" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "bytes 0.5.6", "fnv", @@ -5541,8 +5599,8 @@ dependencies = [ [[package]] name = "sc-peerset" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "libp2p", @@ -5555,7 +5613,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5563,8 +5621,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "hash-db", @@ -5574,16 +5632,15 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "sc-block-builder", - "sc-chain-spec", "sc-client-api", "sc-executor", "sc-keystore", "sc-rpc-api", "sc-tracing", - "sc-transaction-pool-api", "serde_json", "sp-api", "sp-blockchain", + "sp-chain-spec", "sp-core", "sp-keystore", "sp-offchain", @@ -5592,14 +5649,15 @@ dependencies = [ "sp-session", "sp-state-machine", "sp-tracing", + "sp-transaction-pool", "sp-utils", "sp-version", ] [[package]] name = "sc-rpc-api" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "derive_more", "futures 0.3.16", @@ -5610,21 +5668,21 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-chain-spec", - "sc-transaction-pool-api", "serde", "serde_json", + "sp-chain-spec", "sp-core", "sp-rpc", "sp-runtime", "sp-tracing", + "sp-transaction-pool", "sp-version", ] [[package]] name = "sc-rpc-server" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.1.31", "jsonrpc-core", @@ -5641,8 +5699,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "directories", @@ -5675,7 +5733,6 @@ dependencies = [ "sc-telemetry", "sc-tracing", "sc-transaction-pool", - "sc-transaction-pool-api", "serde", "serde_json", "sp-api", @@ -5691,7 +5748,6 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage", "sp-tracing", "sp-transaction-pool", "sp-transaction-storage-proof", @@ -5708,8 +5764,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", "parity-scale-codec", @@ -5723,8 +5779,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "chrono", "futures 0.3.16", @@ -5743,8 +5799,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5780,8 +5836,8 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -5790,47 +5846,51 @@ dependencies = [ ] [[package]] -name = "sc-transaction-pool" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +name = "sc-transaction-graph" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "derive_more", "futures 0.3.16", - "intervalier", "linked-hash-map", "log", - "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", "retain_mut", - "sc-client-api", - "sc-transaction-pool-api", "serde", - "sp-api", "sp-blockchain", "sp-core", "sp-runtime", - "sp-tracing", "sp-transaction-pool", "sp-utils", - "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] [[package]] -name = "sc-transaction-pool-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +name = "sc-transaction-pool" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "derive_more", "futures 0.3.16", + "futures-diagnose", + "intervalier", "log", "parity-scale-codec", - "serde", + "parity-util-mem", + "parking_lot 0.11.1", + "sc-client-api", + "sc-transaction-graph", + "sp-api", "sp-blockchain", + "sp-core", "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", + "wasm-timer", ] [[package]] @@ -5881,6 +5941,7 @@ dependencies = [ "merlin", "rand 0.7.3", "rand_core 0.5.1", + "serde", "sha2 0.8.2", "subtle 2.4.1", "zeroize", @@ -6207,10 +6268,22 @@ dependencies = [ "sha-1 0.9.7", ] +[[package]] +name = "sp-allocator" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "log", + "sp-core", + "sp-std", + "sp-wasm-interface", + "thiserror", +] + [[package]] name = "sp-api" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "hash-db", "log", @@ -6226,8 +6299,8 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -6238,9 +6311,10 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ + "max-encoded-len", "parity-scale-codec", "serde", "sp-core", @@ -6250,8 +6324,8 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "integer-sqrt", "num-traits", @@ -6264,8 +6338,8 @@ dependencies = [ [[package]] name = "sp-authorship" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "parity-scale-codec", @@ -6276,8 +6350,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "sp-api", @@ -6288,8 +6362,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "log", @@ -6304,10 +6378,19 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-chain-spec" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "sp-consensus" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "futures 0.3.16", @@ -6333,8 +6416,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "parity-scale-codec", @@ -6350,8 +6433,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "merlin", @@ -6372,8 +6455,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -6382,8 +6465,8 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6394,8 +6477,8 @@ dependencies = [ [[package]] name = "sp-core" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "base58", "blake2-rfc", @@ -6410,6 +6493,7 @@ dependencies = [ "lazy_static", "libsecp256k1", "log", + "max-encoded-len", "merlin", "num-traits", "parity-scale-codec", @@ -6438,8 +6522,8 @@ dependencies = [ [[package]] name = "sp-database" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -6448,7 +6532,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "proc-macro2", "quote", @@ -6457,8 +6541,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "environmental", "parity-scale-codec", @@ -6468,8 +6552,8 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "finality-grandpa", "log", @@ -6485,8 +6569,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -6499,8 +6583,8 @@ dependencies = [ [[package]] name = "sp-io" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "hash-db", @@ -6524,8 +6608,8 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "lazy_static", "sp-core", @@ -6535,8 +6619,8 @@ dependencies = [ [[package]] name = "sp-keystore" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "derive_more", @@ -6552,8 +6636,8 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "ruzstd", "zstd", @@ -6561,8 +6645,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "serde", @@ -6574,8 +6658,8 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2", @@ -6585,8 +6669,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "sp-api", "sp-core", @@ -6596,15 +6680,15 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "backtrace", ] [[package]] name = "sp-rpc" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "rustc-hash", "serde", @@ -6614,13 +6698,14 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "max-encoded-len", "parity-scale-codec", "parity-util-mem", "paste", @@ -6635,8 +6720,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6652,8 +6737,8 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -6665,7 +6750,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "serde", "serde_json", @@ -6673,8 +6758,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "sp-api", @@ -6686,8 +6771,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -6696,8 +6781,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "hash-db", "log", @@ -6719,13 +6804,13 @@ dependencies = [ [[package]] name = "sp-std" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" [[package]] name = "sp-storage" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6737,8 +6822,8 @@ dependencies = [ [[package]] name = "sp-tasks" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", "sp-core", @@ -6750,8 +6835,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -6767,8 +6852,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "erased-serde", "log", @@ -6785,17 +6870,24 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ + "derive_more", + "futures 0.3.16", + "log", + "parity-scale-codec", + "serde", "sp-api", + "sp-blockchain", "sp-runtime", + "thiserror", ] [[package]] name = "sp-transaction-storage-proof" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "log", @@ -6809,8 +6901,8 @@ dependencies = [ [[package]] name = "sp-trie" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "hash-db", "memory-db", @@ -6823,8 +6915,8 @@ dependencies = [ [[package]] name = "sp-utils" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "futures-core", @@ -6835,23 +6927,21 @@ dependencies = [ [[package]] name = "sp-version" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "impl-serde", "parity-scale-codec", - "parity-wasm 0.42.2", "serde", "sp-runtime", "sp-std", "sp-version-proc-macro", - "thiserror", ] [[package]] name = "sp-version-proc-macro" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", "proc-macro-crate 1.0.0", @@ -6862,8 +6952,8 @@ dependencies = [ [[package]] name = "sp-wasm-interface" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6988,15 +7078,15 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "platforms", ] [[package]] name = "substrate-frame-rpc-system" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -7007,19 +7097,19 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-rpc-api", - "sc-transaction-pool-api", "serde", "sp-api", "sp-block-builder", "sp-blockchain", "sp-core", "sp-runtime", + "sp-transaction-pool", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-std", "derive_more", @@ -7033,7 +7123,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "async-trait", "futures 0.1.31", @@ -7062,7 +7152,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "cfg-if 1.0.0", "frame-support", @@ -7096,14 +7186,14 @@ dependencies = [ "sp-transaction-pool", "sp-trie", "sp-version", - "substrate-wasm-builder 5.0.0-dev", + "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -7139,8 +7229,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate.git?rev=8bbad73f5#8bbad73f5462028f82b5d72311a5743781230ce3" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "ansi_term 0.12.1", "atty", @@ -7706,7 +7796,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9eac131e334e81b6b3be07399482042838adcd7957aa0010231d0813e39e02fa" dependencies = [ "hash-db", - "hashbrown", + "hashbrown 0.11.2", "log", "rustc-hex", "smallvec 1.6.1", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 3fd6002523..128d74a1f4 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-node" -version = "0.3.0" +version = "0.2.0" authors = ["Cardinal Cryptography"] description = "Aleph node binary" edition = "2018" @@ -24,45 +24,44 @@ futures = "0.3" hex-literal = "0.3.1" codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-cli = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-executor = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-timestamp = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-cli = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-executor = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-timestamp = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -aleph-runtime = { path = "../runtime"} -finality-aleph = { path = "../../finality-aleph"} +aleph-runtime = {path = "../runtime"} +finality-aleph = {path = "../../finality-aleph"} aleph-primitives = { package = "primitives", path = "../../primitives"} # These dependencies are used for the node template's RPCs jsonrpc-core = "15.1.0" -sc-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-staking = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +sc-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-staking = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} [features] default = [] diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index ab14bf6e55..48c8083360 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-runtime" -version = "0.3.0" +version = "0.1.0" authors = ["Cardinal Cryptography"] edition = "2018" license = "Apache 2.0" @@ -17,34 +17,34 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } primitives = { path = "../../primitives", default-features = false } pallet-aleph = { path = "../../pallet", default-features = false} -frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -pallet-vesting = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-vesting = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-block-builder = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-inherents = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} [build-dependencies] @@ -64,7 +64,6 @@ std = [ "pallet-sudo/std", "pallet-timestamp/std", "pallet-transaction-payment/std", - "pallet-vesting/std", "serde", "sp-api/std", "sp-block-builder/std", @@ -81,4 +80,6 @@ std = [ "pallet-transaction-payment-rpc-runtime-api/std", "frame-system-rpc-runtime-api/std", "primitives/std", + "pallet-vesting/std", + "pallet-scheduler/std", ] diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index 85d59e664e..d44c8b7379 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -149,7 +149,7 @@ parameter_types! { impl frame_system::Config for Runtime { /// The basic call filter to use in dispatchable. - type BaseCallFilter = frame_support::traits::AllowAll; + type BaseCallFilter = (); /// Block & extrinsics weights: base values and limits. type BlockWeights = BlockWeights; /// The maximum length of a block (in bytes). @@ -197,7 +197,7 @@ impl frame_system::Config for Runtime { type OnSetCode = (); } -impl pallet_randomness_collective_flip::Config for Runtime {} +// impl pallet_randomness_collective_flip::Config for Runtime {} impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; @@ -455,9 +455,8 @@ impl_runtime_apis! { fn validate_transaction( source: TransactionSource, tx: ::Extrinsic, - block_hash: ::Hash, ) -> TransactionValidity { - Executive::validate_transaction(source, tx, block_hash) + Executive::validate_transaction(source, tx) } } diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index a22e72ac12..7b85f5c322 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "finality-aleph" -version = "0.3.0" +version = "0.2.1" authors = ["Cardinal Cryptography"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aleph-primitives = { package = "primitives", path = "../primitives"} +aleph-primitives = { package = "primitives", version = "0.1.0", path = "../primitives"} tokio = { version = "0.2.21", features = [ "sync", "macros" ]} codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } hash-db = { version = "0.15.2", default-features = false } @@ -17,30 +17,30 @@ rand = "0.8" futures = "0.3" futures-timer = "3.0" parking_lot = "0.11" -parity-util-mem = "0.10" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-network = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +parity-util-mem = "0.9" +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-network = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} aleph-bft = { git = "https://github.com/Cardinal-Cryptography/AlephBFT/", rev = "ffff285"} serde = "1.0" -sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-utils = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-consensus= { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sp-io= { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-utils = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-consensus= { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-io= { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} derive_more = "0.99.7" env_logger = "0.8.3" async-trait = "0.1.42" [dev-dependencies] -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -substrate-test-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} -sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +substrate-test-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index 1d1a47766b..b6db11abe3 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -8,19 +8,24 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } serde = "1.0" -primitives = { path = "../primitives", default-features = false} -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } +primitives = { package = "primitives", path = "../primitives", version = "0.1.0", default-features = false} +pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } + [dev-dependencies] -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +pallet-staking = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +pallet-staking-reward-curve = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +frame-election-provider-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } [features] default = ["std"] @@ -31,4 +36,4 @@ std = [ "sp-std/std", "primitives/std", "pallet-session/std" -] +] \ No newline at end of file diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 402d82f599..ce0ee14594 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,18 +1,18 @@ [package] name = "primitives" -version = "0.3.0" +version = "0.1.0" authors = ["Cardinal Cryptography"] edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-application-crypto = {default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-core = {default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-runtime = {default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5" } +sp-api = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-application-crypto = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-core = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-runtime = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-std = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } # we need aura authorites till we have our own pallet -sp-consensus-aura = {default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "8bbad73f5"} +sp-consensus-aura = { version = "0.9.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} [features] default = ["std"] From 3f6fb0ab62c5cbdd67f796d244da99b2cd9d456c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Sun, 5 Sep 2021 01:31:12 +0200 Subject: [PATCH 02/13] runtime, pallet and primitives are now using version 3.0.0 from crates.io --- Cargo.lock | 2129 ++++++++++++++++++++++++++++------------ bin/runtime/Cargo.toml | 50 +- bin/runtime/src/lib.rs | 36 +- pallet/Cargo.toml | 25 +- pallet/src/lib.rs | 2 +- primitives/Cargo.toml | 12 +- 6 files changed, 1549 insertions(+), 705 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f6055345c..9ebeb199da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,18 +153,18 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-timestamp", - "sp-transaction-pool", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", @@ -175,34 +175,34 @@ name = "aleph-runtime" version = "0.1.0" dependencies = [ "frame-executive", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system-rpc-runtime-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-aleph", "pallet-aura", "pallet-balances", "pallet-randomness-collective-flip", "pallet-scheduler", - "pallet-session", + "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc-runtime-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-vesting", "parity-scale-codec", "primitives", "serde", - "sp-api", - "sp-block-builder", - "sp-consensus-aura", - "sp-core", - "sp-inherents", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-transaction-pool", - "sp-version", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -266,12 +266,31 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd" +[[package]] +name = "asn1_der" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fce6b6a0ffdafebd82c87e79e3f40e8d2c523e5fea5566ff6b90509bf98d638" +dependencies = [ + "asn1_der_derive", +] + [[package]] name = "asn1_der" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3" +[[package]] +name = "asn1_der_derive" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d0864d84b8e07b145449be9a8537db86bf9de5ce03b913214694643b4743502" +dependencies = [ + "quote", + "syn", +] + [[package]] name = "async-channel" version = "1.6.1" @@ -1472,18 +1491,18 @@ dependencies = [ "sc-service", "sc-telemetry", "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "substrate-test-runtime", "substrate-test-runtime-client", "tokio 0.2.25", @@ -1560,23 +1579,42 @@ dependencies = [ "percent-encoding 2.1.0", ] +[[package]] +name = "frame-benchmarking" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70fe99487f84579a3f2c4ba52650fec875492eea41be0e4eea8019187f105052" +dependencies = [ + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "linregress", + "parity-scale-codec", + "paste", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "frame-benchmarking" version = "3.1.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "linregress", "log", "parity-scale-codec", "paste", - "sp-api", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -1584,27 +1622,41 @@ name = "frame-election-provider-support" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", - "sp-arithmetic", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-npos-elections", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1da8fd471442bee91b9b3f587ec832e3f47800374fdb89b4a66591cd7c42b29f" +dependencies = [ + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "frame-metadata" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "073f7bef18421362441a1708f8528e442234954611f95bdc554b313fb321948e" dependencies = [ - "frame-support", - "frame-system", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "serde", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1614,8 +1666,35 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "parity-scale-codec", "serde", - "sp-core", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "frame-support" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04e521e6214615bd82ba6b5fc7fd40a9cc14fdeb40f83da5eba12aa2f8179fb8" +dependencies = [ + "bitflags", + "frame-metadata 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support-procedural 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples", + "log", + "once_cell", + "parity-scale-codec", + "paste", + "serde", + "smallvec 1.6.1", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1624,8 +1703,8 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "bitflags", - "frame-metadata", - "frame-support-procedural", + "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "impl-trait-for-tuples", "log", "max-encoded-len", @@ -1634,15 +1713,28 @@ dependencies = [ "paste", "serde", "smallvec 1.6.1", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "frame-support-procedural" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2668e24cbaba7f0e91d0c92a94bd1ae425a942608ad0b775db32477f5df4da9e" +dependencies = [ + "Inflector", + "frame-support-procedural-tools 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] @@ -1651,7 +1743,20 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "Inflector", - "frame-support-procedural-tools", + "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4f88cfd111e004590f4542b75e6d3302137b9067d7e7219e4ac47a535c3b5c1" +dependencies = [ + "frame-support-procedural-tools-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-crate 0.1.5", "proc-macro2", "quote", "syn", @@ -1662,13 +1767,24 @@ name = "frame-support-procedural-tools" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "proc-macro-crate 1.0.0", "proc-macro2", "quote", "syn", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79285388b120ac96c15a791c56b26b9264f7231324fbe0fd05026acd92bf2e6a" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -1679,21 +1795,48 @@ dependencies = [ "syn", ] +[[package]] +name = "frame-system" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5fedbff05d665c00bf4e089b4377fcb15b8bd37ebc3e5fc06665474cf6e25d7" +dependencies = [ + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples", + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "frame-system" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "impl-trait-for-tuples", "log", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cb9d2f86a903fdee4ca3d660c767e69a743cee8aeb103563a14ea52e9f0001d" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1702,7 +1845,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -2724,6 +2867,26 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" +[[package]] +name = "libp2p" +version = "0.34.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5133112ce42be9482f6a87be92a605dd6bbc9e93c297aee77d172ff06908f3a" +dependencies = [ + "atomic", + "bytes 1.0.1", + "futures 0.3.16", + "lazy_static", + "libp2p-core 0.27.1", + "libp2p-core-derive", + "libp2p-swarm 0.27.2", + "parity-multiaddr", + "parking_lot 0.11.1", + "pin-project 1.0.8", + "smallvec 1.6.1", + "wasm-timer", +] + [[package]] name = "libp2p" version = "0.37.1" @@ -2734,7 +2897,7 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.16", "lazy_static", - "libp2p-core", + "libp2p-core 0.28.3", "libp2p-deflate", "libp2p-dns", "libp2p-floodsub", @@ -2749,7 +2912,7 @@ dependencies = [ "libp2p-pnet", "libp2p-relay", "libp2p-request-response", - "libp2p-swarm", + "libp2p-swarm 0.29.0", "libp2p-swarm-derive", "libp2p-tcp", "libp2p-uds", @@ -2763,13 +2926,47 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-core" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a2d56aadc2c2bf22cd7797f86e56a65b5b3994a0136b65be3106938acae7a26" +dependencies = [ + "asn1_der 0.6.3", + "bs58", + "ed25519-dalek", + "either", + "fnv", + "futures 0.3.16", + "futures-timer 3.0.2", + "lazy_static", + "libsecp256k1", + "log", + "multihash", + "multistream-select", + "parity-multiaddr", + "parking_lot 0.11.1", + "pin-project 1.0.8", + "prost", + "prost-build", + "rand 0.7.3", + "ring", + "rw-stream-sink", + "sha2 0.9.5", + "smallvec 1.6.1", + "thiserror", + "unsigned-varint 0.7.0", + "void", + "zeroize", +] + [[package]] name = "libp2p-core" version = "0.28.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9" dependencies = [ - "asn1_der", + "asn1_der 0.7.4", "bs58", "ed25519-dalek", "either", @@ -2797,6 +2994,16 @@ dependencies = [ "zeroize", ] +[[package]] +name = "libp2p-core-derive" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156" +dependencies = [ + "quote", + "syn", +] + [[package]] name = "libp2p-deflate" version = "0.28.0" @@ -2805,7 +3012,7 @@ checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" dependencies = [ "flate2", "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", ] [[package]] @@ -2816,7 +3023,7 @@ checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b" dependencies = [ "async-std-resolver", "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", "log", "smallvec 1.6.1", "trust-dns-resolver", @@ -2831,8 +3038,8 @@ dependencies = [ "cuckoofilter", "fnv", "futures 0.3.16", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "prost", "prost-build", @@ -2853,8 +3060,8 @@ dependencies = [ "fnv", "futures 0.3.16", "hex_fmt", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "prost", "prost-build", @@ -2873,8 +3080,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" dependencies = [ "futures 0.3.16", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "prost", "prost-build", @@ -2894,8 +3101,8 @@ dependencies = [ "either", "fnv", "futures 0.3.16", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "prost", "prost-build", @@ -2920,8 +3127,8 @@ dependencies = [ "futures 0.3.16", "if-watch", "lazy_static", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "rand 0.8.4", "smallvec 1.6.1", @@ -2938,7 +3145,7 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", "log", "nohash-hasher", "parking_lot 0.11.1", @@ -2957,7 +3164,7 @@ dependencies = [ "curve25519-dalek 3.2.0", "futures 0.3.16", "lazy_static", - "libp2p-core", + "libp2p-core 0.28.3", "log", "prost", "prost-build", @@ -2976,8 +3183,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" dependencies = [ "futures 0.3.16", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "rand 0.7.3", "void", @@ -2993,7 +3200,7 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", "log", "prost", "prost-build", @@ -3025,8 +3232,8 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.16", "futures-timer 3.0.2", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "pin-project 1.0.8", "prost", @@ -3047,8 +3254,8 @@ dependencies = [ "async-trait", "bytes 1.0.1", "futures 0.3.16", - "libp2p-core", - "libp2p-swarm", + "libp2p-core 0.28.3", + "libp2p-swarm 0.29.0", "log", "lru", "minicbor", @@ -3058,6 +3265,22 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-swarm" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98" +dependencies = [ + "either", + "futures 0.3.16", + "libp2p-core 0.27.1", + "log", + "rand 0.7.3", + "smallvec 1.6.1", + "void", + "wasm-timer", +] + [[package]] name = "libp2p-swarm" version = "0.29.0" @@ -3066,7 +3289,7 @@ checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" dependencies = [ "either", "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", "log", "rand 0.7.3", "smallvec 1.6.1", @@ -3096,7 +3319,7 @@ dependencies = [ "if-watch", "ipnet", "libc", - "libp2p-core", + "libp2p-core 0.28.3", "log", "socket2 0.4.1", ] @@ -3109,7 +3332,7 @@ checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" dependencies = [ "async-std", "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", "log", ] @@ -3121,7 +3344,7 @@ checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de" dependencies = [ "futures 0.3.16", "js-sys", - "libp2p-core", + "libp2p-core 0.28.3", "parity-send-wrapper", "wasm-bindgen", "wasm-bindgen-futures", @@ -3136,7 +3359,7 @@ dependencies = [ "either", "futures 0.3.16", "futures-rustls", - "libp2p-core", + "libp2p-core 0.28.3", "log", "quicksink", "rw-stream-sink", @@ -3152,7 +3375,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" dependencies = [ "futures 0.3.16", - "libp2p-core", + "libp2p-core 0.28.3", "parking_lot 0.11.1", "thiserror", "yamux", @@ -3741,37 +3964,36 @@ dependencies = [ name = "pallet-aleph" version = "0.1.0" dependencies = [ - "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-balances", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp", + "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", "primitives", "serde", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-aura" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ff6054e982e7841a2519c988680620a85c1da5cd32363998a30302ed47f6f9" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "pallet-timestamp", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", - "sp-application-crypto", - "sp-consensus-aura", - "sp-runtime", - "sp-std", + "serde", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3779,13 +4001,13 @@ name = "pallet-authorship" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "impl-trait-for-tuples", "parity-scale-codec", "sp-authorship", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -3793,65 +4015,88 @@ name = "pallet-babe" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "log", "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", - "sp-application-crypto", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41aaeaf084e594273f82bcbf96416ef1fcab602e15dd1df04b9930eceb2eb518" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "max-encoded-len", + "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", - "sp-runtime", - "sp-std", + "serde", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca3ea6fa9aa36735ec11d7ec4d97dd6472650c0656fdc6d4adaca2578bd71134" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", "safe-mix", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11230ac868a04833d27a18f37d00572d26866f4718e9cce0557d698e3997b6d6" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", + "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec", + "serde", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "pallet-session" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d243c3ccac56a4c55fade6be5c5af1de07fac374fa7856377980a76b0c193cf" +dependencies = [ + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples", + "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "serde", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3859,18 +4104,18 @@ name = "pallet-session" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "impl-trait-for-tuples", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -3879,44 +4124,53 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "frame-election-provider-support", - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "log", "pallet-authorship", - "pallet-session", + "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", "paste", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "static_assertions", ] [[package]] -name = "pallet-staking-reward-curve" +name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4a96774302e3824b7924c2465935ca4d558ea5f6a762c043fbc45fd2646ce89" dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec", + "serde", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "pallet-sudo" +name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b17dd274716a55a2c3e34d9c0ed66aaac3d7e0393ec9fd985e2b8532d697a7f3" dependencies = [ - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples", "parity-scale-codec", - "sp-io", - "sp-runtime", - "sp-std", + "serde", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3924,16 +4178,33 @@ name = "pallet-timestamp" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "pallet-transaction-payment" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48e10dc1a10dd3f52edb20d3885cf5b2b16f26273a4d93e61331c6691fb13ab3" +dependencies = [ + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec", + "serde", + "smallvec 1.6.1", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3941,15 +4212,15 @@ name = "pallet-transaction-payment" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-support", - "frame-system", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -3960,13 +4231,25 @@ dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-transaction-payment-rpc-runtime-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-rpc", - "sp-runtime", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "pallet-transaction-payment-rpc-runtime-api" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a92d3383260d0d19d9a36f40766d48d779fd19baccba8b20c3e7d2670a26ee1" +dependencies = [ + "pallet-transaction-payment 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3974,23 +4257,25 @@ name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "pallet-transaction-payment", + "pallet-transaction-payment 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", - "sp-api", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e4e1af42bbdf1d477c3762387c74855f24bca47700df3ce7d9428045986b544" dependencies = [ "enumflags2", - "frame-support", - "frame-system", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", - "sp-runtime", - "sp-std", + "serde", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4117,6 +4402,12 @@ dependencies = [ "byteorder", ] +[[package]] +name = "parity-wasm" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" + [[package]] name = "parity-wasm" version = "0.42.2" @@ -4418,12 +4709,12 @@ name = "primitives" version = "0.1.0" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-consensus-aura", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5040,14 +5331,14 @@ dependencies = [ "sc-client-api", "sc-proposer-metrics", "sc-telemetry", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5057,13 +5348,13 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "parity-scale-codec", "sc-client-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5083,8 +5374,8 @@ dependencies = [ "serde_json", "sp-chain-spec", "sp-consensus-babe", - "sp-core", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5107,7 +5398,7 @@ dependencies = [ "fdlimit", "futures 0.3.16", "hex", - "libp2p", + "libp2p 0.37.1", "log", "names", "parity-scale-codec", @@ -5122,14 +5413,14 @@ dependencies = [ "sc-tracing", "serde", "serde_json", - "sp-blockchain", - "sp-core", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-utils", - "sp-version", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "structopt", "thiserror", "tiny-bip39", @@ -5151,23 +5442,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "sc-executor", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-transaction-pool", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5189,15 +5480,15 @@ dependencies = [ "sc-client-api", "sc-executor", "sc-state-db", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5207,9 +5498,9 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "parking_lot 0.11.1", "sc-client-api", - "sp-blockchain", - "sp-consensus", - "sp-runtime", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5227,20 +5518,20 @@ dependencies = [ "sc-client-api", "sc-consensus-slots", "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5271,22 +5562,22 @@ dependencies = [ "sc-telemetry", "schnorrkel", "serde", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-babe", - "sp-consensus-slots", + "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5298,8 +5589,8 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-consensus", - "sp-blockchain", - "sp-runtime", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5315,18 +5606,18 @@ dependencies = [ "parity-scale-codec", "sc-client-api", "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-timestamp", - "sp-trie", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] @@ -5337,7 +5628,7 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "sc-client-api", "sp-authorship", - "sp-runtime", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] @@ -5355,18 +5646,18 @@ dependencies = [ "parking_lot 0.11.1", "sc-executor-common", "sc-executor-wasmi", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-serializer", "sp-tasks", - "sp-trie", - "sp-version", - "sp-wasm-interface", - "wasmi", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "wasmi 0.9.0", ] [[package]] @@ -5378,12 +5669,12 @@ dependencies = [ "parity-scale-codec", "pwasm-utils", "sp-allocator", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-maybe-compressed-blob", "sp-serializer", - "sp-wasm-interface", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", - "wasmi", + "wasmi 0.9.0", ] [[package]] @@ -5395,10 +5686,10 @@ dependencies = [ "parity-scale-codec", "sc-executor-common", "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", - "wasmi", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "wasmi 0.9.0", ] [[package]] @@ -5427,18 +5718,18 @@ dependencies = [ "sc-network-gossip", "sc-telemetry", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-finality-grandpa", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "wasm-timer", ] @@ -5454,9 +5745,9 @@ dependencies = [ "parity-util-mem", "sc-client-api", "sc-network", - "sp-blockchain", - "sp-runtime", - "sp-transaction-pool", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "wasm-timer", ] @@ -5474,9 +5765,9 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "subtle 2.4.1", ] @@ -5491,12 +5782,12 @@ dependencies = [ "parking_lot 0.11.1", "sc-client-api", "sc-executor", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-state-machine", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5520,7 +5811,7 @@ dependencies = [ "futures-timer 3.0.2", "hex", "ip_network", - "libp2p", + "libp2p 0.37.1", "linked-hash-map", "linked_hash_set", "log", @@ -5538,13 +5829,13 @@ dependencies = [ "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "unsigned-varint 0.6.0", "void", @@ -5559,12 +5850,12 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", - "libp2p", + "libp2p 0.37.1", "log", "lru", "sc-network", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "tracing", "wasm-timer", ] @@ -5589,11 +5880,11 @@ dependencies = [ "sc-client-api", "sc-keystore", "sc-network", - "sp-api", - "sp-core", - "sp-offchain", - "sp-runtime", - "sp-utils", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "threadpool", ] @@ -5603,10 +5894,10 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "futures 0.3.16", - "libp2p", + "libp2p 0.37.1", "log", "serde_json", - "sp-utils", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "wasm-timer", ] @@ -5616,7 +5907,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5638,20 +5929,20 @@ dependencies = [ "sc-rpc-api", "sc-tracing", "serde_json", - "sp-api", - "sp-blockchain", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-chain-spec", - "sp-core", - "sp-keystore", - "sp-offchain", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-rpc", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-tracing", - "sp-transaction-pool", - "sp-utils", - "sp-version", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5671,12 +5962,12 @@ dependencies = [ "serde", "serde_json", "sp-chain-spec", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-rpc", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "sp-version", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5693,8 +5984,8 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -5735,26 +6026,26 @@ dependencies = [ "sc-transaction-pool", "serde", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-tracing", - "sp-transaction-pool", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-transaction-storage-proof", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "tempfile", "thiserror", "tracing", @@ -5773,7 +6064,7 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.11.1", "sc-client-api", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] @@ -5784,7 +6075,7 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "chrono", "futures 0.3.16", - "libp2p", + "libp2p 0.37.1", "log", "parking_lot 0.11.1", "pin-project 1.0.8", @@ -5817,14 +6108,14 @@ dependencies = [ "sc-tracing-proc-macro", "serde", "serde_json", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-rpc", - "sp-runtime", - "sp-storage", - "sp-tracing", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "tracing", "tracing-log", @@ -5858,11 +6149,11 @@ dependencies = [ "parking_lot 0.11.1", "retain_mut", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", - "sp-utils", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "wasm-timer", ] @@ -5881,14 +6172,14 @@ dependencies = [ "parking_lot 0.11.1", "sc-client-api", "sc-transaction-graph", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "wasm-timer", ] @@ -6274,9 +6565,26 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", - "sp-core", - "sp-std", - "sp-wasm-interface", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "thiserror", +] + +[[package]] +name = "sp-api" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e63c3460d5daecf67df542c34c2bbd636214a5a200d4bddcfa2ffb9e72c346af" +dependencies = [ + "hash-db", + "parity-scale-codec", + "sp-api-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror", ] @@ -6288,39 +6596,79 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "289624f4fe0f61e63a5019ed26c3bc732b5145eb52796ac6053cd72656d947a1" dependencies = [ "blake2-rfc", - "proc-macro-crate 1.0.0", + "proc-macro-crate 0.1.5", "proc-macro2", "quote", "syn", ] [[package]] -name = "sp-application-crypto" +name = "sp-api-proc-macro" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "max-encoded-len", - "parity-scale-codec", - "serde", - "sp-core", - "sp-io", - "sp-std", -] + "blake2-rfc", + "proc-macro-crate 1.0.0", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "sp-application-crypto" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c52e2e6d43036b97c4fce1ed87c5262c1ffdc78c655ada4d3024a3f8094bdd2c" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sp-application-crypto" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "max-encoded-len", + "parity-scale-codec", + "serde", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-arithmetic" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0f1c69966c192d1dee8521f0b29ece2b14db07b9b44d801a94e295234761645" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "serde", + "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "sp-arithmetic" @@ -6331,8 +6679,8 @@ dependencies = [ "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "static_assertions", ] @@ -6343,9 +6691,22 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-block-builder" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0adc979dbe619f56d664ebd1293dce13fcad6b8a47bcdd620ed53a454d330d12" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6354,10 +6715,29 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-blockchain" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8007c1ad8e9fb6cd8eed4e0fc91504a9ca4b228e1315302a2fbb0ac7f509f1b" +dependencies = [ + "futures 0.3.16", + "log", + "lru", + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", ] [[package]] @@ -6370,11 +6750,11 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.11.1", - "sp-api", - "sp-consensus", - "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] @@ -6387,6 +6767,33 @@ dependencies = [ "serde_json", ] +[[package]] +name = "sp-consensus" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "884db6c4b03f0f2fb2993127a2db95fc740fcd3496746dcaa6829c9868e7dc75" +dependencies = [ + "futures 0.3.16", + "futures-timer 3.0.2", + "libp2p 0.34.0", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "serde", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "wasm-timer", +] + [[package]] name = "sp-consensus" version = "0.9.0" @@ -6395,25 +6802,41 @@ dependencies = [ "async-trait", "futures 0.3.16", "futures-timer 3.0.2", - "libp2p", + "libp2p 0.37.1", "log", "parity-scale-codec", "parking_lot 0.11.1", "serde", - "sp-api", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "wasm-timer", ] +[[package]] +name = "sp-consensus-aura" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bd00fc95b26393522be1394fb67cc536736cc5a902dec0d3e2827909b7c1118" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-consensus-aura" version = "0.9.0" @@ -6421,14 +6844,14 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "async-trait", "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -6440,17 +6863,28 @@ dependencies = [ "merlin", "parity-scale-codec", "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-consensus-slots" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32bd501ab76c827d74f145063cd8cb993a9f634dac93c9b0d909111cd5900a6a" +dependencies = [ + "parity-scale-codec", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6459,8 +6893,8 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", - "sp-arithmetic", - "sp-runtime", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -6470,9 +6904,54 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-core" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abbc8d4e9b8a7d5819ed26f1374017bb32833ef4890e4ff065e1da30669876bc" +dependencies = [ + "base58", + "blake2-rfc", + "byteorder", + "dyn-clonable", + "ed25519-dalek", + "futures 0.3.16", + "hash-db", + "hash256-std-hasher", + "hex", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "num-traits", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.1", + "primitive-types", + "rand 0.7.3", + "regex", + "schnorrkel", + "secrecy", + "serde", + "sha2 0.9.5", + "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bip39", + "thiserror", + "tiny-bip39", + "tiny-keccak", + "twox-hash", + "wasmi 0.6.2", + "zeroize", ] [[package]] @@ -6506,20 +6985,30 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.5", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "substrate-bip39", "thiserror", "tiny-bip39", "tiny-keccak", "twox-hash", - "wasmi", + "wasmi 0.9.0", "zeroize", ] +[[package]] +name = "sp-database" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8c3f018913eef191d95c824657c5759c459d28670e654fa34f5d9bd5e6f0492" +dependencies = [ + "kvdb", + "parking_lot 0.11.1", +] + [[package]] name = "sp-database" version = "3.0.0" @@ -6529,6 +7018,17 @@ dependencies = [ "parking_lot 0.11.1", ] +[[package]] +name = "sp-debug-derive" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-debug-derive" version = "3.0.0" @@ -6539,6 +7039,18 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-externalities" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fdc625f8c7b13b9a136d334888b21b5743d2081cb666cb03efca1dc9b8f74d1" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-externalities" version = "0.9.0" @@ -6546,8 +7058,8 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "environmental", "parity-scale-codec", - "sp-std", - "sp-storage", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -6559,12 +7071,25 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-inherents" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2542380b535c6941502a0a3069a657eb5abb70fd67b11afa164d4a4b038ba73a" +dependencies = [ + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", ] [[package]] @@ -6575,12 +7100,37 @@ dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] +[[package]] +name = "sp-io" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33fd69f0a6e91bedc2fb1c5cc3689c212474b6c918274cb4cb14dbbe3c428c14" +dependencies = [ + "futures 0.3.16", + "hash-db", + "libsecp256k1", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "tracing-core", +] + [[package]] name = "sp-io" version = "3.0.0" @@ -6592,16 +7142,16 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core", - "sp-externalities", - "sp-keystore", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-maybe-compressed-blob", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "tracing", "tracing-core", ] @@ -6612,11 +7162,28 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "strum", ] +[[package]] +name = "sp-keystore" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db6ccd2baf189112355338e8b224dc513cd239b974dbd717f12b3dc7a7248c3b" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.16", + "merlin", + "parity-scale-codec", + "parking_lot 0.11.1", + "schnorrkel", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-keystore" version = "0.9.0" @@ -6630,8 +7197,8 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -6650,10 +7217,10 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-npos-elections-compact", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -6667,14 +7234,34 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-offchain" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bd80eedcedcc8342e77c26d59ad90b6904715a862731fa16616650773570e63" +dependencies = [ + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-offchain" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-panic-handler" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54702e109f1c8a870dd4065a497d2612d42cec5817126e96cc0658c5ea975784" +dependencies = [ + "backtrace", ] [[package]] @@ -6692,10 +7279,32 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "tracing-core", ] +[[package]] +name = "sp-runtime" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfa4b353b76f04616dbdb8d269d58dcac47acb31c006d3b70e7b64233e68695e" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "parity-util-mem", + "paste", + "rand 0.7.3", + "serde", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-runtime" version = "3.0.0" @@ -6711,11 +7320,29 @@ dependencies = [ "paste", "rand 0.7.3", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-runtime-interface" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2e5c88b4bc8d607e4e2ff767a85db58cf7101f3dd6064f06929342ea67fe8fb" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions", ] [[package]] @@ -6726,15 +7353,28 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "static_assertions", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19a6c7c2251512c9e533d15db8a863b06ece1cbee778130dd9adbe44b6b39aa9" +dependencies = [ + "Inflector", + "proc-macro-crate 0.1.5", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" @@ -6756,17 +7396,42 @@ dependencies = [ "serde_json", ] +[[package]] +name = "sp-session" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c7cf161533725a78083b04f3269effe4c3b4b6ce5f655019b3eec3e729ba4d4" +dependencies = [ + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-session" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-staking" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc729eb10f8809c61a1fe439ac118a4413de004aaf863003ee8752ac0b596e73" +dependencies = [ + "parity-scale-codec", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -6775,8 +7440,31 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-state-machine" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "46fa4143e58e9130f726d4e8a9b86f3530a8bd19a2eedcdcf4af205f4b5a6d4f" +dependencies = [ + "hash-db", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot 0.11.1", + "rand 0.7.3", + "smallvec 1.6.1", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "trie-db", + "trie-root", ] [[package]] @@ -6791,22 +7479,42 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "tracing", "trie-db", "trie-root", ] +[[package]] +name = "sp-std" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12" + [[package]] name = "sp-std" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +[[package]] +name = "sp-storage" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-storage" version = "3.0.0" @@ -6816,8 +7524,8 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -6826,11 +7534,26 @@ version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-timestamp" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27387c541197b9f47f3d9ddcab5649a3ecdca582d2f2ea2b511af24a3d3cbf83" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer", ] [[package]] @@ -6842,14 +7565,28 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "wasm-timer", ] +[[package]] +name = "sp-tracing" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567382d8d4e14fb572752863b5cd57a78f9e9a6583332b590b726f061f3ea957" +dependencies = [ + "log", + "parity-scale-codec", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing", + "tracing-core", + "tracing-subscriber", +] + [[package]] name = "sp-tracing" version = "3.0.0" @@ -6862,12 +7599,29 @@ dependencies = [ "serde", "serde_json", "slog", - "sp-std", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "tracing", "tracing-core", "tracing-subscriber", ] +[[package]] +name = "sp-transaction-pool" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3264d3b7ea31483eddffa2cc7f28c4d9c022598e456a985fd1cb5879a4609853" +dependencies = [ + "derive_more", + "futures 0.3.16", + "log", + "parity-scale-codec", + "serde", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", +] + [[package]] name = "sp-transaction-pool" version = "3.0.0" @@ -6878,9 +7632,9 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] @@ -6892,11 +7646,26 @@ dependencies = [ "async-trait", "log", "parity-scale-codec", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "sp-trie" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b85b7f745da41ef825c6f7b93f1fdc897b03df94a4884adfbb70fbcd0aed1298" +dependencies = [ + "hash-db", + "memory-db", + "parity-scale-codec", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "trie-db", + "trie-root", ] [[package]] @@ -6907,12 +7676,25 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core", - "sp-std", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "trie-db", "trie-root", ] +[[package]] +name = "sp-utils" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4ec2a5f924f7affd1e959f8f3c02bd87cdfa0e11c71a4cbc075f955ead8c1a1" +dependencies = [ + "futures 0.3.16", + "futures-core", + "futures-timer 3.0.2", + "lazy_static", + "prometheus", +] + [[package]] name = "sp-utils" version = "3.0.0" @@ -6925,6 +7707,19 @@ dependencies = [ "prometheus", ] +[[package]] +name = "sp-version" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbeffa538a13d715d30e01d57a2636ba32845b737a29a3ea32403576588222e7" +dependencies = [ + "impl-serde", + "parity-scale-codec", + "serde", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-version" version = "3.0.0" @@ -6933,8 +7728,8 @@ dependencies = [ "impl-serde", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-version-proc-macro", ] @@ -6950,6 +7745,18 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-wasm-interface" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b214e125666a6416cf30a70cc6a5dacd34a4e5197f8a3d479f714af7e1dc7a47" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.6.2", +] + [[package]] name = "sp-wasm-interface" version = "3.0.0" @@ -6957,8 +7764,8 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std", - "wasmi", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "wasmi 0.9.0", ] [[package]] @@ -7088,7 +7895,7 @@ name = "substrate-frame-rpc-system" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", @@ -7098,12 +7905,27 @@ dependencies = [ "sc-client-api", "sc-rpc-api", "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", +] + +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2eb561c19a121e1c89daa79dbfa67a55080f813caa47fd231833a0669696d508" +dependencies = [ + "async-std", + "derive_more", + "futures-util", + "hyper 0.13.10", + "log", + "prometheus", + "tokio 0.2.25", ] [[package]] @@ -7140,13 +7962,13 @@ dependencies = [ "sc-service", "serde", "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] [[package]] @@ -7155,37 +7977,37 @@ version = "2.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "cfg-if 1.0.0", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system-rpc-runtime-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "log", "memory-db", "pallet-babe", - "pallet-timestamp", + "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", "parity-util-mem", "sc-service", "serde", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-consensus-aura", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-babe", - "sp-core", - "sp-externalities", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-finality-grandpa", - "sp-inherents", - "sp-io", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-runtime-interface", - "sp-session", - "sp-state-machine", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "trie-db", ] @@ -7202,11 +8024,11 @@ dependencies = [ "sc-consensus", "sc-light", "sc-service", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "substrate-test-client", "substrate-test-runtime", ] @@ -8182,6 +9004,20 @@ dependencies = [ "web-sys", ] +[[package]] +name = "wasmi" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff" +dependencies = [ + "libc", + "memory_units", + "num-rational 0.2.4", + "num-traits", + "parity-wasm 0.41.0", + "wasmi-validation 0.3.0", +] + [[package]] name = "wasmi" version = "0.9.0" @@ -8194,7 +9030,16 @@ dependencies = [ "num-rational 0.2.4", "num-traits", "parity-wasm 0.42.2", - "wasmi-validation", + "wasmi-validation 0.4.0", +] + +[[package]] +name = "wasmi-validation" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93" +dependencies = [ + "parity-wasm 0.41.0", ] [[package]] diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index 48c8083360..cdc0771175 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -17,34 +17,34 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } primitives = { path = "../../primitives", default-features = false } pallet-aleph = { path = "../../pallet", default-features = false} -frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +frame-executive = { default-features = false, version = "3.0.0" } +frame-support = { default-features = false, version = "3.0.0" } +frame-system = { default-features = false, version = "3.0.0" } +frame-system-rpc-runtime-api = { default-features = false, version = "3.0.0" } -pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-randomness-collective-flip = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-vesting = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-aura = { default-features = false, version = "3.0.0" } +pallet-balances = { default-features = false, version = "3.0.0" } +pallet-randomness-collective-flip = { default-features = false, version = "3.0.0" } +pallet-session = { default-features = false, version = "3.0.0" } +pallet-scheduler = { default-features = false, version = "3.0.0" } +pallet-sudo = { default-features = false, version = "3.0.0" } +pallet-timestamp = { default-features = false, version = "3.0.0" } +pallet-transaction-payment = { default-features = false, version = "3.0.0" } +pallet-vesting = { default-features = false, version = "3.0.0" } -sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-block-builder = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-inherents = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-api = { default-features = false, version = "3.0.0" } +sp-block-builder = { default-features = false, version = "3.0.0" } +sp-consensus-aura = { default-features = false, version = "0.9.0" } +sp-core = { default-features = false, version = "3.0.0" } +sp-inherents = { default-features = false, version = "3.0.0" } +sp-offchain = { default-features = false, version = "3.0.0" } +sp-runtime = { default-features = false, version = "3.0.0" } +sp-session = { default-features = false, version = "3.0.0" } +sp-std = { default-features = false, version = "3.0.0" } +sp-transaction-pool = { default-features = false, version = "3.0.0" } +sp-version = { default-features = false, version = "3.0.0" } -pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = "3.0.0" } [build-dependencies] diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index d44c8b7379..1b4f5522f2 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -43,7 +43,6 @@ use primitives::{ApiError as AlephApiError, AuthorityId as AlephId}; pub use pallet_balances::Call as BalancesCall; pub use pallet_timestamp::Call as TimestampCall; use pallet_transaction_payment::CurrencyAdapter; -use sp_consensus_aura::SlotDuration; #[cfg(any(feature = "std", test))] pub use sp_runtime::BuildStorage; pub use sp_runtime::{Perbill, Permill}; @@ -194,7 +193,6 @@ impl frame_system::Config for Runtime { type SystemWeightInfo = (); /// This is used as an identifier of the chain. 42 is the generic substrate prefix. type SS58Prefix = SS58Prefix; - type OnSetCode = (); } // impl pallet_randomness_collective_flip::Config for Runtime {} @@ -230,8 +228,6 @@ parameter_types! { impl pallet_balances::Config for Runtime { type MaxLocks = MaxLocks; - type MaxReserves = (); - type ReserveIdentifier = [u8; 8]; /// The type for recording an account's balance. type Balance = Balance; /// The ubiquitous event type. @@ -362,17 +358,17 @@ construct_runtime!( NodeBlock = opaque::Block, UncheckedExtrinsic = UncheckedExtrinsic { - System: frame_system::{Pallet, Call, Config, Storage, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage}, - Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent}, - Aura: pallet_aura::{Pallet, Config}, - Balances: pallet_balances::{Pallet, Call, Storage, Config, Event}, - TransactionPayment: pallet_transaction_payment::{Pallet, Storage}, - Sudo: pallet_sudo::{Pallet, Call, Config, Storage, Event}, - Aleph: pallet_aleph::{Pallet, Call, Config, Storage}, - Session: pallet_session::{Pallet, Call, Storage, Event, Config}, - Scheduler: pallet_scheduler::{Pallet, Call, Storage, Event}, - Vesting: pallet_vesting::{Pallet, Call, Storage, Event, Config}, + System: frame_system::{Module, Call, Config, Storage, Event}, + RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage}, + Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, + Aura: pallet_aura::{Module, Config}, + Balances: pallet_balances::{Module, Call, Storage, Config, Event}, + TransactionPayment: pallet_transaction_payment::{Module, Storage}, + Sudo: pallet_sudo::{Module, Call, Config, Storage, Event}, + Aleph: pallet_aleph::{Module, Call, Config, Storage}, + Session: pallet_session::{Module, Call, Storage, Event, Config}, + Scheduler: pallet_scheduler::{Module, Call, Storage, Event}, + Vesting: pallet_vesting::{Module, Call, Storage, Event, Config}, } ); @@ -406,7 +402,7 @@ pub type Executive = frame_executive::Executive< Block, frame_system::ChainContext, Runtime, - AllPallets, + AllModules, >; impl_runtime_apis! { @@ -449,6 +445,10 @@ impl_runtime_apis! { ) -> sp_inherents::CheckInherentsResult { data.check_extrinsics(&block) } + + fn random_seed() -> ::Hash { + RandomnessCollectiveFlip::random_seed() + } } impl sp_transaction_pool::runtime_api::TaggedTransactionQueue for Runtime { @@ -461,8 +461,8 @@ impl_runtime_apis! { } impl sp_consensus_aura::AuraApi for Runtime { - fn slot_duration() -> SlotDuration { - SlotDuration::from_millis(Aura::slot_duration()) + fn slot_duration() -> u64 { + Aura::slot_duration() } fn authorities() -> Vec { diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index b6db11abe3..31e6ba9134 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -8,24 +8,23 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +frame-support = { default-features = false, version = "3.0.0" } +frame-system = { default-features = false, version = "3.0.0" } +sp-std = { default-features = false, version = "3.0.0" } serde = "1.0" primitives = { package = "primitives", path = "../primitives", version = "0.1.0", default-features = false} -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } - +pallet-session = { default-features = false, version = "3.0.0" } [dev-dependencies] -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -pallet-staking = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -pallet-staking-reward-curve = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -frame-election-provider-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +pallet-balances = { default-features = false, version = "3.0.0" } +# pallet-staking = { default-features = false, version = "3.0.0" } +# pallet-staking-reward-curve = { default-featuversion = "3.0.0" } +pallet-timestamp = { default-features = false, version = "3.0.0" } +sp-runtime = { default-features = false, version = "3.0.0" } +sp-core = { default-features = false, version = "3.0.0" } +# sp-staking = { default-features = false, version = "3.0.0" } +# frame-election-provider-support = { default-featuversion = "3.0.0" } [features] default = ["std"] diff --git a/pallet/src/lib.rs b/pallet/src/lib.rs index aff684c478..3f12b1a1cc 100644 --- a/pallet/src/lib.rs +++ b/pallet/src/lib.rs @@ -20,7 +20,7 @@ pub mod pallet { sp_std, }; use frame_system::pallet_prelude::*; - use pallet_session::Pallet as Session; + use pallet_session::Module as Session; use primitives::{ ApiError as AlephApiError, DEFAULT_MILLISECS_PER_BLOCK, DEFAULT_SESSION_PERIOD, }; diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index ce0ee14594..bfb5db1e06 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-application-crypto = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-core = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-runtime = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } -sp-std = { version = "3.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-api = { version = "3.0.0", default-features = false } +sp-application-crypto = { version = "3.0.0", default-features = false } +sp-core = { version = "3.0.0", default-features = false } +sp-runtime = { version = "3.0.0", default-features = false } +sp-std = { version = "3.0.0", default-features = false } # we need aura authorites till we have our own pallet -sp-consensus-aura = { version = "0.9.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sp-consensus-aura = { version = "0.9.0", default-features = false } [features] default = ["std"] From 70766b3da8301c7050de2f5fac08f897d117d2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Sun, 5 Sep 2021 01:37:30 +0200 Subject: [PATCH 03/13] node is using version 3.0.0 from crates.io --- Cargo.lock | 1893 ++++++++++++++++++++++++++++++++++++------- bin/node/Cargo.toml | 54 +- 2 files changed, 1607 insertions(+), 340 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ebeb199da..807fdf920c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,32 +139,28 @@ dependencies = [ "parity-scale-codec", "primitives", "sc-basic-authorship", - "sc-block-builder", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-cli", - "sc-client-api", - "sc-consensus", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-consensus-aura", - "sc-executor", - "sc-keystore", - "sc-rpc", - "sc-rpc-api", - "sc-service", - "sc-telemetry", - "sc-transaction-pool", + "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", @@ -186,8 +182,8 @@ dependencies = [ "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "pallet-sudo", "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc-runtime-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", "parity-scale-codec", "primitives", @@ -1485,11 +1481,11 @@ dependencies = [ "parking_lot 0.11.1", "primitives", "rand 0.8.4", - "sc-block-builder", - "sc-client-api", - "sc-network", - "sc-service", - "sc-telemetry", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -1508,6 +1504,21 @@ dependencies = [ "tokio 0.2.25", ] +[[package]] +name = "finality-grandpa" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cd795898c348a8ec9edc66ec9e014031c764d4c88cc26d09b492cd93eb41339" +dependencies = [ + "either", + "futures 0.3.16", + "futures-timer 3.0.2", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot 0.11.1", +] + [[package]] name = "finality-grandpa" version = "0.14.3" @@ -1561,6 +1572,15 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "fork-tree" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "632b95f97f332b2ff5bc3a42bc8e28772b067e333830e03fd046504f11cd0fb8" +dependencies = [ + "parity-scale-codec", +] + [[package]] name = "fork-tree" version = "3.0.0" @@ -1617,19 +1637,6 @@ dependencies = [ "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] -[[package]] -name = "frame-election-provider-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-npos-elections", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - [[package]] name = "frame-executive" version = "3.0.0" @@ -2479,6 +2486,22 @@ dependencies = [ "libc", ] +[[package]] +name = "if-watch" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85" +dependencies = [ + "async-io", + "futures 0.3.16", + "futures-lite", + "if-addrs", + "ipnet", + "libc", + "log", + "winapi 0.3.9", +] + [[package]] name = "if-watch" version = "0.2.2" @@ -2879,7 +2902,25 @@ dependencies = [ "lazy_static", "libp2p-core 0.27.1", "libp2p-core-derive", + "libp2p-deflate 0.27.1", + "libp2p-dns 0.27.0", + "libp2p-floodsub 0.27.0", + "libp2p-gossipsub 0.27.0", + "libp2p-identify 0.27.0", + "libp2p-kad 0.28.1", + "libp2p-mdns 0.28.1", + "libp2p-mplex 0.27.1", + "libp2p-noise 0.29.0", + "libp2p-ping 0.27.0", + "libp2p-plaintext 0.27.1", + "libp2p-pnet", + "libp2p-request-response 0.9.1", "libp2p-swarm 0.27.2", + "libp2p-tcp 0.27.1", + "libp2p-uds 0.27.0", + "libp2p-wasm-ext 0.27.0", + "libp2p-websocket 0.28.0", + "libp2p-yamux 0.30.1", "parity-multiaddr", "parking_lot 0.11.1", "pin-project 1.0.8", @@ -2898,27 +2939,27 @@ dependencies = [ "futures 0.3.16", "lazy_static", "libp2p-core 0.28.3", - "libp2p-deflate", - "libp2p-dns", - "libp2p-floodsub", - "libp2p-gossipsub", - "libp2p-identify", - "libp2p-kad", - "libp2p-mdns", - "libp2p-mplex", - "libp2p-noise", - "libp2p-ping", - "libp2p-plaintext", + "libp2p-deflate 0.28.0", + "libp2p-dns 0.28.1", + "libp2p-floodsub 0.29.0", + "libp2p-gossipsub 0.30.1", + "libp2p-identify 0.29.0", + "libp2p-kad 0.30.0", + "libp2p-mdns 0.30.2", + "libp2p-mplex 0.28.0", + "libp2p-noise 0.30.0", + "libp2p-ping 0.29.0", + "libp2p-plaintext 0.28.0", "libp2p-pnet", "libp2p-relay", - "libp2p-request-response", + "libp2p-request-response 0.11.0", "libp2p-swarm 0.29.0", "libp2p-swarm-derive", - "libp2p-tcp", - "libp2p-uds", - "libp2p-wasm-ext", - "libp2p-websocket", - "libp2p-yamux", + "libp2p-tcp 0.28.0", + "libp2p-uds 0.28.0", + "libp2p-wasm-ext 0.28.2", + "libp2p-websocket 0.29.0", + "libp2p-yamux 0.32.0", "parity-multiaddr", "parking_lot 0.11.1", "pin-project 1.0.8", @@ -3004,6 +3045,17 @@ dependencies = [ "syn", ] +[[package]] +name = "libp2p-deflate" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345" +dependencies = [ + "flate2", + "futures 0.3.16", + "libp2p-core 0.27.1", +] + [[package]] name = "libp2p-deflate" version = "0.28.0" @@ -3015,6 +3067,17 @@ dependencies = [ "libp2p-core 0.28.3", ] +[[package]] +name = "libp2p-dns" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3" +dependencies = [ + "futures 0.3.16", + "libp2p-core 0.27.1", + "log", +] + [[package]] name = "libp2p-dns" version = "0.28.1" @@ -3029,6 +3092,24 @@ dependencies = [ "trust-dns-resolver", ] +[[package]] +name = "libp2p-floodsub" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3c63dfa06581b24b1d12bf9815b43689a784424be217d6545c800c7c75a207f" +dependencies = [ + "cuckoofilter", + "fnv", + "futures 0.3.16", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "prost", + "prost-build", + "rand 0.7.3", + "smallvec 1.6.1", +] + [[package]] name = "libp2p-floodsub" version = "0.29.0" @@ -3047,6 +3128,32 @@ dependencies = [ "smallvec 1.6.1", ] +[[package]] +name = "libp2p-gossipsub" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12451ba9493e87c91baf2a6dffce9ddf1fbc807a0861532d7cf477954f8ebbee" +dependencies = [ + "asynchronous-codec 0.5.0", + "base64 0.13.0", + "byteorder", + "bytes 1.0.1", + "fnv", + "futures 0.3.16", + "hex_fmt", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "prost", + "prost-build", + "rand 0.7.3", + "regex", + "sha2 0.9.5", + "smallvec 1.6.1", + "unsigned-varint 0.6.0", + "wasm-timer", +] + [[package]] name = "libp2p-gossipsub" version = "0.30.1" @@ -3073,6 +3180,22 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-identify" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e" +dependencies = [ + "futures 0.3.16", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "prost", + "prost-build", + "smallvec 1.6.1", + "wasm-timer", +] + [[package]] name = "libp2p-identify" version = "0.29.0" @@ -3089,6 +3212,32 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-kad" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3da6c9acbcc05f93235d201d7d45ef4e8b88a45d8836f98becd8b4d443f066" +dependencies = [ + "arrayvec 0.5.2", + "asynchronous-codec 0.6.0", + "bytes 1.0.1", + "either", + "fnv", + "futures 0.3.16", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "prost", + "prost-build", + "rand 0.7.3", + "sha2 0.9.5", + "smallvec 1.6.1", + "uint", + "unsigned-varint 0.7.0", + "void", + "wasm-timer", +] + [[package]] name = "libp2p-kad" version = "0.30.0" @@ -3115,6 +3264,27 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-mdns" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e9e6374814d1b118d97ccabdfc975c8910bd16dc38a8bc058eeb08bf2080fe1" +dependencies = [ + "async-io", + "data-encoding", + "dns-parser", + "futures 0.3.16", + "if-watch 0.1.8", + "lazy_static", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "rand 0.7.3", + "smallvec 1.6.1", + "socket2 0.3.19", + "void", +] + [[package]] name = "libp2p-mdns" version = "0.30.2" @@ -3125,7 +3295,7 @@ dependencies = [ "data-encoding", "dns-parser", "futures 0.3.16", - "if-watch", + "if-watch 0.2.2", "lazy_static", "libp2p-core 0.28.3", "libp2p-swarm 0.29.0", @@ -3136,6 +3306,24 @@ dependencies = [ "void", ] +[[package]] +name = "libp2p-mplex" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "350ce8b3923594aedabd5d6e3f875d058435052a29c3f32df378bc70d10be464" +dependencies = [ + "asynchronous-codec 0.6.0", + "bytes 1.0.1", + "futures 0.3.16", + "libp2p-core 0.27.1", + "log", + "nohash-hasher", + "parking_lot 0.11.1", + "rand 0.7.3", + "smallvec 1.6.1", + "unsigned-varint 0.7.0", +] + [[package]] name = "libp2p-mplex" version = "0.28.0" @@ -3154,6 +3342,28 @@ dependencies = [ "unsigned-varint 0.7.0", ] +[[package]] +name = "libp2p-noise" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778" +dependencies = [ + "bytes 1.0.1", + "curve25519-dalek 3.2.0", + "futures 0.3.16", + "lazy_static", + "libp2p-core 0.27.1", + "log", + "prost", + "prost-build", + "rand 0.7.3", + "sha2 0.9.5", + "snow", + "static_assertions", + "x25519-dalek", + "zeroize", +] + [[package]] name = "libp2p-noise" version = "0.30.0" @@ -3176,6 +3386,21 @@ dependencies = [ "zeroize", ] +[[package]] +name = "libp2p-ping" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c" +dependencies = [ + "futures 0.3.16", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "rand 0.7.3", + "void", + "wasm-timer", +] + [[package]] name = "libp2p-ping" version = "0.29.0" @@ -3191,6 +3416,23 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-plaintext" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d58defcadb646ae4b033e130b48d87410bf76394dc3335496cae99dac803e61" +dependencies = [ + "asynchronous-codec 0.6.0", + "bytes 1.0.1", + "futures 0.3.16", + "libp2p-core 0.27.1", + "log", + "prost", + "prost-build", + "unsigned-varint 0.7.0", + "void", +] + [[package]] name = "libp2p-plaintext" version = "0.28.0" @@ -3247,7 +3489,27 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.11.0" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10e5552827c33d8326502682da73a0ba4bfa40c1b55b216af3c303f32169dd89" +dependencies = [ + "async-trait", + "bytes 1.0.1", + "futures 0.3.16", + "libp2p-core 0.27.1", + "libp2p-swarm 0.27.2", + "log", + "lru", + "minicbor 0.7.2", + "rand 0.7.3", + "smallvec 1.6.1", + "unsigned-varint 0.7.0", + "wasm-timer", +] + +[[package]] +name = "libp2p-request-response" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3" dependencies = [ @@ -3258,7 +3520,7 @@ dependencies = [ "libp2p-swarm 0.29.0", "log", "lru", - "minicbor", + "minicbor 0.8.1", "rand 0.7.3", "smallvec 1.6.1", "unsigned-varint 0.7.0", @@ -3307,6 +3569,23 @@ dependencies = [ "syn", ] +[[package]] +name = "libp2p-tcp" +version = "0.27.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b" +dependencies = [ + "async-io", + "futures 0.3.16", + "futures-timer 3.0.2", + "if-watch 0.1.8", + "ipnet", + "libc", + "libp2p-core 0.27.1", + "log", + "socket2 0.3.19", +] + [[package]] name = "libp2p-tcp" version = "0.28.0" @@ -3316,7 +3595,7 @@ dependencies = [ "async-io", "futures 0.3.16", "futures-timer 3.0.2", - "if-watch", + "if-watch 0.2.2", "ipnet", "libc", "libp2p-core 0.28.3", @@ -3324,6 +3603,18 @@ dependencies = [ "socket2 0.4.1", ] +[[package]] +name = "libp2p-uds" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487" +dependencies = [ + "async-std", + "futures 0.3.16", + "libp2p-core 0.27.1", + "log", +] + [[package]] name = "libp2p-uds" version = "0.28.0" @@ -3336,6 +3627,20 @@ dependencies = [ "log", ] +[[package]] +name = "libp2p-wasm-ext" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd" +dependencies = [ + "futures 0.3.16", + "js-sys", + "libp2p-core 0.27.1", + "parity-send-wrapper", + "wasm-bindgen", + "wasm-bindgen-futures", +] + [[package]] name = "libp2p-wasm-ext" version = "0.28.2" @@ -3350,6 +3655,24 @@ dependencies = [ "wasm-bindgen-futures", ] +[[package]] +name = "libp2p-websocket" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22" +dependencies = [ + "either", + "futures 0.3.16", + "futures-rustls", + "libp2p-core 0.27.1", + "log", + "quicksink", + "rw-stream-sink", + "soketto", + "url 2.2.2", + "webpki-roots", +] + [[package]] name = "libp2p-websocket" version = "0.29.0" @@ -3368,6 +3691,19 @@ dependencies = [ "webpki-roots", ] +[[package]] +name = "libp2p-yamux" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a" +dependencies = [ + "futures 0.3.16", + "libp2p-core 0.27.1", + "parking_lot 0.11.1", + "thiserror", + "yamux 0.8.1", +] + [[package]] name = "libp2p-yamux" version = "0.32.0" @@ -3378,7 +3714,7 @@ dependencies = [ "libp2p-core 0.28.3", "parking_lot 0.11.1", "thiserror", - "yamux", + "yamux 0.9.0", ] [[package]] @@ -3602,6 +3938,15 @@ dependencies = [ "zeroize", ] +[[package]] +name = "minicbor" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c2b2c73f9640fccab53947e2b3474d5071fcbc8f82cac51ddf6c8041a30a9ea" +dependencies = [ + "minicbor-derive", +] + [[package]] name = "minicbor" version = "0.8.1" @@ -3996,6 +4341,22 @@ dependencies = [ "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "pallet-authorship" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47433a94141451e7079aabf3ca28f2bde8c642d84b568be9626e9b7cae8b11b1" +dependencies = [ + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "pallet-authorship" version = "3.0.0" @@ -4005,7 +4366,7 @@ dependencies = [ "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "impl-trait-for-tuples", "parity-scale-codec", - "sp-authorship", + "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] @@ -4019,13 +4380,13 @@ dependencies = [ "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "log", - "pallet-authorship", + "pallet-authorship 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe", - "sp-consensus-vrf", + "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -4121,22 +4482,21 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c95853affe89b7b755b2e7d1fcf7f8804b074dea53d98703f9b8b6ebf28dfb32" dependencies = [ - "frame-election-provider-support", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "log", - "pallet-authorship", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec", - "paste", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-npos-elections", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions", ] @@ -4207,37 +4567,22 @@ dependencies = [ "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "pallet-transaction-payment" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "serde", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7835717b7d8fb59c33dd73f083c68a6d143a1dbe6029364c63ea7f4cb0ba3f9c" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "pallet-transaction-payment-rpc-runtime-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4246,23 +4591,12 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a92d3383260d0d19d9a36f40766d48d779fd19baccba8b20c3e7d2670a26ee1" dependencies = [ - "pallet-transaction-payment 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment", "parity-scale-codec", "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "pallet-transaction-payment 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - [[package]] name = "pallet-vesting" version = "3.0.0" @@ -5321,24 +5655,43 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "de86afb63617599821312bda08882451ff2b49d9c45e22513ddff5a07c6d966e" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sc-proposer-metrics", - "sc-telemetry", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-block-builder" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9862161f9d09d870401c7256c89ad1eb3afa56a61f7d7135c2bac76ff7152955" +dependencies = [ + "parity-scale-codec", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5347,7 +5700,7 @@ version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parity-scale-codec", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5357,6 +5710,28 @@ dependencies = [ "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-chain-spec" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50d97030776b49bc9c109e2d349212d8f2500637761048e1af5b7ce2dfd994c7" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sc-chain-spec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "serde_json", + "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-chain-spec" version = "3.0.0" @@ -5364,20 +5739,32 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sc-chain-spec-derive", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-finality-grandpa", - "sc-network", - "sc-telemetry", + "sc-chain-spec-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "serde_json", - "sp-chain-spec", - "sp-consensus-babe", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-chain-spec-derive" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f14985513db9798fcedea58bdc8a08f1c6b3a515d6546ced7467b059b7982c4" +dependencies = [ + "proc-macro-crate 0.1.5", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sc-chain-spec-derive" version = "3.0.0" @@ -5392,35 +5779,36 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ec1647b5c1483fa05f7f32e436d0e378e2f3d5696a5a30bddf66f5faf28acb4" dependencies = [ "chrono", "fdlimit", "futures 0.3.16", "hex", - "libp2p 0.37.1", + "libp2p 0.34.0", "log", "names", "parity-scale-codec", "rand 0.7.3", "regex", "rpassword", - "sc-client-api", - "sc-keystore", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keyring", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keyring 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt", "thiserror", "tiny-bip39", @@ -5430,7 +5818,8 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56d8b2c8dc0cee9ac56e87ad50c980edbdeb35bdd5b5d9da4ae90567423363be" dependencies = [ "derive_more", "fnv", @@ -5441,26 +5830,91 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-executor", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-client-api" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +dependencies = [ + "derive_more", + "fnv", + "futures 0.3.16", + "hash-db", + "kvdb", + "lazy_static", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-client-db" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5741e447d71ff36c147f961b2271b6b3fad0cc347e96936bc8b63ddffa594b27" +dependencies = [ + "blake2-rfc", + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-state-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-client-db" version = "0.9.0" @@ -5477,9 +5931,9 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api", - "sc-executor", - "sc-state-db", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-state-db 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5491,13 +5945,25 @@ dependencies = [ "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-consensus" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99f20cc8b8a74e218365ac4187bce26ea631d58d221caa1797bc6ec8056dba33" +dependencies = [ + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-consensus" version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ "parking_lot 0.11.1", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5506,32 +5972,81 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e0d32ccddef567a0fe373729aa4da51b2d437cbb102b9810400c9e77e040c1d" dependencies = [ - "async-trait", "derive_more", "futures 0.3.16", "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus-slots", - "sc-telemetry", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "parking_lot 0.11.1", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-consensus-babe" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98d52048476e0fcb53feae8ca919a602104f1ba0b89a729b496440f36b332961" +dependencies = [ + "derive_more", + "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.16", + "futures-timer 3.0.2", + "log", + "merlin", + "num-bigint", + "num-rational 0.2.4", + "num-traits", + "parity-scale-codec", + "parking_lot 0.11.1", + "pdqselect", + "rand 0.7.3", + "retain_mut", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-uncles 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "schnorrkel", + "serde", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5541,7 +6056,7 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "async-trait", "derive_more", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "futures 0.3.16", "futures-timer 3.0.2", "log", @@ -5554,12 +6069,12 @@ dependencies = [ "pdqselect", "rand 0.7.3", "retain_mut", - "sc-client-api", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-consensus-uncles", - "sc-keystore", - "sc-telemetry", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus-uncles 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "schnorrkel", "serde", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5567,9 +6082,9 @@ dependencies = [ "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe", + "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-vrf", + "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5580,19 +6095,60 @@ dependencies = [ "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-consensus-epochs" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "326313ffb249a526e8ee8e08af9fdf0c4459cebeaa760b934e9df3985b68e4df" +dependencies = [ + "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-consensus-epochs" version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", - "sc-client-api", - "sc-consensus", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-consensus-slots" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76e09ff8b680d449102da9717a70c3bbbbb981fd4cf1bfbafc1739d954eb0898" +dependencies = [ + "futures 0.3.16", + "futures-timer 3.0.2", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", +] + [[package]] name = "sc-consensus-slots" version = "0.9.0" @@ -5604,8 +6160,8 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec", - "sc-client-api", - "sc-telemetry", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5621,17 +6177,61 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sc-consensus-uncles" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37294bae6d787eecf2b15255dc75cd559b4ad813e0efcf28cd4423e218931b80" +dependencies = [ + "log", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-consensus-uncles" version = "0.9.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "sc-client-api", - "sp-authorship", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] +[[package]] +name = "sc-executor" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bace6a35999d2da7311d8fb98a29c1e89dbf0d14e50ac14140f2c38089819f46" +dependencies = [ + "derive_more", + "lazy_static", + "libsecp256k1", + "log", + "parity-scale-codec", + "parity-wasm 0.41.0", + "parking_lot 0.11.1", + "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-wasmi 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-serializer 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tasks 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.6.2", +] + [[package]] name = "sc-executor" version = "0.9.0" @@ -5644,22 +6244,39 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.42.2", "parking_lot 0.11.1", - "sc-executor-common", - "sc-executor-wasmi", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-serializer", - "sp-tasks", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "wasmi 0.9.0", ] +[[package]] +name = "sc-executor-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87004102a8e95f432f1c624c7fa7fb0edc5995db2e0fcbabbb697f1955e7c1d2" +dependencies = [ + "derive_more", + "parity-scale-codec", + "parity-wasm 0.41.0", + "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-serializer 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "wasmi 0.6.2", +] + [[package]] name = "sc-executor-common" version = "0.9.0" @@ -5668,15 +6285,31 @@ dependencies = [ "derive_more", "parity-scale-codec", "pwasm-utils", - "sp-allocator", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-maybe-compressed-blob", - "sp-serializer", + "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", "wasmi 0.9.0", ] +[[package]] +name = "sc-executor-wasmi" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3d7b6db2df5f2c24848883a855a8276363f00cef5b49744974f7e1203bf274" +dependencies = [ + "log", + "parity-scale-codec", + "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasmi 0.6.2", +] + [[package]] name = "sc-executor-wasmi" version = "0.9.0" @@ -5684,14 +6317,53 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "log", "parity-scale-codec", - "sc-executor-common", - "sp-allocator", + "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "wasmi 0.9.0", ] +[[package]] +name = "sc-finality-grandpa" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7e87e63c57933e173a8643ff197b579e3fc5c91b16ca006096f482de8159318" +dependencies = [ + "derive_more", + "finality-grandpa 0.13.0", + "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.16", + "futures-timer 3.0.2", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "pin-project 1.0.8", + "rand 0.7.3", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network-gossip 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-finality-grandpa 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-finality-grandpa" version = "0.9.0" @@ -5700,8 +6372,8 @@ dependencies = [ "async-trait", "derive_more", "dyn-clone", - "finality-grandpa", - "fork-tree", + "finality-grandpa 0.14.3", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "futures 0.3.16", "futures-timer 3.0.2", "linked-hash-map", @@ -5710,13 +6382,13 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.8", "rand 0.7.3", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-keystore", - "sc-network", - "sc-network-gossip", - "sc-telemetry", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde_json", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5724,7 +6396,7 @@ dependencies = [ "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-finality-grandpa", + "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5733,6 +6405,25 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-informant" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f4c8994853e1158dc4f448b014aa83eef56ced214ec0af316eecf4a6ca3268f" +dependencies = [ + "ansi_term 0.12.1", + "futures 0.3.16", + "log", + "parity-util-mem", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer", +] + [[package]] name = "sc-informant" version = "0.9.0" @@ -5743,14 +6434,35 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-util-mem", - "sc-client-api", - "sc-network", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "wasm-timer", ] +[[package]] +name = "sc-keystore" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d966ed36c404eced656bd63aad8a30d2c1a14633f07cd1d7d9c11b62f75a7905" +dependencies = [ + "async-trait", + "derive_more", + "futures 0.3.16", + "futures-util", + "hex", + "merlin", + "parking_lot 0.11.1", + "rand 0.7.3", + "serde_json", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.4.1", +] + [[package]] name = "sc-keystore" version = "3.0.0" @@ -5771,6 +6483,26 @@ dependencies = [ "subtle 2.4.1", ] +[[package]] +name = "sc-light" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04e8dbcb2951f7cf76ddf97ed26dcef0dab79d76745de4a8f169d58236ea8704" +dependencies = [ + "hash-db", + "lazy_static", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-light" version = "3.0.0" @@ -5780,8 +6512,8 @@ dependencies = [ "lazy_static", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api", - "sc-executor", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5790,6 +6522,60 @@ dependencies = [ "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-network" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20fb4ed5d6b86faafb0743c8c2fd1c89b52cde7697373b254c7553800efaebbf" +dependencies = [ + "async-std", + "async-trait", + "asynchronous-codec 0.5.0", + "bitflags", + "bs58", + "bytes 1.0.1", + "cid", + "derive_more", + "either", + "erased-serde", + "fnv", + "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.16", + "futures-timer 3.0.2", + "hex", + "ip_network", + "libp2p 0.34.0", + "linked-hash-map", + "linked_hash_set", + "log", + "lru", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.11.1", + "pin-project 1.0.8", + "prost", + "prost-build", + "rand 0.7.3", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-peerset 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "serde_json", + "smallvec 1.6.1", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "unsigned-varint 0.6.0", + "void", + "wasm-timer", + "zeroize", +] + [[package]] name = "sc-network" version = "0.9.0" @@ -5806,7 +6592,7 @@ dependencies = [ "either", "erased-serde", "fnv", - "fork-tree", + "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "futures 0.3.16", "futures-timer 3.0.2", "hex", @@ -5823,9 +6609,9 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-block-builder", - "sc-client-api", - "sc-peerset", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "serde_json", "smallvec 1.6.1", @@ -5843,6 +6629,23 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sc-network-gossip" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2cd5487d6f8051863a186e2aea4c233a07bb691780d3b117c9d6ffe1ff9a8fe" +dependencies = [ + "futures 0.3.16", + "futures-timer 3.0.2", + "libp2p 0.34.0", + "log", + "lru", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer", +] + [[package]] name = "sc-network-gossip" version = "0.9.0" @@ -5853,13 +6656,41 @@ dependencies = [ "libp2p 0.37.1", "log", "lru", - "sc-network", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "tracing", "wasm-timer", ] +[[package]] +name = "sc-offchain" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bc91fc71c128748a3393cb3421e12a7759ccffcc1cc4a9e6ff4ead6cc68ba48" +dependencies = [ + "bytes 0.5.6", + "fnv", + "futures 0.3.16", + "futures-timer 3.0.2", + "hyper 0.13.10", + "hyper-rustls", + "log", + "num_cpus", + "parity-scale-codec", + "parking_lot 0.11.1", + "rand 0.7.3", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "threadpool", +] + [[package]] name = "sc-offchain" version = "3.0.0" @@ -5877,9 +6708,9 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "rand 0.7.3", - "sc-client-api", - "sc-keystore", - "sc-network", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5888,6 +6719,20 @@ dependencies = [ "threadpool", ] +[[package]] +name = "sc-peerset" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce454e528e7797a239e734d0d66bf904d48be47aa92691ac7546a45ec32a64cf" +dependencies = [ + "futures 0.3.16", + "libp2p 0.34.0", + "log", + "serde_json", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-timer", +] + [[package]] name = "sc-peerset" version = "3.0.0" @@ -5904,10 +6749,46 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ecfc2c6cc5dc0ecb1109cce9773b50ad9a3cdbf239dc702ef9071949244dcf3e" dependencies = [ "log", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "sc-rpc" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "750397c6aa5a4f922cac99599ad74a4082e3e87553d51ceb4c48abfa056ff32c" +dependencies = [ + "futures 0.3.16", + "hash-db", + "jsonrpc-core", + "jsonrpc-pubsub", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5922,20 +6803,20 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder", - "sc-client-api", - "sc-executor", - "sc-keystore", - "sc-rpc-api", - "sc-tracing", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde_json", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-chain-spec", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -5945,6 +6826,31 @@ dependencies = [ "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-rpc-api" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc8393410297df2885efec20d0629a9833b4fd9e4ad83a92471e1ea0c11a0a54" +dependencies = [ + "derive_more", + "futures 0.3.16", + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "jsonrpc-pubsub", + "log", + "parity-scale-codec", + "parking_lot 0.11.1", + "serde", + "serde_json", + "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-rpc-api" version = "0.9.0" @@ -5961,15 +6867,34 @@ dependencies = [ "parking_lot 0.11.1", "serde", "serde_json", - "sp-chain-spec", + "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-rpc-server" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17c76164897bd3b0d04c2d6aeeb4d3492c86e324b0b08f408b847ea35421b589" +dependencies = [ + "futures 0.1.31", + "jsonrpc-core", + "jsonrpc-http-server", + "jsonrpc-ipc-server", + "jsonrpc-pubsub", + "jsonrpc-ws-server", + "log", + "serde", + "serde_json", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sc-rpc-server" version = "3.0.0" @@ -5988,6 +6913,70 @@ dependencies = [ "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sc-service" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9315b44eb991ca4f477d889bbd649a2b4b557f963fe48ec5a36c3422518e4a0" +dependencies = [ + "directories", + "exit-future", + "futures 0.1.31", + "futures 0.3.16", + "futures-timer 3.0.2", + "hash-db", + "jsonrpc-core", + "jsonrpc-pubsub", + "lazy_static", + "log", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.1", + "pin-project 1.0.8", + "rand 0.7.3", + "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-informant 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-light 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc-server 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "serde_json", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile", + "thiserror", + "tracing", + "tracing-futures", + "wasm-timer", +] + [[package]] name = "sc-service" version = "0.9.0" @@ -6009,21 +6998,21 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.8", "rand 0.7.3", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-light", - "sc-network", - "sc-offchain", - "sc-rpc", - "sc-rpc-server", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-db 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-informant 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-light 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "serde_json", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -6053,6 +7042,22 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-state-db" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f144043d5860ce133f701fa78679d6278f2dfc698686beb5f6d892c267e9d92" +dependencies = [ + "log", + "parity-scale-codec", + "parity-util-mem", + "parity-util-mem-derive", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", +] + [[package]] name = "sc-state-db" version = "0.9.0" @@ -6063,11 +7068,34 @@ dependencies = [ "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", - "sc-client-api", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "thiserror", ] +[[package]] +name = "sc-telemetry" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d05040c594b331d90d7341e82c6dc6a3eb7bb2afb4e5dc9c36a79a6754166057" +dependencies = [ + "chrono", + "futures 0.3.16", + "libp2p 0.34.0", + "log", + "parking_lot 0.11.1", + "pin-project 1.0.8", + "rand 0.7.3", + "serde", + "serde_json", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "take_mut", + "tracing", + "tracing-subscriber", + "void", + "wasm-timer", +] + [[package]] name = "sc-telemetry" version = "3.0.0" @@ -6088,6 +7116,35 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-tracing" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef0a4aa327b8bc89d9c5ae57a2f493d8f54ccd706f6763614ab522559fe481d8" +dependencies = [ + "ansi_term 0.12.1", + "atty", + "erased-serde", + "lazy_static", + "log", + "once_cell", + "parking_lot 0.11.1", + "regex", + "rustc-hash", + "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-tracing-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "serde_json", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "tracing", + "tracing-core", + "tracing-log", + "tracing-subscriber", + "wasm-bindgen", + "web-sys", +] + [[package]] name = "sc-tracing" version = "3.0.0" @@ -6102,17 +7159,17 @@ dependencies = [ "parking_lot 0.11.1", "regex", "rustc-hash", - "sc-client-api", - "sc-rpc-server", - "sc-telemetry", - "sc-tracing-proc-macro", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "serde_json", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc", + "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -6125,6 +7182,18 @@ dependencies = [ "web-sys", ] +[[package]] +name = "sc-tracing-proc-macro" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec18b0506911e6d624d9ea8f8cc5f503e7944a0fe7d37de95ee84033cf160ebc" +dependencies = [ + "proc-macro-crate 0.1.5", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" @@ -6136,6 +7205,29 @@ dependencies = [ "syn", ] +[[package]] +name = "sc-transaction-graph" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "87b385b8f66cce185478c500ad3de8f4775ab0e948c31561aeac78a27bedc654" +dependencies = [ + "derive_more", + "futures 0.3.16", + "linked-hash-map", + "log", + "parity-util-mem", + "parking_lot 0.11.1", + "retain_mut", + "serde", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-transaction-graph" version = "3.0.0" @@ -6158,6 +7250,33 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "sc-transaction-pool" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09f4331ea8da2ff45a9466637f90f5cc89f9d31fcd1cd20f74f2520b33bff069" +dependencies = [ + "futures 0.3.16", + "futures-diagnose", + "intervalier", + "log", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.11.1", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-transaction-graph 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", + "wasm-timer", +] + [[package]] name = "sc-transaction-pool" version = "3.0.0" @@ -6170,8 +7289,8 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api", - "sc-transaction-graph", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-transaction-graph 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -6559,6 +7678,19 @@ dependencies = [ "sha-1 0.9.7", ] +[[package]] +name = "sp-allocator" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec5f988ad0cabdb646318cb515a91e9d89062debc9728f9b634d73acab3f3f39" +dependencies = [ + "log", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror", +] + [[package]] name = "sp-allocator" version = "3.0.0" @@ -6684,6 +7816,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "sp-authorship" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1ec68fb8e5a37548b06c14ee91a9c574cc330324c86d37810ec29dd4f8bc68d7" +dependencies = [ + "parity-scale-codec", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-authorship" version = "3.0.0" @@ -6758,6 +7902,16 @@ dependencies = [ "thiserror", ] +[[package]] +name = "sp-chain-spec" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a24beb11980d0c755ead0c05f3f966c490e4a3730785c04c03855fada65d697" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "sp-chain-spec" version = "3.0.0" @@ -6854,6 +8008,27 @@ dependencies = [ "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sp-consensus-babe" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a153085b1542b5cbe23686433cd36d1a634964f1b707671d0ffb01d8d9313047" +dependencies = [ + "merlin", + "parity-scale-codec", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-consensus-babe" version = "0.9.0" @@ -6867,7 +8042,7 @@ dependencies = [ "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-vrf", + "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -6897,6 +8072,19 @@ dependencies = [ "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sp-consensus-vrf" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "030895d70bf3095c857f4727a7cce7c43af29efe3413bb547ee28700f7d78766" +dependencies = [ + "parity-scale-codec", + "schnorrkel", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-consensus-vrf" version = "0.9.0" @@ -7062,12 +8250,30 @@ dependencies = [ "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sp-finality-grandpa" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "702e0be150e1b557df42326ec9b82c2010366631d03be27c69912d446abbf87a" +dependencies = [ + "finality-grandpa 0.13.0", + "log", + "parity-scale-codec", + "serde", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-finality-grandpa" version = "3.0.0" source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" dependencies = [ - "finality-grandpa", + "finality-grandpa 0.14.3", "log", "parity-scale-codec", "serde", @@ -7156,6 +8362,18 @@ dependencies = [ "tracing-core", ] +[[package]] +name = "sp-keyring" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b59f2b0e94b2048d4984aa6eb40eef2e4c05d3adf27a083dd3c9b0fce74ef7a" +dependencies = [ + "lazy_static", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "strum", +] + [[package]] name = "sp-keyring" version = "3.0.0" @@ -7180,6 +8398,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "schnorrkel", + "serde", "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -7213,22 +8432,24 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54e6e8b84ee0dc7bb65b55beba55ffbc17803222ab7c746a74f72fc5869c7320" dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-npos-elections-compact", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "085fbb1aa72d85a17524047fc1e708bc3bd038b02b46dc7ac601fa39c8af93d3" dependencies = [ - "proc-macro-crate 1.0.0", + "proc-macro-crate 0.1.5", "proc-macro2", "quote", "syn", @@ -7272,6 +8493,16 @@ dependencies = [ "backtrace", ] +[[package]] +name = "sp-rpc" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2e5b1ed655d11449073b914b048895f45241e02b3919d1d0187f315435fee18" +dependencies = [ + "serde", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-rpc" version = "3.0.0" @@ -7387,6 +8618,16 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-serializer" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "982d793f01eb9eea9f30ffc63b821170068b9f0d9edf715d8ba77dc4de9c300f" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "sp-serializer" version = "3.0.0" @@ -7528,6 +8769,20 @@ dependencies = [ "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", ] +[[package]] +name = "sp-tasks" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c585340cbee96c53a9b43fd07d81edf6cebeb80e4ca7c0ee79b856c0b1883a0e" +dependencies = [ + "log", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "sp-tasks" version = "3.0.0" @@ -7885,7 +9140,8 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd540ba72520174c2c73ce96bf507eeba3cc8a481f58be92525b69110e1fa645" dependencies = [ "platforms", ] @@ -7893,24 +9149,25 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e46123ec4a690d91967de07cd6af4dde90d14519a1a8d43f61bd3f78dd3d0ef" dependencies = [ - "frame-system-rpc-runtime-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-system-rpc-runtime-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "log", "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", + "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -7953,19 +9210,19 @@ dependencies = [ "hash-db", "hex", "parity-scale-codec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-light", - "sc-offchain", - "sc-service", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-db 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-light 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "serde_json", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keyring", + "sp-keyring 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -7986,19 +9243,19 @@ dependencies = [ "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "parity-scale-codec", "parity-util-mem", - "sc-service", + "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "serde", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe", + "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-finality-grandpa", + "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keyring", + "sp-keyring 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -8019,11 +9276,11 @@ source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9 dependencies = [ "futures 0.3.16", "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-light", - "sc-service", + "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-light 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", @@ -9185,6 +10442,20 @@ dependencies = [ "zeroize", ] +[[package]] +name = "yamux" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271" +dependencies = [ + "futures 0.3.16", + "log", + "nohash-hasher", + "parking_lot 0.11.1", + "rand 0.7.3", + "static_assertions", +] + [[package]] name = "yamux" version = "0.9.0" diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 128d74a1f4..7c9447024e 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -24,26 +24,22 @@ futures = "0.3" hex-literal = "0.3.1" codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-cli = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-executor = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-timestamp = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7" } +sp-application-crypto = { version = "3.0.0" } +sc-block-builder = { version = "0.9.0" } +sc-cli = { version = "0.9.0" } +sp-core = { version = "3.0.0" } +sc-executor = { version = "0.9.0" } +sc-service = { version = "0.9.0" } +sc-telemetry = { version = "3.0.0" } +sc-keystore = { version = "3.0.0" } +sp-inherents = { version = "3.0.0" } +sc-basic-authorship = { version = "0.9.0" } +sc-transaction-pool = { version = "3.0.0" } +sc-consensus-aura = { version = "0.9.0" } +sp-consensus = { version = "0.9.0" } +sc-client-api = { version = "3.0.0" } +sp-runtime = { version = "3.0.0" } +sp-timestamp = { version = "3.0.0" } aleph-runtime = {path = "../runtime"} finality-aleph = {path = "../../finality-aleph"} @@ -51,17 +47,17 @@ aleph-primitives = { package = "primitives", path = "../../primitives"} # These dependencies are used for the node template's RPCs jsonrpc-core = "15.1.0" -sc-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -pallet-staking = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-rpc = { version = "3.0.0" } +sp-api = { version = "3.0.0" } +sc-rpc-api = { version = "0.9.0" } +sp-blockchain = { version = "3.0.0" } +sp-block-builder = { version = "3.0.0" } +substrate-frame-rpc-system = { version = "3.0.0" } +pallet-transaction-payment-rpc = { version = "3.0.0" } +pallet-staking = { version = "3.0.0" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +substrate-build-script-utils = { version = "3.0.0" } [features] default = [] From 52ba07c2cad5ecc3c4900e63747968f76113340d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Sun, 5 Sep 2021 01:42:03 +0200 Subject: [PATCH 04/13] finality-aleph uses now version 3.0.0 from crates.io --- Cargo.lock | 4013 +++++++------------------------------ finality-aleph/Cargo.toml | 36 +- pallet/Cargo.toml | 4 - 3 files changed, 757 insertions(+), 3296 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 807fdf920c..1219172156 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,28 +139,28 @@ dependencies = [ "parity-scale-codec", "primitives", "sc-basic-authorship", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", "sc-cli", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", "sc-consensus-aura", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor", + "sc-keystore", + "sc-rpc", + "sc-rpc-api", + "sc-service", + "sc-telemetry", + "sc-transaction-pool", "serde", "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-timestamp", "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", @@ -171,35 +171,35 @@ name = "aleph-runtime" version = "0.1.0" dependencies = [ "frame-executive", - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system-rpc-runtime-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", "pallet-aleph", "pallet-aura", "pallet-balances", "pallet-randomness-collective-flip", "pallet-scheduler", - "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session", "pallet-sudo", - "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", "parity-scale-codec", "primitives", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-block-builder", + "sp-consensus-aura", + "sp-core", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", + "substrate-wasm-builder", ] [[package]] @@ -271,12 +271,6 @@ dependencies = [ "asn1_der_derive", ] -[[package]] -name = "asn1_der" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6e24d2cce90c53b948c46271bfb053e4bdc2db9b5d3f65e20f8cf28a1b7fc3" - [[package]] name = "asn1_der_derive" version = "0.1.2" @@ -410,20 +404,6 @@ dependencies = [ "wasm-bindgen-futures", ] -[[package]] -name = "async-std-resolver" -version = "0.20.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638" -dependencies = [ - "async-std", - "async-trait", - "futures-io", - "futures-util", - "pin-utils", - "trust-dns-resolver", -] - [[package]] name = "async-task" version = "4.0.3" @@ -788,15 +768,6 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" -[[package]] -name = "camino" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52d74260d9bf6944e2208aa46841b4b8f0d7ffc0849a06837b2f510337f86b2b" -dependencies = [ - "serde", -] - [[package]] name = "cargo-platform" version = "0.1.2" @@ -819,20 +790,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "cargo_metadata" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "081e3f0755c1f380c2d010481b6fa2e02973586d5f2b24eebb7a2a1d98b143d8" -dependencies = [ - "camino", - "cargo-platform", - "semver 0.11.0", - "semver-parser 0.10.2", - "serde", - "serde_json", -] - [[package]] name = "cc" version = "1.0.69" @@ -1253,12 +1210,6 @@ dependencies = [ "quick-error", ] -[[package]] -name = "downcast-rs" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" - [[package]] name = "dyn-clonable" version = "0.9.0" @@ -1315,18 +1266,6 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" -[[package]] -name = "enum-as-inner" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595" -dependencies = [ - "heck", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "enumflags2" version = "0.6.4" @@ -1481,26 +1420,24 @@ dependencies = [ "parking_lot 0.11.1", "primitives", "rand 0.8.4", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-block-builder", + "sc-client-api", + "sc-network", + "sc-service", + "sc-telemetry", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-test-runtime", - "substrate-test-runtime-client", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "sp-utils", + "substrate-prometheus-endpoint", "tokio 0.2.25", ] @@ -1519,22 +1456,6 @@ dependencies = [ "parking_lot 0.11.1", ] -[[package]] -name = "finality-grandpa" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c832d0ed507622c7cb98e9b7f10426850fc9d38527ab8071778dcc3a81d45875" -dependencies = [ - "either", - "futures 0.3.16", - "futures-timer 3.0.2", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "scale-info", -] - [[package]] name = "fixed-hash" version = "0.7.0" @@ -1581,14 +1502,6 @@ dependencies = [ "parity-scale-codec", ] -[[package]] -name = "fork-tree" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", -] - [[package]] name = "form_urlencoded" version = "1.0.1" @@ -1605,36 +1518,17 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70fe99487f84579a3f2c4ba52650fec875492eea41be0e4eea8019187f105052" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "linregress", - "parity-scale-codec", - "paste", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "frame-benchmarking" -version = "3.1.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-support", + "frame-system", "linregress", - "log", "parity-scale-codec", "paste", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", ] [[package]] @@ -1643,15 +1537,15 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1da8fd471442bee91b9b3f587ec832e3f47800374fdb89b4a66591cd7c42b29f" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -1662,19 +1556,8 @@ checksum = "073f7bef18421362441a1708f8528e442234954611f95bdc554b313fb321948e" dependencies = [ "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "frame-metadata" -version = "13.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-std", ] [[package]] @@ -1684,51 +1567,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04e521e6214615bd82ba6b5fc7fd40a9cc14fdeb40f83da5eba12aa2f8179fb8" dependencies = [ "bitflags", - "frame-metadata 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support-procedural 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "impl-trait-for-tuples", - "log", - "once_cell", - "parity-scale-codec", - "paste", - "serde", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "frame-support" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "bitflags", - "frame-metadata 13.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-support-procedural 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-metadata", + "frame-support-procedural", "impl-trait-for-tuples", "log", - "max-encoded-len", "once_cell", "parity-scale-codec", "paste", "serde", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", ] [[package]] @@ -1738,19 +1594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2668e24cbaba7f0e91d0c92a94bd1ae425a942608ad0b775db32477f5df4da9e" dependencies = [ "Inflector", - "frame-support-procedural-tools 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "frame-support-procedural" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "Inflector", - "frame-support-procedural-tools 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "frame-support-procedural-tools", "proc-macro2", "quote", "syn", @@ -1762,25 +1606,13 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4f88cfd111e004590f4542b75e6d3302137b9067d7e7219e4ac47a535c3b5c1" dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support-procedural-tools-derive", "proc-macro-crate 0.1.5", "proc-macro2", "quote", "syn", ] -[[package]] -name = "frame-support-procedural-tools" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" @@ -1792,48 +1624,21 @@ dependencies = [ "syn", ] -[[package]] -name = "frame-support-procedural-tools-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "frame-system" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5fedbff05d665c00bf4e089b4377fcb15b8bd37ebc3e5fc06665474cf6e25d7" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "frame-system" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] @@ -1843,16 +1648,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cb9d2f86a903fdee4ca3d660c767e69a743cee8aeb103563a14ea52e9f0001d" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "frame-system-rpc-runtime-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", ] [[package]] @@ -2298,17 +2094,6 @@ dependencies = [ "hmac 0.7.1", ] -[[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" -dependencies = [ - "libc", - "match_cfg", - "winapi 0.3.9", -] - [[package]] name = "http" version = "0.1.21" @@ -2502,22 +2287,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "if-watch" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179" -dependencies = [ - "async-io", - "futures 0.3.16", - "futures-lite", - "if-addrs", - "ipnet", - "libc", - "log", - "winapi 0.3.9", -] - [[package]] name = "impl-codec" version = "0.5.1" @@ -2609,18 +2378,6 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ee15951c035f79eddbef745611ec962f63f4558f1dadf98ab723cc603487c6f" -[[package]] -name = "ipconfig" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7" -dependencies = [ - "socket2 0.3.19", - "widestring", - "winapi 0.3.9", - "winreg", -] - [[package]] name = "ipnet" version = "2.3.1" @@ -2900,66 +2657,27 @@ dependencies = [ "bytes 1.0.1", "futures 0.3.16", "lazy_static", - "libp2p-core 0.27.1", + "libp2p-core", "libp2p-core-derive", - "libp2p-deflate 0.27.1", - "libp2p-dns 0.27.0", - "libp2p-floodsub 0.27.0", - "libp2p-gossipsub 0.27.0", - "libp2p-identify 0.27.0", - "libp2p-kad 0.28.1", - "libp2p-mdns 0.28.1", - "libp2p-mplex 0.27.1", - "libp2p-noise 0.29.0", - "libp2p-ping 0.27.0", - "libp2p-plaintext 0.27.1", - "libp2p-pnet", - "libp2p-request-response 0.9.1", - "libp2p-swarm 0.27.2", - "libp2p-tcp 0.27.1", - "libp2p-uds 0.27.0", - "libp2p-wasm-ext 0.27.0", - "libp2p-websocket 0.28.0", - "libp2p-yamux 0.30.1", - "parity-multiaddr", - "parking_lot 0.11.1", - "pin-project 1.0.8", - "smallvec 1.6.1", - "wasm-timer", -] - -[[package]] -name = "libp2p" -version = "0.37.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08053fbef67cd777049ef7a95ebaca2ece370b4ed7712c3fa404d69a88cb741b" -dependencies = [ - "atomic", - "bytes 1.0.1", - "futures 0.3.16", - "lazy_static", - "libp2p-core 0.28.3", - "libp2p-deflate 0.28.0", - "libp2p-dns 0.28.1", - "libp2p-floodsub 0.29.0", - "libp2p-gossipsub 0.30.1", - "libp2p-identify 0.29.0", - "libp2p-kad 0.30.0", - "libp2p-mdns 0.30.2", - "libp2p-mplex 0.28.0", - "libp2p-noise 0.30.0", - "libp2p-ping 0.29.0", - "libp2p-plaintext 0.28.0", + "libp2p-deflate", + "libp2p-dns", + "libp2p-floodsub", + "libp2p-gossipsub", + "libp2p-identify", + "libp2p-kad", + "libp2p-mdns", + "libp2p-mplex", + "libp2p-noise", + "libp2p-ping", + "libp2p-plaintext", "libp2p-pnet", - "libp2p-relay", - "libp2p-request-response 0.11.0", - "libp2p-swarm 0.29.0", - "libp2p-swarm-derive", - "libp2p-tcp 0.28.0", - "libp2p-uds 0.28.0", - "libp2p-wasm-ext 0.28.2", - "libp2p-websocket 0.29.0", - "libp2p-yamux 0.32.0", + "libp2p-request-response", + "libp2p-swarm", + "libp2p-tcp", + "libp2p-uds", + "libp2p-wasm-ext", + "libp2p-websocket", + "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", "pin-project 1.0.8", @@ -2973,41 +2691,7 @@ version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2d56aadc2c2bf22cd7797f86e56a65b5b3994a0136b65be3106938acae7a26" dependencies = [ - "asn1_der 0.6.3", - "bs58", - "ed25519-dalek", - "either", - "fnv", - "futures 0.3.16", - "futures-timer 3.0.2", - "lazy_static", - "libsecp256k1", - "log", - "multihash", - "multistream-select", - "parity-multiaddr", - "parking_lot 0.11.1", - "pin-project 1.0.8", - "prost", - "prost-build", - "rand 0.7.3", - "ring", - "rw-stream-sink", - "sha2 0.9.5", - "smallvec 1.6.1", - "thiserror", - "unsigned-varint 0.7.0", - "void", - "zeroize", -] - -[[package]] -name = "libp2p-core" -version = "0.28.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "554d3e7e9e65f939d66b75fd6a4c67f258fe250da61b91f46c545fc4a89b51d9" -dependencies = [ - "asn1_der 0.7.4", + "asn1_der", "bs58", "ed25519-dalek", "either", @@ -3053,18 +2737,7 @@ checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345" dependencies = [ "flate2", "futures 0.3.16", - "libp2p-core 0.27.1", -] - -[[package]] -name = "libp2p-deflate" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2181a641cd15f9b6ba71b1335800f309012a0a97a29ffaabbbf40e9d3d58f08" -dependencies = [ - "flate2", - "futures 0.3.16", - "libp2p-core 0.28.3", + "libp2p-core", ] [[package]] @@ -3074,22 +2747,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3" dependencies = [ "futures 0.3.16", - "libp2p-core 0.27.1", - "log", -] - -[[package]] -name = "libp2p-dns" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62e63dab8b5ff35e0c101a3e51e843ba782c07bbb1682f5fd827622e0d02b98b" -dependencies = [ - "async-std-resolver", - "futures 0.3.16", - "libp2p-core 0.28.3", + "libp2p-core", "log", - "smallvec 1.6.1", - "trust-dns-resolver", ] [[package]] @@ -3101,8 +2760,8 @@ dependencies = [ "cuckoofilter", "fnv", "futures 0.3.16", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", + "libp2p-core", + "libp2p-swarm", "log", "prost", "prost-build", @@ -3111,75 +2770,31 @@ dependencies = [ ] [[package]] -name = "libp2p-floodsub" -version = "0.29.0" +name = "libp2p-gossipsub" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48a9b570f6766301d9c4aa00fce3554cad1598e2f466debbc4dde909028417cf" +checksum = "12451ba9493e87c91baf2a6dffce9ddf1fbc807a0861532d7cf477954f8ebbee" dependencies = [ - "cuckoofilter", + "asynchronous-codec 0.5.0", + "base64 0.13.0", + "byteorder", + "bytes 1.0.1", "fnv", "futures 0.3.16", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", + "hex_fmt", + "libp2p-core", + "libp2p-swarm", "log", "prost", "prost-build", "rand 0.7.3", - "smallvec 1.6.1", -] - -[[package]] -name = "libp2p-gossipsub" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12451ba9493e87c91baf2a6dffce9ddf1fbc807a0861532d7cf477954f8ebbee" -dependencies = [ - "asynchronous-codec 0.5.0", - "base64 0.13.0", - "byteorder", - "bytes 1.0.1", - "fnv", - "futures 0.3.16", - "hex_fmt", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "regex", - "sha2 0.9.5", + "regex", + "sha2 0.9.5", "smallvec 1.6.1", "unsigned-varint 0.6.0", "wasm-timer", ] -[[package]] -name = "libp2p-gossipsub" -version = "0.30.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7b0c8506a6ec3344b9e706d7c7a6dba826f8ede735cfe13dde12a8c263c4af9" -dependencies = [ - "asynchronous-codec 0.6.0", - "base64 0.13.0", - "byteorder", - "bytes 1.0.1", - "fnv", - "futures 0.3.16", - "hex_fmt", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "regex", - "sha2 0.9.5", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", - "wasm-timer", -] - [[package]] name = "libp2p-identify" version = "0.27.0" @@ -3187,24 +2802,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e" dependencies = [ "futures 0.3.16", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", - "log", - "prost", - "prost-build", - "smallvec 1.6.1", - "wasm-timer", -] - -[[package]] -name = "libp2p-identify" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f668f00efd9883e8b7bcc582eaf0164615792608f886f6577da18bcbeea0a46" -dependencies = [ - "futures 0.3.16", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", + "libp2p-core", + "libp2p-swarm", "log", "prost", "prost-build", @@ -3224,34 +2823,8 @@ dependencies = [ "either", "fnv", "futures 0.3.16", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "sha2 0.9.5", - "smallvec 1.6.1", - "uint", - "unsigned-varint 0.7.0", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-kad" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07312ebe5ee4fd2404447a0609814574df55c65d4e20838b957bbd34907d820" -dependencies = [ - "arrayvec 0.5.2", - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "either", - "fnv", - "futures 0.3.16", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", + "libp2p-core", + "libp2p-swarm", "log", "prost", "prost-build", @@ -3274,10 +2847,10 @@ dependencies = [ "data-encoding", "dns-parser", "futures 0.3.16", - "if-watch 0.1.8", + "if-watch", "lazy_static", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", + "libp2p-core", + "libp2p-swarm", "log", "rand 0.7.3", "smallvec 1.6.1", @@ -3285,27 +2858,6 @@ dependencies = [ "void", ] -[[package]] -name = "libp2p-mdns" -version = "0.30.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4efa70c1c3d2d91237f8546e27aeb85e287d62c066a7b4f3ea6a696d43ced714" -dependencies = [ - "async-io", - "data-encoding", - "dns-parser", - "futures 0.3.16", - "if-watch 0.2.2", - "lazy_static", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", - "log", - "rand 0.8.4", - "smallvec 1.6.1", - "socket2 0.4.1", - "void", -] - [[package]] name = "libp2p-mplex" version = "0.27.1" @@ -3315,25 +2867,7 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", "futures 0.3.16", - "libp2p-core 0.27.1", - "log", - "nohash-hasher", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", -] - -[[package]] -name = "libp2p-mplex" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85e9b544335d1ed30af71daa96edbefadef6f19c7a55f078b9fc92c87163105d" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures 0.3.16", - "libp2p-core 0.28.3", + "libp2p-core", "log", "nohash-hasher", "parking_lot 0.11.1", @@ -3352,29 +2886,7 @@ dependencies = [ "curve25519-dalek 3.2.0", "futures 0.3.16", "lazy_static", - "libp2p-core 0.27.1", - "log", - "prost", - "prost-build", - "rand 0.7.3", - "sha2 0.9.5", - "snow", - "static_assertions", - "x25519-dalek", - "zeroize", -] - -[[package]] -name = "libp2p-noise" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36db0f0db3b0433f5b9463f1c0cd9eadc0a3734a9170439ce501ff99733a88bd" -dependencies = [ - "bytes 1.0.1", - "curve25519-dalek 3.2.0", - "futures 0.3.16", - "lazy_static", - "libp2p-core 0.28.3", + "libp2p-core", "log", "prost", "prost-build", @@ -3393,23 +2905,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c" dependencies = [ "futures 0.3.16", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", - "log", - "rand 0.7.3", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-ping" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4bfaffac63bf3c7ec11ed9d8879d455966ddea7e78ee14737f0b6dce0d1cd1" -dependencies = [ - "futures 0.3.16", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", + "libp2p-core", + "libp2p-swarm", "log", "rand 0.7.3", "void", @@ -3425,24 +2922,7 @@ dependencies = [ "asynchronous-codec 0.6.0", "bytes 1.0.1", "futures 0.3.16", - "libp2p-core 0.27.1", - "log", - "prost", - "prost-build", - "unsigned-varint 0.7.0", - "void", -] - -[[package]] -name = "libp2p-plaintext" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8c37b4d2a075b4be8442760a5f8c037180f0c8dd5b5734b9978ab868b3aa11" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures 0.3.16", - "libp2p-core 0.28.3", + "libp2p-core", "log", "prost", "prost-build", @@ -3464,29 +2944,6 @@ dependencies = [ "sha3", ] -[[package]] -name = "libp2p-relay" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b8786aca3f18671d8776289706a5521f6c9124a820f69e358de214b9939440d" -dependencies = [ - "asynchronous-codec 0.6.0", - "bytes 1.0.1", - "futures 0.3.16", - "futures-timer 3.0.2", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", - "log", - "pin-project 1.0.8", - "prost", - "prost-build", - "rand 0.7.3", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", - "void", - "wasm-timer", -] - [[package]] name = "libp2p-request-response" version = "0.9.1" @@ -3496,31 +2953,11 @@ dependencies = [ "async-trait", "bytes 1.0.1", "futures 0.3.16", - "libp2p-core 0.27.1", - "libp2p-swarm 0.27.2", + "libp2p-core", + "libp2p-swarm", "log", "lru", - "minicbor 0.7.2", - "rand 0.7.3", - "smallvec 1.6.1", - "unsigned-varint 0.7.0", - "wasm-timer", -] - -[[package]] -name = "libp2p-request-response" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cdbe172f08e6d0f95fa8634e273d4c4268c4063de2e33e7435194b0130c62e3" -dependencies = [ - "async-trait", - "bytes 1.0.1", - "futures 0.3.16", - "libp2p-core 0.28.3", - "libp2p-swarm 0.29.0", - "log", - "lru", - "minicbor 0.8.1", + "minicbor", "rand 0.7.3", "smallvec 1.6.1", "unsigned-varint 0.7.0", @@ -3535,7 +2972,7 @@ checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98" dependencies = [ "either", "futures 0.3.16", - "libp2p-core 0.27.1", + "libp2p-core", "log", "rand 0.7.3", "smallvec 1.6.1", @@ -3543,32 +2980,6 @@ dependencies = [ "wasm-timer", ] -[[package]] -name = "libp2p-swarm" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e04d8e1eef675029ec728ba14e8d0da7975d84b6679b699b4ae91a1de9c3a92" -dependencies = [ - "either", - "futures 0.3.16", - "libp2p-core 0.28.3", - "log", - "rand 0.7.3", - "smallvec 1.6.1", - "void", - "wasm-timer", -] - -[[package]] -name = "libp2p-swarm-derive" -version = "0.23.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "365b0a699fea5168676840567582a012ea297b1ca02eee467e58301b9c9c5eed" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "libp2p-tcp" version = "0.27.1" @@ -3578,31 +2989,14 @@ dependencies = [ "async-io", "futures 0.3.16", "futures-timer 3.0.2", - "if-watch 0.1.8", + "if-watch", "ipnet", "libc", - "libp2p-core 0.27.1", + "libp2p-core", "log", "socket2 0.3.19", ] -[[package]] -name = "libp2p-tcp" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b1a27d21c477951799e99d5c105d78868258502ce092988040a808d5a19bbd9" -dependencies = [ - "async-io", - "futures 0.3.16", - "futures-timer 3.0.2", - "if-watch 0.2.2", - "ipnet", - "libc", - "libp2p-core 0.28.3", - "log", - "socket2 0.4.1", -] - [[package]] name = "libp2p-uds" version = "0.27.0" @@ -3611,19 +3005,7 @@ checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487" dependencies = [ "async-std", "futures 0.3.16", - "libp2p-core 0.27.1", - "log", -] - -[[package]] -name = "libp2p-uds" -version = "0.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffd6564bb3b7ff203661ccbb69003c2b551e34cef974f2d6c6a28306a12170b5" -dependencies = [ - "async-std", - "futures 0.3.16", - "libp2p-core 0.28.3", + "libp2p-core", "log", ] @@ -3635,21 +3017,7 @@ checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd" dependencies = [ "futures 0.3.16", "js-sys", - "libp2p-core 0.27.1", - "parity-send-wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", -] - -[[package]] -name = "libp2p-wasm-ext" -version = "0.28.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d413e4cf9b8e5dfbcd2a60d3dc5a3391308bdb463684093d4f67137b7113de" -dependencies = [ - "futures 0.3.16", - "js-sys", - "libp2p-core 0.28.3", + "libp2p-core", "parity-send-wrapper", "wasm-bindgen", "wasm-bindgen-futures", @@ -3664,25 +3032,7 @@ dependencies = [ "either", "futures 0.3.16", "futures-rustls", - "libp2p-core 0.27.1", - "log", - "quicksink", - "rw-stream-sink", - "soketto", - "url 2.2.2", - "webpki-roots", -] - -[[package]] -name = "libp2p-websocket" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cace60995ef6f637e4752cccbb2590f6bc358e8741a0d066307636c69a4b3a74" -dependencies = [ - "either", - "futures 0.3.16", - "futures-rustls", - "libp2p-core 0.28.3", + "libp2p-core", "log", "quicksink", "rw-stream-sink", @@ -3698,23 +3048,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a" dependencies = [ "futures 0.3.16", - "libp2p-core 0.27.1", - "parking_lot 0.11.1", - "thiserror", - "yamux 0.8.1", -] - -[[package]] -name = "libp2p-yamux" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35da42cfc6d5cb0dcf3ad6881bc68d146cdf38f98655e09e33fbba4d13eabc4" -dependencies = [ - "futures 0.3.16", - "libp2p-core 0.28.3", + "libp2p-core", "parking_lot 0.11.1", "thiserror", - "yamux 0.9.0", + "yamux", ] [[package]] @@ -3818,21 +3155,6 @@ dependencies = [ "hashbrown 0.11.2", ] -[[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" -dependencies = [ - "linked-hash-map", -] - -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.0.1" @@ -3857,28 +3179,6 @@ dependencies = [ "rawpointer", ] -[[package]] -name = "max-encoded-len" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "impl-trait-for-tuples", - "max-encoded-len-derive", - "parity-scale-codec", - "primitive-types", -] - -[[package]] -name = "max-encoded-len-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "maybe-uninit" version = "2.0.0" @@ -3947,15 +3247,6 @@ dependencies = [ "minicbor-derive", ] -[[package]] -name = "minicbor" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51aa5bb0ca22415daca596a227b507f880ad1b2318a87fa9325312a5d285ca0d" -dependencies = [ - "minicbor-derive", -] - [[package]] name = "minicbor-derive" version = "0.6.4" @@ -4309,17 +3600,17 @@ dependencies = [ name = "pallet-aleph" version = "0.1.0" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "pallet-balances", - "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "primitives", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -4328,17 +3619,17 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73ff6054e982e7841a2519c988680620a85c1da5cd32363998a30302ed47f6f9" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-consensus-aura", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] @@ -4347,51 +3638,14 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47433a94141451e7079aabf3ca28f2bde8c642d84b568be9626e9b7cae8b11b1" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", - "sp-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "pallet-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - -[[package]] -name = "pallet-babe" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "log", - "pallet-authorship 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "pallet-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-authorship", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -4400,13 +3654,13 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41aaeaf084e594273f82bcbf96416ef1fcab602e15dd1df04b9930eceb2eb518" dependencies = [ - "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] @@ -4415,12 +3669,12 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3ea6fa9aa36735ec11d7ec4d97dd6472650c0656fdc6d4adaca2578bd71134" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "parity-scale-codec", "safe-mix", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] @@ -4429,14 +3683,14 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11230ac868a04833d27a18f37d00572d26866f4718e9cce0557d698e3997b6d6" dependencies = [ - "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4445,38 +3699,19 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d243c3ccac56a4c55fade6be5c5af1de07fac374fa7856377980a76b0c193cf" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "impl-trait-for-tuples", - "pallet-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "pallet-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "impl-trait-for-tuples", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] @@ -4485,18 +3720,18 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c95853affe89b7b755b2e7d1fcf7f8804b074dea53d98703f9b8b6ebf28dfb32" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", + "pallet-authorship", + "pallet-session", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-io", "sp-npos-elections", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-staking", + "sp-std", "static_assertions", ] @@ -4506,13 +3741,13 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4a96774302e3824b7924c2465935ca4d558ea5f6a762c043fbc45fd2646ce89" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4521,33 +3756,16 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b17dd274716a55a2c3e34d9c0ed66aaac3d7e0393ec9fd985e2b8532d697a7f3" dependencies = [ - "frame-benchmarking 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking", + "frame-support", + "frame-system", "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "pallet-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "frame-benchmarking 3.1.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] @@ -4556,15 +3774,15 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48e10dc1a10dd3f52edb20d3885cf5b2b16f26273a4d93e61331c6691fb13ab3" dependencies = [ - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4578,11 +3796,11 @@ dependencies = [ "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", ] [[package]] @@ -4593,8 +3811,8 @@ checksum = "7a92d3383260d0d19d9a36f40766d48d779fd19baccba8b20c3e7d2670a26ee1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-runtime", ] [[package]] @@ -4604,12 +3822,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e4e1af42bbdf1d477c3762387c74855f24bca47700df3ce7d9428045986b544" dependencies = [ "enumflags2", - "frame-support 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support", + "frame-system", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] @@ -4742,12 +3960,6 @@ version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" -[[package]] -name = "parity-wasm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92" - [[package]] name = "parity-ws" version = "0.10.1" @@ -5043,12 +4255,12 @@ name = "primitives" version = "0.1.0" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-consensus-aura", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -5180,17 +4392,6 @@ dependencies = [ "prost", ] -[[package]] -name = "pwasm-utils" -version = "0.18.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f" -dependencies = [ - "byteorder", - "log", - "parity-wasm 0.42.2", -] - [[package]] name = "quick-error" version = "1.2.3" @@ -5463,16 +4664,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] - [[package]] name = "retain_mut" version = "0.1.3" @@ -5598,16 +4789,6 @@ dependencies = [ "security-framework", ] -[[package]] -name = "ruzstd" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cada0ef59efa6a5f4dc5e491f93d9f31e3fc7758df421ff1de8a706338e1100" -dependencies = [ - "byteorder", - "twox-hash", -] - [[package]] name = "rw-stream-sink" version = "0.2.1" @@ -5662,18 +4843,18 @@ dependencies = [ "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", + "sc-client-api", "sc-proposer-metrics", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-transaction-pool", + "substrate-prometheus-endpoint", ] [[package]] @@ -5683,31 +4864,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9862161f9d09d870401c7256c89ad1eb3afa56a61f7d7135c2bac76ff7152955" dependencies = [ "parity-scale-codec", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-block-builder" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -5718,39 +4883,18 @@ checksum = "50d97030776b49bc9c109e2d349212d8f2500637761048e1af5b7ce2dfd994c7" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sc-chain-spec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec-derive", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-finality-grandpa", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sc-chain-spec-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "serde", - "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-chain-spec", + "sp-consensus-babe", + "sp-core", + "sp-runtime", ] [[package]] @@ -5765,17 +4909,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-chain-spec-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sc-cli" version = "0.9.0" @@ -5786,29 +4919,29 @@ dependencies = [ "fdlimit", "futures 0.3.16", "hex", - "libp2p 0.34.0", + "libp2p", "log", "names", "parity-scale-codec", "rand 0.7.3", "regex", "rpassword", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-keystore", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", "serde", "serde_json", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keyring 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-utils", + "sp-version", "structopt", "thiserror", "tiny-bip39", @@ -5830,58 +4963,24 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "derive_more", - "fnv", - "futures 0.3.16", - "hash-db", - "kvdb", - "lazy_static", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-executor", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] @@ -5901,48 +5000,18 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-state-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-client-db" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "blake2-rfc", - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-state-db 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sc-executor", + "sc-state-db", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] @@ -5951,22 +5020,10 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99f20cc8b8a74e218365ac4187bce26ea631d58d221caa1797bc6ec8056dba33" dependencies = [ - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sp-blockchain", + "sp-consensus", + "sp-runtime", ] [[package]] @@ -5981,25 +5038,25 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-aura 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", + "sc-client-api", + "sc-consensus-slots", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] @@ -6009,7 +5066,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98d52048476e0fcb53feae8ca919a602104f1ba0b89a729b496440f36b332961" dependencies = [ "derive_more", - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree", "futures 0.3.16", "futures-timer 3.0.2", "log", @@ -6022,77 +5079,31 @@ dependencies = [ "pdqselect", "rand 0.7.3", "retain_mut", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-uncles 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-consensus-epochs", + "sc-consensus-slots", + "sc-consensus-uncles", + "sc-keystore", + "sc-telemetry", "schnorrkel", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "derive_more", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "futures 0.3.16", - "futures-timer 3.0.2", - "log", - "merlin", - "num-bigint", - "num-rational 0.2.4", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "pdqselect", - "rand 0.7.3", - "retain_mut", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus-uncles 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "schnorrkel", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] @@ -6101,25 +5112,12 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "326313ffb249a526e8ee8e08af9fdf0c4459cebeaa760b934e9df3985b68e4df" dependencies = [ - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-consensus-epochs" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sp-blockchain", + "sp-runtime", ] [[package]] @@ -6133,47 +5131,19 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sc-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "futures 0.3.16", - "futures-timer 3.0.2", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-trie", "thiserror", ] @@ -6182,82 +5152,43 @@ name = "sc-consensus-uncles" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37294bae6d787eecf2b15255dc75cd559b4ad813e0efcf28cd4423e218931b80" -dependencies = [ - "log", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-consensus-uncles" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "thiserror", -] - -[[package]] -name = "sc-executor" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bace6a35999d2da7311d8fb98a29c1e89dbf0d14e50ac14140f2c38089819f46" -dependencies = [ - "derive_more", - "lazy_static", - "libsecp256k1", - "log", - "parity-scale-codec", - "parity-wasm 0.41.0", - "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-wasmi 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-serializer 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tasks 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.6.2", +dependencies = [ + "log", + "sc-client-api", + "sp-authorship", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bace6a35999d2da7311d8fb98a29c1e89dbf0d14e50ac14140f2c38089819f46" dependencies = [ "derive_more", "lazy_static", "libsecp256k1", "log", "parity-scale-codec", - "parity-wasm 0.42.2", + "parity-wasm 0.41.0", "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "wasmi 0.9.0", + "sc-executor-common", + "sc-executor-wasmi", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-serializer", + "sp-tasks", + "sp-trie", + "sp-version", + "sp-wasm-interface", + "wasmi", ] [[package]] @@ -6269,29 +5200,12 @@ dependencies = [ "derive_more", "parity-scale-codec", "parity-wasm 0.41.0", - "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-serializer 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasmi 0.6.2", -] - -[[package]] -name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "derive_more", - "parity-scale-codec", - "pwasm-utils", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-maybe-compressed-blob", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-allocator", + "sp-core", + "sp-serializer", + "sp-wasm-interface", "thiserror", - "wasmi 0.9.0", + "wasmi", ] [[package]] @@ -6302,27 +5216,12 @@ checksum = "2d3d7b6db2df5f2c24848883a855a8276363f00cef5b49744974f7e1203bf274" dependencies = [ "log", "parity-scale-codec", - "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.6.2", -] - -[[package]] -name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "log", - "parity-scale-codec", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "wasmi 0.9.0", + "sc-executor-common", + "sp-allocator", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", + "wasmi", ] [[package]] @@ -6332,48 +5231,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7e87e63c57933e173a8643ff197b579e3fc5c91b16ca006096f482de8159318" dependencies = [ "derive_more", - "finality-grandpa 0.13.0", - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.16", - "futures-timer 3.0.2", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.8", - "rand 0.7.3", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network-gossip 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-grandpa 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-finality-grandpa" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "derive_more", - "dyn-clone", - "finality-grandpa 0.14.3", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "finality-grandpa", + "fork-tree", "futures 0.3.16", "futures-timer 3.0.2", "linked-hash-map", @@ -6382,27 +5241,26 @@ dependencies = [ "parking_lot 0.11.1", "pin-project 1.0.8", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-gossip", + "sc-telemetry", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "wasm-timer", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", ] [[package]] @@ -6415,30 +5273,12 @@ dependencies = [ "futures 0.3.16", "log", "parity-util-mem", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - -[[package]] -name = "sc-informant" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "ansi_term 0.12.1", - "futures 0.3.16", - "futures-timer 3.0.2", - "log", - "parity-util-mem", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sc-network", + "sp-blockchain", + "sp-runtime", + "sp-transaction-pool", + "sp-utils", "wasm-timer", ] @@ -6457,29 +5297,9 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subtle 2.4.1", -] - -[[package]] -name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.16", - "futures-util", - "hex", - "merlin", - "parking_lot 0.11.1", - "rand 0.7.3", - "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "subtle 2.4.1", ] @@ -6493,33 +5313,14 @@ dependencies = [ "lazy_static", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-light" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "hash-db", - "lazy_static", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sc-executor", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -6539,65 +5340,12 @@ dependencies = [ "either", "erased-serde", "fnv", - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.16", - "futures-timer 3.0.2", - "hex", - "ip_network", - "libp2p 0.34.0", - "linked-hash-map", - "linked_hash_set", - "log", - "lru", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.8", - "prost", - "prost-build", - "rand 0.7.3", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-peerset 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "serde_json", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "unsigned-varint 0.6.0", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-std", - "async-trait", - "asynchronous-codec 0.5.0", - "bitflags", - "bs58", - "bytes 1.0.1", - "cid", - "derive_more", - "either", - "erased-serde", - "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "fork-tree", "futures 0.3.16", "futures-timer 3.0.2", "hex", "ip_network", - "libp2p 0.37.1", + "libp2p", "linked-hash-map", "linked_hash_set", "log", @@ -6609,19 +5357,19 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-block-builder", + "sc-client-api", + "sc-peerset", "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", "unsigned-varint 0.6.0", "void", @@ -6637,29 +5385,12 @@ checksum = "e2cd5487d6f8051863a186e2aea4c233a07bb691780d3b117c9d6ffe1ff9a8fe" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", - "libp2p 0.34.0", - "log", - "lru", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - -[[package]] -name = "sc-network-gossip" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "futures-timer 3.0.2", - "libp2p 0.37.1", + "libp2p", "log", "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "tracing", + "sc-network", + "sp-runtime", + "substrate-prometheus-endpoint", "wasm-timer", ] @@ -6680,42 +5411,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", "rand 0.7.3", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "threadpool", -] - -[[package]] -name = "sc-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "bytes 0.5.6", - "fnv", - "futures 0.3.16", - "futures-timer 3.0.2", - "hex", - "hyper 0.13.10", - "hyper-rustls", - "log", - "num_cpus", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sc-keystore", + "sc-network", + "sp-api", + "sp-core", + "sp-offchain", + "sp-runtime", + "sp-utils", "threadpool", ] @@ -6726,23 +5429,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce454e528e7797a239e734d0d66bf904d48be47aa92691ac7546a45ec32a64cf" dependencies = [ "futures 0.3.16", - "libp2p 0.34.0", - "log", - "serde_json", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - -[[package]] -name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "libp2p 0.37.1", + "libp2p", "log", "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-utils", "wasm-timer", ] @@ -6753,7 +5443,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecfc2c6cc5dc0ecb1109cce9773b50ad9a3cdbf239dc702ef9071949244dcf3e" dependencies = [ "log", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint", ] [[package]] @@ -6769,61 +5459,26 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", + "sc-client-api", + "sc-executor", + "sc-keystore", + "sc-rpc-api", + "sc-tracing", "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-blockchain", + "sp-chain-spec", + "sp-core", + "sp-keystore", + "sp-offchain", + "sp-rpc", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-utils", + "sp-version", ] [[package]] @@ -6843,37 +5498,12 @@ dependencies = [ "parking_lot 0.11.1", "serde", "serde_json", - "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-rpc-api" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "derive_more", - "futures 0.3.16", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-chain-spec", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-transaction-pool", + "sp-version", ] [[package]] @@ -6891,26 +5521,8 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-rpc-server" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.1.31", - "jsonrpc-core", - "jsonrpc-http-server", - "jsonrpc-ipc-server", - "jsonrpc-pubsub", - "jsonrpc-ws-server", - "log", - "serde", - "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] @@ -6933,143 +5545,63 @@ dependencies = [ "parity-util-mem", "parking_lot 0.11.1", "pin-project 1.0.8", - "rand 0.7.3", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-informant 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-light 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-server 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tempfile", - "thiserror", - "tracing", - "tracing-futures", - "wasm-timer", -] - -[[package]] -name = "sc-service" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures 0.1.31", - "futures 0.3.16", - "futures-timer 3.0.2", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "lazy_static", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "pin-project 1.0.8", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-db 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-informant 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-light 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-storage-proof", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "tempfile", - "thiserror", - "tracing", - "tracing-futures", - "wasm-timer", -] - -[[package]] -name = "sc-state-db" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f144043d5860ce133f701fa78679d6278f2dfc698686beb5f6d892c267e9d92" -dependencies = [ - "log", - "parity-scale-codec", - "parity-util-mem", - "parity-util-mem-derive", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-light", + "sc-network", + "sc-offchain", + "sc-rpc", + "sc-rpc-server", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "serde", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-tracing", + "sp-transaction-pool", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", + "tempfile", "thiserror", + "tracing", + "tracing-futures", + "wasm-timer", ] [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f144043d5860ce133f701fa78679d6278f2dfc698686beb5f6d892c267e9d92" dependencies = [ "log", "parity-scale-codec", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sp-core", "thiserror", ] @@ -7081,14 +5613,14 @@ checksum = "d05040c594b331d90d7341e82c6dc6a3eb7bb2afb4e5dc9c36a79a6754166057" dependencies = [ "chrono", "futures 0.3.16", - "libp2p 0.34.0", + "libp2p", "log", "parking_lot 0.11.1", "pin-project 1.0.8", "rand 0.7.3", "serde", "serde_json", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils", "take_mut", "tracing", "tracing-subscriber", @@ -7096,26 +5628,6 @@ dependencies = [ "wasm-timer", ] -[[package]] -name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "chrono", - "futures 0.3.16", - "libp2p 0.37.1", - "log", - "parking_lot 0.11.1", - "pin-project 1.0.8", - "rand 0.7.3", - "serde", - "serde_json", - "take_mut", - "thiserror", - "void", - "wasm-timer", -] - [[package]] name = "sc-tracing" version = "3.0.0" @@ -7131,11 +5643,11 @@ dependencies = [ "parking_lot 0.11.1", "regex", "rustc-hash", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry", + "sc-tracing-proc-macro", "serde", "serde_json", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing", "thiserror", "tracing", "tracing-core", @@ -7145,43 +5657,6 @@ dependencies = [ "web-sys", ] -[[package]] -name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "erased-serde", - "lazy_static", - "log", - "once_cell", - "parking_lot 0.11.1", - "regex", - "rustc-hash", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", - "wasm-bindgen", - "wasm-timer", - "web-sys", -] - [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" @@ -7194,17 +5669,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sc-transaction-graph" version = "3.0.0" @@ -7219,33 +5683,11 @@ dependencies = [ "parking_lot 0.11.1", "retain_mut", "serde", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-transaction-graph" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "derive_more", - "futures 0.3.16", - "linked-hash-map", - "log", - "parity-util-mem", - "parking_lot 0.11.1", - "retain_mut", - "serde", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", + "sp-utils", "thiserror", "wasm-timer", ] @@ -7263,71 +5705,20 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-graph 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "futures-diagnose", - "intervalier", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-transaction-graph 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sc-client-api", + "sc-transaction-graph", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] -[[package]] -name = "scale-info" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e62ff266e136db561a007c84569985805f84a1d5a08278e52c36aacb6e061b" -dependencies = [ - "bitvec 0.20.4", - "cfg-if 1.0.0", - "derive_more", - "parity-scale-codec", - "scale-info-derive", -] - -[[package]] -name = "scale-info-derive" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b648fa291891a4c80187a25532f6a7d96b82c70353e30b868b14632b8fe043d6" -dependencies = [ - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "schannel" version = "0.1.19" @@ -7599,15 +5990,6 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" -[[package]] -name = "slog" -version = "2.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" -dependencies = [ - "erased-serde", -] - [[package]] name = "smallvec" version = "0.6.14" @@ -7685,21 +6067,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec5f988ad0cabdb646318cb515a91e9d89062debc9728f9b634d73acab3f3f39" dependencies = [ "log", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sp-allocator" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-std", + "sp-wasm-interface", "thiserror", ] @@ -7711,29 +6081,12 @@ checksum = "e63c3460d5daecf67df542c34c2bbd636214a5a200d4bddcfa2ffb9e72c346af" dependencies = [ "hash-db", "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-version", "thiserror", ] @@ -7750,18 +6103,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "blake2-rfc", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-application-crypto" version = "3.0.0" @@ -7770,22 +6111,9 @@ checksum = "c52e2e6d43036b97c4fce1ed87c5262c1ffdc78c655ada4d3024a3f8094bdd2c" dependencies = [ "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "max-encoded-len", - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -7798,22 +6126,8 @@ dependencies = [ "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-arithmetic" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "static_assertions", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -7823,21 +6137,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ec68fb8e5a37548b06c14ee91a9c574cc330324c86d37810ec29dd4f8bc68d7" dependencies = [ "parity-scale-codec", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-authorship" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -7847,22 +6149,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0adc979dbe619f56d664ebd1293dce13fcad6b8a47bcdd620ed53a454d330d12" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-block-builder" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -7876,29 +6166,11 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.11.1", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sp-blockchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "log", - "lru", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-consensus", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -7912,15 +6184,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "sp-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "sp-consensus" version = "0.9.0" @@ -7929,172 +6192,84 @@ checksum = "884db6c4b03f0f2fb2993127a2db95fc740fcd3496746dcaa6829c9868e7dc75" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", - "libp2p 0.34.0", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "futures 0.3.16", - "futures-timer 3.0.2", - "libp2p 0.37.1", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd00fc95b26393522be1394fb67cc536736cc5a902dec0d3e2827909b7c1118" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-consensus-aura" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a153085b1542b5cbe23686433cd36d1a634964f1b707671d0ffb01d8d9313047" -dependencies = [ - "merlin", - "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "merlin", + "libp2p", + "log", "parity-scale-codec", + "parking_lot 0.11.1", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", + "thiserror", + "wasm-timer", ] [[package]] -name = "sp-consensus-slots" +name = "sp-consensus-aura" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bd501ab76c827d74f145063cd8cb993a9f634dac93c9b0d909111cd5900a6a" +checksum = "4bd00fc95b26393522be1394fb67cc536736cc5a902dec0d3e2827909b7c1118" dependencies = [ "parity-scale-codec", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] -name = "sp-consensus-slots" +name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a153085b1542b5cbe23686433cd36d1a634964f1b707671d0ffb01d8d9313047" dependencies = [ + "merlin", "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] -name = "sp-consensus-vrf" +name = "sp-consensus-slots" version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030895d70bf3095c857f4727a7cce7c43af29efe3413bb547ee28700f7d78766" +checksum = "32bd501ab76c827d74f145063cd8cb993a9f634dac93c9b0d909111cd5900a6a" dependencies = [ "parity-scale-codec", - "schnorrkel", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-runtime", ] [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "030895d70bf3095c857f4727a7cce7c43af29efe3413bb547ee28700f7d78766" dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -8128,62 +6303,17 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.5", - "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tiny-keccak", - "twox-hash", - "wasmi 0.6.2", - "zeroize", -] - -[[package]] -name = "sp-core" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "base58", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.16", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "max-encoded-len", - "merlin", - "num-traits", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "primitive-types", - "rand 0.7.3", - "regex", - "schnorrkel", - "secrecy", - "serde", - "sha2 0.9.5", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "substrate-bip39", "thiserror", "tiny-bip39", "tiny-keccak", "twox-hash", - "wasmi 0.9.0", + "wasmi", "zeroize", ] @@ -8197,15 +6327,6 @@ dependencies = [ "parking_lot 0.11.1", ] -[[package]] -name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "kvdb", - "parking_lot 0.11.1", -] - [[package]] name = "sp-debug-derive" version = "3.0.0" @@ -8217,16 +6338,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-externalities" version = "0.9.0" @@ -8235,19 +6346,8 @@ checksum = "2fdc625f8c7b13b9a136d334888b21b5743d2081cb666cb03efca1dc9b8f74d1" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std", + "sp-storage", ] [[package]] @@ -8256,33 +6356,16 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "702e0be150e1b557df42326ec9b82c2010366631d03be27c69912d446abbf87a" dependencies = [ - "finality-grandpa 0.13.0", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-finality-grandpa" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "finality-grandpa 0.14.3", + "finality-grandpa", "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -8293,22 +6376,8 @@ checksum = "2542380b535c6941502a0a3069a657eb5abb70fd67b11afa164d4a4b038ba73a" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sp-inherents" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-std", "thiserror", ] @@ -8324,40 +6393,15 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-maybe-compressed-blob", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-wasm-interface", "tracing", "tracing-core", ] @@ -8369,19 +6413,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b59f2b0e94b2048d4984aa6eb40eef2e4c05d3adf27a083dd3c9b0fce74ef7a" dependencies = [ "lazy_static", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "strum", -] - -[[package]] -name = "sp-keyring" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "lazy_static", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-runtime", "strum", ] @@ -8399,34 +6432,8 @@ dependencies = [ "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-keystore" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.16", - "merlin", - "parity-scale-codec", - "parking_lot 0.11.1", - "schnorrkel", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - -[[package]] -name = "sp-maybe-compressed-blob" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "ruzstd", - "zstd", + "sp-core", + "sp-externalities", ] [[package]] @@ -8437,10 +6444,10 @@ checksum = "54e6e8b84ee0dc7bb65b55beba55ffbc17803222ab7c746a74f72fc5869c7320" dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-core", "sp-npos-elections-compact", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std", ] [[package]] @@ -8461,19 +6468,9 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bd80eedcedcc8342e77c26d59ad90b6904715a862731fa16616650773570e63" dependencies = [ - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -8485,14 +6482,6 @@ dependencies = [ "backtrace", ] -[[package]] -name = "sp-panic-handler" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "backtrace", -] - [[package]] name = "sp-rpc" version = "3.0.0" @@ -8500,18 +6489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2e5b1ed655d11449073b914b048895f45241e02b3919d1d0187f315435fee18" dependencies = [ "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "tracing-core", + "sp-core", ] [[package]] @@ -8529,33 +6507,11 @@ dependencies = [ "paste", "rand 0.7.3", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-runtime" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "max-encoded-len", - "parity-scale-codec", - "parity-util-mem", - "paste", - "rand 0.7.3", - "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", ] [[package]] @@ -8567,29 +6523,12 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "primitive-types", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] @@ -8606,18 +6545,6 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "Inflector", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-serializer" version = "3.0.0" @@ -8628,15 +6555,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "sp-serializer" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "serde", - "serde_json", -] - [[package]] name = "sp-session" version = "3.0.0" @@ -8644,24 +6562,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c7cf161533725a78083b04f3269effe4c3b4b6ce5f655019b3eec3e729ba4d4" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] @@ -8671,18 +6576,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc729eb10f8809c61a1fe439ac118a4413de004aaf863003ee8752ac0b596e73" dependencies = [ "parity-scale-codec", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-staking" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-runtime", + "sp-std", ] [[package]] @@ -8698,35 +6593,12 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-state-machine" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", - "tracing", "trie-db", "trie-root", ] @@ -8735,38 +6607,20 @@ dependencies = [ name = "sp-std" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12" - -[[package]] -name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" - -[[package]] -name = "sp-storage" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] +checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -8776,24 +6630,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c585340cbee96c53a9b43fd07d81edf6cebeb80e4ca7c0ee79b856c0b1883a0e" dependencies = [ "log", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-tasks" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-externalities", + "sp-io", + "sp-runtime-interface", + "sp-std", ] [[package]] @@ -8804,27 +6645,10 @@ checksum = "27387c541197b9f47f3d9ddcab5649a3ecdca582d2f2ea2b511af24a3d3cbf83" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - -[[package]] -name = "sp-timestamp" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "thiserror", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", "wasm-timer", ] @@ -8836,25 +6660,7 @@ checksum = "567382d8d4e14fb572752863b5cd57a78f9e9a6583332b590b726f061f3ea957" dependencies = [ "log", "parity-scale-codec", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "erased-serde", - "log", - "parity-scale-codec", - "parking_lot 0.10.2", - "serde", - "serde_json", - "slog", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -8871,43 +6677,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "derive_more", - "futures 0.3.16", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-api", + "sp-blockchain", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "log", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - [[package]] name = "sp-trie" version = "3.0.0" @@ -8917,22 +6692,8 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", + "sp-core", + "sp-std", "trie-db", "trie-root", ] @@ -8950,18 +6711,6 @@ dependencies = [ "prometheus", ] -[[package]] -name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "futures-core", - "futures-timer 3.0.2", - "lazy_static", - "prometheus", -] - [[package]] name = "sp-version" version = "3.0.0" @@ -8971,33 +6720,8 @@ dependencies = [ "impl-serde", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version-proc-macro", -] - -[[package]] -name = "sp-version-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "parity-scale-codec", - "proc-macro-crate 1.0.0", - "proc-macro2", - "quote", - "syn", + "sp-runtime", + "sp-std", ] [[package]] @@ -9008,19 +6732,8 @@ checksum = "b214e125666a6416cf30a70cc6a5dacd34a4e5197f8a3d479f714af7e1dc7a47" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi 0.6.2", -] - -[[package]] -name = "sp-wasm-interface" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "wasmi 0.9.0", + "sp-std", + "wasmi", ] [[package]] @@ -9152,22 +6865,22 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e46123ec4a690d91967de07cd6af4dde90d14519a1a8d43f61bd3f78dd3d0ef" dependencies = [ - "frame-system-rpc-runtime-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system-rpc-runtime-api", "futures 0.3.16", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "log", "parity-scale-codec", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-rpc-api", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", ] [[package]] @@ -9185,111 +6898,6 @@ dependencies = [ "tokio 0.2.25", ] -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-std", - "derive_more", - "futures-util", - "hyper 0.13.10", - "log", - "prometheus", - "tokio 0.2.25", -] - -[[package]] -name = "substrate-test-client" -version = "2.0.1" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "async-trait", - "futures 0.1.31", - "futures 0.3.16", - "hash-db", - "hex", - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-db 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-light 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "serde", - "serde_json", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keyring 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", -] - -[[package]] -name = "substrate-test-runtime" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "cfg-if 1.0.0", - "frame-support 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "frame-system-rpc-runtime-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "log", - "memory-db", - "pallet-babe", - "pallet-timestamp 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "parity-scale-codec", - "parity-util-mem", - "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-aura 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-keyring 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "trie-db", -] - -[[package]] -name = "substrate-test-runtime-client" -version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "futures 0.3.16", - "parity-scale-codec", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-light 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sc-service 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate.git?rev=1fa8cf7)", - "substrate-test-client", - "substrate-test-runtime", -] - [[package]] name = "substrate-wasm-builder" version = "4.0.0" @@ -9299,23 +6907,7 @@ dependencies = [ "ansi_term 0.12.1", "atty", "build-helper", - "cargo_metadata 0.12.3", - "tempfile", - "toml", - "walkdir", - "wasm-gc-api", -] - -[[package]] -name = "substrate-wasm-builder" -version = "4.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=1fa8cf7#1fa8cf7cf9dbfe1b093b3e7e116dc3435c7f3f7b" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "build-helper", - "cargo_metadata 0.13.1", - "sp-maybe-compressed-blob", + "cargo_metadata", "tempfile", "toml", "walkdir", @@ -9890,49 +7482,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "trust-dns-proto" -version = "0.20.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4" -dependencies = [ - "async-trait", - "cfg-if 1.0.0", - "data-encoding", - "enum-as-inner", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "log", - "rand 0.8.4", - "smallvec 1.6.1", - "thiserror", - "tinyvec", - "url 2.2.2", -] - -[[package]] -name = "trust-dns-resolver" -version = "0.20.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770" -dependencies = [ - "cfg-if 1.0.0", - "futures-util", - "ipconfig", - "lazy_static", - "log", - "lru-cache", - "parking_lot 0.11.1", - "resolv-conf", - "smallvec 1.6.1", - "thiserror", - "trust-dns-proto", -] - [[package]] name = "try-lock" version = "0.2.3" @@ -10272,22 +7821,7 @@ dependencies = [ "num-rational 0.2.4", "num-traits", "parity-wasm 0.41.0", - "wasmi-validation 0.3.0", -] - -[[package]] -name = "wasmi" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a" -dependencies = [ - "downcast-rs", - "libc", - "memory_units", - "num-rational 0.2.4", - "num-traits", - "parity-wasm 0.42.2", - "wasmi-validation 0.4.0", + "wasmi-validation", ] [[package]] @@ -10299,15 +7833,6 @@ dependencies = [ "parity-wasm 0.41.0", ] -[[package]] -name = "wasmi-validation" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb8e860796d8be48efef530b60eebf84e74a88bce107374fffb0da97d504b8" -dependencies = [ - "parity-wasm 0.42.2", -] - [[package]] name = "web-sys" version = "0.3.53" @@ -10357,12 +7882,6 @@ dependencies = [ "libc", ] -[[package]] -name = "widestring" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c" - [[package]] name = "winapi" version = "0.2.8" @@ -10406,15 +7925,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "winreg" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" -dependencies = [ - "winapi 0.3.9", -] - [[package]] name = "ws2_32-sys" version = "0.2.1" @@ -10456,20 +7966,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "yamux" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107" -dependencies = [ - "futures 0.3.16", - "log", - "nohash-hasher", - "parking_lot 0.11.1", - "rand 0.8.4", - "static_assertions", -] - [[package]] name = "zeroize" version = "1.4.1" @@ -10490,32 +7986,3 @@ dependencies = [ "syn", "synstructure", ] - -[[package]] -name = "zstd" -version = "0.6.1+zstd.1.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de55e77f798f205d8561b8fe2ef57abfb6e0ff2abe7fd3c089e119cdb5631a3" -dependencies = [ - "zstd-safe", -] - -[[package]] -name = "zstd-safe" -version = "3.0.1+zstd.1.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1387cabcd938127b30ce78c4bf00b30387dddf704e3f0881dbc4ff62b5566f8c" -dependencies = [ - "libc", - "zstd-sys", -] - -[[package]] -name = "zstd-sys" -version = "1.4.20+zstd.1.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebd5b733d7cf2d9447e2c3e76a5589b4f5e5ae065c22a2bc0b023cbc331b6c8e" -dependencies = [ - "cc", - "libc", -] diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index 7b85f5c322..28df14f9cf 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -18,29 +18,27 @@ futures = "0.3" futures-timer = "3.0" parking_lot = "0.11" parity-util-mem = "0.9" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-network = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0"} +sp-keystore = "0.9.0" +sc-network = "0.9.0" +sc-telemetry = "3.0.0" aleph-bft = { git = "https://github.com/Cardinal-Cryptography/AlephBFT/", rev = "ffff285"} serde = "1.0" -sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-utils = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-consensus= { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sp-io= { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-service = "0.9.0" +sp-application-crypto = "3.0.0" +sp-core = "3.0.0" +sp-runtime = "3.0.0" +sp-state-machine = "0.9.0" +sp-trie = "3.0.0" +sp-utils = "3.0.0" +sp-api = "3.0.0" +sp-blockchain = "3.0.0" +sp-consensus= "0.9.0" +sc-client-api = "3.0.0" +sp-io= "3.0.0" derive_more = "0.99.7" env_logger = "0.8.3" async-trait = "0.1.42" [dev-dependencies] -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -substrate-test-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} -sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "1fa8cf7"} +sc-block-builder = "0.9.0" diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index 31e6ba9134..0abc63f112 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -18,13 +18,9 @@ pallet-session = { default-features = false, version = "3.0.0" } [dev-dependencies] pallet-balances = { default-features = false, version = "3.0.0" } -# pallet-staking = { default-features = false, version = "3.0.0" } -# pallet-staking-reward-curve = { default-featuversion = "3.0.0" } pallet-timestamp = { default-features = false, version = "3.0.0" } sp-runtime = { default-features = false, version = "3.0.0" } sp-core = { default-features = false, version = "3.0.0" } -# sp-staking = { default-features = false, version = "3.0.0" } -# frame-election-provider-support = { default-featuversion = "3.0.0" } [features] default = ["std"] From e04b868bfe3ec5122150338c0f93d2cd63ac6e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Sun, 5 Sep 2021 03:08:09 +0200 Subject: [PATCH 05/13] WIP trying to fix finality-aleph and node after version downgrade to v3.0.0 --- Cargo.lock | 4 +++ bin/node/Cargo.toml | 54 ++++++++++++++++------------- bin/node/src/rpc.rs | 2 +- bin/node/src/service.rs | 47 ++++++++----------------- finality-aleph/Cargo.toml | 2 +- finality-aleph/src/data_io.rs | 1 - finality-aleph/src/import.rs | 38 ++++++-------------- finality-aleph/src/justification.rs | 3 +- finality-aleph/src/lib.rs | 2 -- finality-aleph/src/network.rs | 1 - finality-aleph/src/party.rs | 6 +--- 11 files changed, 62 insertions(+), 98 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1219172156..5880f2947b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,6 +142,7 @@ dependencies = [ "sc-block-builder", "sc-cli", "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-executor", "sc-keystore", @@ -157,10 +158,13 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus", + "sp-consensus-aura", "sp-core", "sp-inherents", + "sp-keystore", "sp-runtime", "sp-timestamp", + "sp-transaction-pool", "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 7c9447024e..21e2fdbcb4 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -24,22 +24,26 @@ futures = "0.3" hex-literal = "0.3.1" codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } -sp-application-crypto = { version = "3.0.0" } -sc-block-builder = { version = "0.9.0" } -sc-cli = { version = "0.9.0" } -sp-core = { version = "3.0.0" } -sc-executor = { version = "0.9.0" } -sc-service = { version = "0.9.0" } -sc-telemetry = { version = "3.0.0" } -sc-keystore = { version = "3.0.0" } -sp-inherents = { version = "3.0.0" } -sc-basic-authorship = { version = "0.9.0" } -sc-transaction-pool = { version = "3.0.0" } -sc-consensus-aura = { version = "0.9.0" } -sp-consensus = { version = "0.9.0" } -sc-client-api = { version = "3.0.0" } -sp-runtime = { version = "3.0.0" } -sp-timestamp = { version = "3.0.0" } +sp-application-crypto = "3.0.0" +sc-block-builder = "0.9.0" +sc-cli = "0.9.0" +sp-core = "3.0.0" +sc-executor = "0.9.0" +sc-service = "0.9.0" +sc-telemetry = "3.0.0" +sc-keystore = "3.0.0" +sp-keystore = "0.9.0" +sp-inherents = "3.0.0" +sc-basic-authorship = "0.9.0" +sc-transaction-pool = "3.0.0" +sp-transaction-pool = "3.0.0" +sc-consensus-aura = "0.9.0" +sp-consensus-aura = "0.9.0" +sc-consensus = "0.9.0" +sp-consensus = "0.9.0" +sc-client-api = "3.0.0" +sp-runtime = "3.0.0" +sp-timestamp = "3.0.0" aleph-runtime = {path = "../runtime"} finality-aleph = {path = "../../finality-aleph"} @@ -47,17 +51,17 @@ aleph-primitives = { package = "primitives", path = "../../primitives"} # These dependencies are used for the node template's RPCs jsonrpc-core = "15.1.0" -sc-rpc = { version = "3.0.0" } -sp-api = { version = "3.0.0" } -sc-rpc-api = { version = "0.9.0" } -sp-blockchain = { version = "3.0.0" } -sp-block-builder = { version = "3.0.0" } -substrate-frame-rpc-system = { version = "3.0.0" } -pallet-transaction-payment-rpc = { version = "3.0.0" } -pallet-staking = { version = "3.0.0" } +sc-rpc = "3.0.0" +sp-api = "3.0.0" +sc-rpc-api = "0.9.0" +sp-blockchain = "3.0.0" +sp-block-builder = "3.0.0" +substrate-frame-rpc-system = "3.0.0" +pallet-transaction-payment-rpc = "3.0.0" +pallet-staking = "3.0.0" [build-dependencies] -substrate-build-script-utils = { version = "3.0.0" } +substrate-build-script-utils = "3.0.0" [features] default = [] diff --git a/bin/node/src/rpc.rs b/bin/node/src/rpc.rs index 11d18c64d1..2dbf8b72f2 100644 --- a/bin/node/src/rpc.rs +++ b/bin/node/src/rpc.rs @@ -9,10 +9,10 @@ use std::sync::Arc; use aleph_runtime::{opaque::Block, AccountId, Balance, Index}; pub use sc_rpc_api::DenyUnsafe; -use sc_transaction_pool_api::TransactionPool; use sp_api::ProvideRuntimeApi; use sp_block_builder::BlockBuilder; use sp_blockchain::{Error as BlockChainError, HeaderBackend, HeaderMetadata}; +use sp_transaction_pool::TransactionPool; /// Full client dependencies. pub struct FullDeps { diff --git a/bin/node/src/service.rs b/bin/node/src/service.rs index 7193666b36..9d6e08e2b5 100644 --- a/bin/node/src/service.rs +++ b/bin/node/src/service.rs @@ -9,11 +9,10 @@ use finality_aleph::{ use futures::channel::mpsc; use log::warn; use sc_client_api::ExecutorProvider; -use sc_consensus_aura::{ImportQueueParams, SlotProportion, StartAuraParams}; use sc_executor::native_executor_instance; pub use sc_executor::NativeExecutor; use sc_service::{error::Error as ServiceError, Configuration, TFullClient, TaskManager}; -use sc_telemetry::{Telemetry, TelemetryWorker}; +use sc_telemetry::TelemetryWorker; use sp_api::ProvideRuntimeApi; use sp_consensus::SlotData; use sp_consensus_aura::sr25519::AuthorityPair as AuraPair; @@ -66,10 +65,7 @@ pub fn new_partial( .transpose()?; let (client, backend, keystore_container, task_manager) = - sc_service::new_full_parts::( - config, - telemetry.as_ref().map(|(_, telemetry)| telemetry.handle()), - )?; + sc_service::new_full_parts::(config)?; let telemetry = telemetry.map(|(worker, telemetry)| { task_manager.spawn_handle().spawn("telemetry", worker.run()); @@ -154,6 +150,7 @@ pub fn new_full(mut config: Configuration) -> Result select_chain, transaction_pool, other: (block_import, justification_rx, mut telemetry, metrics), + .. } = new_partial(&config)?; config @@ -238,33 +235,17 @@ pub fn new_full(mut config: Configuration) -> Result let raw_slot_duration = slot_duration.slot_duration(); let aura = sc_consensus_aura::start_aura::( - StartAuraParams { - slot_duration, - client: client.clone(), - select_chain: select_chain.clone(), - block_import, - proposer_factory, - create_inherent_data_providers: move |_, ()| async move { - let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - - let slot = - sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_duration( - *timestamp, - raw_slot_duration, - ); - - Ok((timestamp, slot)) - }, - force_authoring, - backoff_authoring_blocks, - keystore: keystore_container.sync_keystore(), - can_author_with, - sync_oracle: network.clone(), - justification_sync_link: network.clone(), - block_proposal_slot_portion: SlotProportion::new(2f32 / 3f32), - max_block_proposal_slot_portion: None, - telemetry: telemetry.as_ref().map(|x| x.handle()), - }, + sc_consensus_aura::slot_duration(&*client)?, + client.clone(), + select_chain.clone(), + block_import, + proposer_factory, + network.clone(), + inherent_data_providers, + force_authoring, + backoff_authoring_blocks, + keystore_container.sync_keystore(), + can_author_with, )?; task_manager diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index 28df14f9cf..c96b38ea76 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -39,6 +39,6 @@ sp-io= "3.0.0" derive_more = "0.99.7" env_logger = "0.8.3" async-trait = "0.1.42" - + [dev-dependencies] sc-block-builder = "0.9.0" diff --git a/finality-aleph/src/data_io.rs b/finality-aleph/src/data_io.rs index 571e183148..2b43574777 100644 --- a/finality-aleph/src/data_io.rs +++ b/finality-aleph/src/data_io.rs @@ -250,7 +250,6 @@ pub(crate) async fn refresh_best_chain>( _ = delay => { let new_best_header = select_chain .best_chain() - .await .expect("No best chain"); *best_chain.lock() = AlephData::new(new_best_header.hash(), *new_best_header.number()); } diff --git a/finality-aleph/src/import.rs b/finality-aleph/src/import.rs index 781540aaee..34f33c6b42 100644 --- a/finality-aleph/src/import.rs +++ b/finality-aleph/src/import.rs @@ -2,7 +2,6 @@ use crate::{ justification::{AlephJustification, JustificationNotification}, metrics::Metrics, }; -use aleph_primitives::ALEPH_ENGINE_ID; use codec::Decode; use futures::channel::mpsc::{TrySendError, UnboundedSender}; use log::debug; @@ -35,7 +34,6 @@ where Block: BlockT, { Send(TrySendError>), - Consensus(Box), Decode, } @@ -65,14 +63,8 @@ where justification: Justification, ) -> Result<(), SendJustificationError> { debug!(target: "afa", "Importing justification for block #{:?}", number); - if justification.0 != ALEPH_ENGINE_ID { - return Err(SendJustificationError::Consensus(Box::new( - ConsensusError::ClientImport("Aleph can import only Aleph justifications.".into()), - ))); - } - let justification_raw = justification.1; - let aleph_justification = AlephJustification::decode(&mut &*justification_raw) + let aleph_justification = AlephJustification::decode(&mut &*justification) .map_err(|_| SendJustificationError::Decode)?; self.justification_tx @@ -101,7 +93,6 @@ where } } -#[async_trait::async_trait] impl BlockImport for AlephBlockImport where Block: BlockT, @@ -114,14 +105,11 @@ where type Error = >::Error; type Transaction = TransactionFor; - async fn check_block( - &mut self, - block: BlockCheckParams, - ) -> Result { - self.inner.check_block(block).await + fn check_block(&mut self, block: BlockCheckParams) -> Result { + self.inner.check_block(block) } - async fn import_block( + fn import_block( &mut self, mut block: BlockImportParams, cache: HashMap<[u8; 4], Vec>, @@ -132,10 +120,10 @@ where m.report_block(post_hash, Instant::now(), "importing"); }; - let justifications = block.justifications.take(); + let justification = block.justification.take(); debug!(target: "afa", "Importing block {:?} {:?} {:?}", number, block.header.hash(), block.post_hash()); - let import_result = self.inner.import_block(block, cache).await; + let import_result = self.inner.import_block(block, cache); let imported_aux = match import_result { Ok(ImportResult::Imported(aux)) => aux, @@ -143,13 +131,11 @@ where Err(e) => return Err(e), }; - if let Some(justification) = - justifications.and_then(|just| just.into_justification(ALEPH_ENGINE_ID)) - { - debug!(target: "afa", "Got justification along imported block #{:?}", number); + debug!(target: "afa", "Got justification along imported block #{:?}", number); + if let Some(justification) = justification { if self - .send_justification(post_hash, number, (ALEPH_ENGINE_ID, justification)) + .send_justification(post_hash, number, justification) .is_err() { debug!(target: "afa", "Some issue with justification"); @@ -164,7 +150,6 @@ where } } -#[async_trait::async_trait] impl JustificationImport for AlephBlockImport where Block: BlockT, @@ -173,12 +158,12 @@ where { type Error = ConsensusError; - async fn on_start(&mut self) -> Vec<(Block::Hash, NumberFor)> { + fn on_start(&mut self) -> Vec<(Block::Hash, NumberFor)> { debug!(target: "afa", "On start called"); Vec::new() } - async fn import_justification( + fn import_justification( &mut self, hash: Block::Hash, number: NumberFor, @@ -190,7 +175,6 @@ where SendJustificationError::Send(_) => ConsensusError::ClientImport(String::from( "Could not send justification to ConsensusParty", )), - SendJustificationError::Consensus(e) => *e, SendJustificationError::Decode => { ConsensusError::ClientImport(String::from("Could not decode justification")) } diff --git a/finality-aleph/src/justification.rs b/finality-aleph/src/justification.rs index bc4a9ce2b7..56d2199d65 100644 --- a/finality-aleph/src/justification.rs +++ b/finality-aleph/src/justification.rs @@ -3,7 +3,6 @@ use crate::{ AuthorityKeystore, KeyBox, SessionId, SessionMap, SessionPeriod, Signature, }; use aleph_bft::{MultiKeychain, NodeIndex, SignatureSet}; -use aleph_primitives::ALEPH_ENGINE_ID; use codec::{Decode, Encode}; use futures::{channel::mpsc, StreamExt}; use futures_timer::Delay; @@ -122,7 +121,7 @@ where self.client.clone(), block_hash, num, - Some((ALEPH_ENGINE_ID, notification.justification.encode())), + Some(notification.justification.encode()), ); match finalization_res { Ok(()) => { diff --git a/finality-aleph/src/lib.rs b/finality-aleph/src/lib.rs index f406cb7ab5..382897b391 100644 --- a/finality-aleph/src/lib.rs +++ b/finality-aleph/src/lib.rs @@ -52,7 +52,6 @@ pub fn peers_set_config() -> sc_network::config::NonDefaultSetConfig { reserved_nodes: vec![], non_reserved_mode: sc_network::config::NonReservedPeerMode::Accept, }, - fallback_names: Vec::new(), } } @@ -109,7 +108,6 @@ impl AuthorityKeystore { msg, ) .unwrap() - .unwrap() .try_into() .unwrap() } diff --git a/finality-aleph/src/network.rs b/finality-aleph/src/network.rs index cecacd5cfa..7d9bcc8c1a 100644 --- a/finality-aleph/src/network.rs +++ b/finality-aleph/src/network.rs @@ -553,7 +553,6 @@ where remote, protocol, role: _, - negotiated_fallback: _, } => { if protocol != self.protocol { continue; diff --git a/finality-aleph/src/party.rs b/finality-aleph/src/party.rs index 9e02a05e1b..8bf7fa25d2 100644 --- a/finality-aleph/src/party.rs +++ b/finality-aleph/src/party.rs @@ -285,11 +285,7 @@ where let consensus_config = create_aleph_config(authorities.len(), node_id, session_id); - let best_chain_header = self - .select_chain - .best_chain() - .await - .expect("No best chain."); + let best_chain_header = self.select_chain.best_chain().expect("No best chain."); let best_chain = Arc::new(Mutex::new(AlephData::new( best_chain_header.hash(), *best_chain_header.number(), From 3c403e4f7d2c0b927b413c97b3001c4a5c955be7 Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Fri, 3 Sep 2021 09:30:31 +0200 Subject: [PATCH 06/13] downgrade: pallet, gadget, primitives --- finality-aleph/src/data_io.rs | 38 +++++++---------------------------- finality-aleph/src/import.rs | 2 -- finality-aleph/src/party.rs | 23 +++------------------ primitives/src/lib.rs | 6 ------ 4 files changed, 10 insertions(+), 59 deletions(-) diff --git a/finality-aleph/src/data_io.rs b/finality-aleph/src/data_io.rs index 2b43574777..21c7f89b8c 100644 --- a/finality-aleph/src/data_io.rs +++ b/finality-aleph/src/data_io.rs @@ -3,7 +3,6 @@ use aleph_bft::OrderedBatch; use codec::{Decode, Encode}; use futures::channel::{mpsc, oneshot}; use lru::LruCache; -use parking_lot::Mutex; use sp_consensus::SelectChain; use sp_runtime::traits::{Block as BlockT, Header as HeaderT, NumberFor}; use std::{ @@ -14,7 +13,6 @@ use std::{ time::Duration, }; -const REFRESH_INTERVAL: u64 = 100; use futures::channel::mpsc::{UnboundedReceiver, UnboundedSender}; use futures_timer::Delay; use log::{debug, trace}; @@ -233,45 +231,23 @@ where } #[derive(Clone)] -pub(crate) struct DataIO { - pub(crate) best_chain: Arc>>, +pub(crate) struct DataIO> { + pub(crate) select_chain: SC, pub(crate) ordered_batch_tx: mpsc::UnboundedSender>>, pub(crate) metrics: Option>, } -pub(crate) async fn refresh_best_chain>( - select_chain: SC, - best_chain: Arc>>, - mut exit: oneshot::Receiver<()>, -) { - loop { - let delay = futures_timer::Delay::new(Duration::from_millis(REFRESH_INTERVAL)); - tokio::select! { - _ = delay => { - let new_best_header = select_chain - .best_chain() - .expect("No best chain"); - *best_chain.lock() = AlephData::new(new_best_header.hash(), *new_best_header.number()); - } - _ = &mut exit => { - debug!(target: "afa", "Task for refreshing best chain received exit signal. Terminating."); - return; - } - } - } -} - -impl aleph_bft::DataIO> for DataIO { +impl> aleph_bft::DataIO> for DataIO { type Error = Error; fn get_data(&self) -> AlephDataFor { - let best = *self.best_chain.lock(); + let new_best_header = self.select_chain.best_chain().expect("No best chain"); + let data = AlephData::new(new_best_header.hash(), *new_best_header.number()); if let Some(m) = &self.metrics { - m.report_block(best.hash, std::time::Instant::now(), "get_data"); + m.report_block(data.hash, std::time::Instant::now(), "get_data"); } - debug!(target: "afa", "Outputting {:?} in get_data", best); - best + data } fn send_ordered_batch( diff --git a/finality-aleph/src/import.rs b/finality-aleph/src/import.rs index 34f33c6b42..067a63d523 100644 --- a/finality-aleph/src/import.rs +++ b/finality-aleph/src/import.rs @@ -131,8 +131,6 @@ where Err(e) => return Err(e), }; - debug!(target: "afa", "Got justification along imported block #{:?}", number); - if let Some(justification) = justification { if self .send_justification(post_hash, number, justification) diff --git a/finality-aleph/src/party.rs b/finality-aleph/src/party.rs index 8bf7fa25d2..e0622cd4a1 100644 --- a/finality-aleph/src/party.rs +++ b/finality-aleph/src/party.rs @@ -1,6 +1,6 @@ use crate::{ aggregator::BlockSignatureAggregator, - data_io::{refresh_best_chain, AlephData, AlephDataFor, DataIO, DataStore}, + data_io::{AlephDataFor, DataIO, DataStore}, default_aleph_config, finalization::chain_extension_step, justification::{ @@ -285,21 +285,15 @@ where let consensus_config = create_aleph_config(authorities.len(), node_id, session_id); - let best_chain_header = self.select_chain.best_chain().expect("No best chain."); - let best_chain = Arc::new(Mutex::new(AlephData::new( - best_chain_header.hash(), - *best_chain_header.number(), - ))); - let data_io = DataIO:: { + let data_io = DataIO { + select_chain: self.select_chain.clone(), ordered_batch_tx, - best_chain: best_chain.clone(), metrics: self.metrics.clone(), }; let (exit_member_tx, exit_member_rx) = oneshot::channel(); let (exit_data_store_tx, exit_data_store_rx) = oneshot::channel(); let (exit_aggregator_tx, exit_aggregator_rx) = oneshot::channel(); - let (exit_refresher_tx, exit_refresher_rx) = oneshot::channel(); let (exit_forwarder_tx, exit_forwarder_rx) = oneshot::channel(); let member_task = { @@ -349,9 +343,6 @@ where debug!(target: "afa", "Forwarder task stopped for {:?}", session_id.0); }; - let refresher_task = - refresh_best_chain(self.select_chain.clone(), best_chain, exit_refresher_rx); - let member_handle = self .spawn_handle .spawn_essential("aleph/consensus_session_member", member_task); @@ -364,9 +355,6 @@ where let forwarder_handle = self .spawn_handle .spawn_essential("aleph/consensus_session_forwarder", forwarder_task); - let refresher_handle = self - .spawn_handle - .spawn_essential("aleph/consensus_session_refresher", refresher_task); async move { let _ = exit_rx.await; @@ -387,11 +375,6 @@ where } let _ = forwarder_handle.await; - if let Err(e) = exit_refresher_tx.send(()) { - debug!(target: "afa", "refresh was closed before terminating it manually: {:?}", e) - } - let _ = refresher_handle.await; - if let Err(e) = exit_data_store_tx.send(()) { debug!(target: "afa", "data store was closed before terminating it manually: {:?}", e) } diff --git a/primitives/src/lib.rs b/primitives/src/lib.rs index fb27123826..a21d597530 100644 --- a/primitives/src/lib.rs +++ b/primitives/src/lib.rs @@ -1,16 +1,10 @@ #![allow(clippy::too_many_arguments, clippy::unnecessary_mut_passed)] #![cfg_attr(not(feature = "std"), no_std)] use sp_core::crypto::KeyTypeId; -use sp_runtime::ConsensusEngineId; use sp_std::vec::Vec; pub const KEY_TYPE: KeyTypeId = KeyTypeId(*b"alp0"); -// Same as GRANDPA_ENGINE_ID because as of right now substrate sends only -// grandpa justifications over the network. -// TODO: change this once https://github.com/paritytech/substrate/issues/8172 will be resolved. -pub const ALEPH_ENGINE_ID: ConsensusEngineId = *b"FRNK"; - mod app { use sp_application_crypto::{app_crypto, ed25519}; app_crypto!(ed25519, crate::KEY_TYPE); From 4866a9a60d46d32b05ae52aead30321cf40059b7 Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Mon, 6 Sep 2021 09:45:29 +0200 Subject: [PATCH 07/13] downgrade aleph-node --- bin/node/src/chain_spec.rs | 26 ++++----- bin/node/src/service.rs | 110 ++++++++++++++----------------------- 2 files changed, 53 insertions(+), 83 deletions(-) diff --git a/bin/node/src/chain_spec.rs b/bin/node/src/chain_spec.rs index 04fd6520c9..8d704a796d 100644 --- a/bin/node/src/chain_spec.rs +++ b/bin/node/src/chain_spec.rs @@ -299,12 +299,12 @@ fn testnet_genesis( millisecs_per_block ); GenesisConfig { - system: SystemConfig { + frame_system: Some(SystemConfig { // Add Wasm runtime to storage. code: wasm_binary.to_vec(), changes_trie_config: Default::default(), - }, - balances: BalancesConfig { + }), + pallet_balances: Some(BalancesConfig { // Configure endowed accounts with initial balance of 1 << 60. balances: authorities .iter() @@ -313,20 +313,20 @@ fn testnet_genesis( .chain(rich_accounts.into_iter()) .map(|k| (k, 1 << 60)) .collect(), - }, - aura: AuraConfig { + }), + pallet_aura: Some(AuraConfig { authorities: vec![], - }, - sudo: SudoConfig { + }), + pallet_sudo: Some(SudoConfig { // Assign network admin rights. key: root_key, - }, - aleph: AlephConfig { + }), + pallet_aleph: Some(AlephConfig { authorities: vec![], session_period, millisecs_per_block, - }, - session: SessionConfig { + }), + pallet_session: Some(SessionConfig { keys: authorities .into_iter() .map(|auth| { @@ -340,7 +340,7 @@ fn testnet_genesis( ) }) .collect(), - }, - vesting: VestingConfig { vesting: vec![] }, + }), + pallet_vesting: Some(VestingConfig { vesting: vec![] }), } } diff --git a/bin/node/src/service.rs b/bin/node/src/service.rs index 9d6e08e2b5..106db0b23e 100644 --- a/bin/node/src/service.rs +++ b/bin/node/src/service.rs @@ -12,9 +12,7 @@ use sc_client_api::ExecutorProvider; use sc_executor::native_executor_instance; pub use sc_executor::NativeExecutor; use sc_service::{error::Error as ServiceError, Configuration, TFullClient, TaskManager}; -use sc_telemetry::TelemetryWorker; use sp_api::ProvideRuntimeApi; -use sp_consensus::SlotData; use sp_consensus_aura::sr25519::AuthorityPair as AuraPair; use sp_keystore::{SyncCryptoStore, SyncCryptoStorePtr}; use sp_runtime::{ @@ -47,31 +45,14 @@ pub fn new_partial( ( AlephBlockImport, mpsc::UnboundedReceiver>, - Option, Option::Header>>, ), >, ServiceError, > { - let telemetry = config - .telemetry_endpoints - .clone() - .filter(|x| !x.is_empty()) - .map(|endpoints| -> Result<_, sc_telemetry::Error> { - let worker = TelemetryWorker::new(16)?; - let telemetry = worker.handle().new_telemetry(endpoints); - Ok((worker, telemetry)) - }) - .transpose()?; - let (client, backend, keystore_container, task_manager) = sc_service::new_full_parts::(config)?; - let telemetry = telemetry.map(|(worker, telemetry)| { - task_manager.spawn_handle().spawn("telemetry", worker.run()); - telemetry - }); - let client: Arc> = Arc::new(client); let select_chain = sc_consensus::LongestChain::new(backend.clone()); @@ -80,7 +61,7 @@ pub fn new_partial( config.transaction_pool.clone(), config.role.is_authority().into(), config.prometheus_registry(), - task_manager.spawn_essential_handle(), + task_manager.spawn_handle(), client.clone(), ); @@ -96,32 +77,23 @@ pub fn new_partial( let aleph_block_import = AlephBlockImport::new(client.clone() as Arc<_>, justification_tx, metrics.clone()); - let slot_duration = sc_consensus_aura::slot_duration(&*client)?.slot_duration(); + let inherent_data_providers = sp_inherents::InherentDataProviders::new(); - let import_queue = - sc_consensus_aura::import_queue::(ImportQueueParams { - block_import: aleph_block_import.clone(), - justification_import: Some(Box::new(aleph_block_import.clone())), - client: client.clone(), - create_inherent_data_providers: move |_, ()| async move { - let timestamp = sp_timestamp::InherentDataProvider::from_system_time(); - - let slot = - sp_consensus_aura::inherents::InherentDataProvider::from_timestamp_and_duration( - *timestamp, - slot_duration, - ); + let aura_block_import = sc_consensus_aura::AuraBlockImport::<_, _, _, AuraPair>::new( + aleph_block_import.clone(), + client.clone(), + ); - Ok((timestamp, slot)) - }, - spawner: &task_manager.spawn_essential_handle(), - registry: config.prometheus_registry(), - can_author_with: sp_consensus::CanAuthorWithNativeVersion::new( - client.executor().clone(), - ), - check_for_equivocation: Default::default(), - telemetry: telemetry.as_ref().map(|x| x.handle()), - })?; + let import_queue = sc_consensus_aura::import_queue::<_, _, _, AuraPair, _, _>( + sc_consensus_aura::slot_duration(&*client)?, + aura_block_import.clone(), + Some(Box::new(aleph_block_import.clone())), + client.clone(), + inherent_data_providers.clone(), + &task_manager.spawn_handle(), + config.prometheus_registry(), + sp_consensus::CanAuthorWithNativeVersion::new(client.executor().clone()), + )?; Ok(sc_service::PartialComponents { client, @@ -131,7 +103,8 @@ pub fn new_partial( keystore_container, select_chain, transaction_pool, - other: (aleph_block_import, justification_rx, telemetry, metrics), + inherent_data_providers, + other: (aleph_block_import, justification_rx, metrics), }) } @@ -149,7 +122,8 @@ pub fn new_full(mut config: Configuration) -> Result keystore_container, select_chain, transaction_pool, - other: (block_import, justification_rx, mut telemetry, metrics), + inherent_data_providers, + other: (block_import, justification_rx, metrics), .. } = new_partial(&config)?; @@ -158,7 +132,7 @@ pub fn new_full(mut config: Configuration) -> Result .extra_sets .push(finality_aleph::peers_set_config()); - let (network, system_rpc_tx, network_starter) = + let (network, network_status_sinks, system_rpc_tx, network_starter) = sc_service::build_network(sc_service::BuildNetworkParams { config: &config, client: client.clone(), @@ -204,44 +178,40 @@ pub fn new_full(mut config: Configuration) -> Result }) }; - let _rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams { - network: network.clone(), - client: client.clone(), - keystore: keystore_container.sync_keystore(), - task_manager: &mut task_manager, - transaction_pool: transaction_pool.clone(), - rpc_extensions_builder, - on_demand: None, - remote_blockchain: None, - backend, - system_rpc_tx, - config, - telemetry: telemetry.as_mut(), - })?; - + let (_rpc_handlers, _telemetry_connection_notifier) = + sc_service::spawn_tasks(sc_service::SpawnTasksParams { + network: network.clone(), + client: client.clone(), + keystore: keystore_container.sync_keystore(), + task_manager: &mut task_manager, + transaction_pool: transaction_pool.clone(), + rpc_extensions_builder, + on_demand: None, + remote_blockchain: None, + backend, + network_status_sinks, + system_rpc_tx, + config, + })?; if role.is_authority() { - let proposer_factory = sc_basic_authorship::ProposerFactory::new( + let proposer = sc_basic_authorship::ProposerFactory::new( task_manager.spawn_handle(), client.clone(), transaction_pool, prometheus_registry.as_ref(), - None, ); let can_author_with = sp_consensus::CanAuthorWithNativeVersion::new(client.executor().clone()); - let slot_duration = sc_consensus_aura::slot_duration(&*client)?; - let raw_slot_duration = slot_duration.slot_duration(); - - let aura = sc_consensus_aura::start_aura::( + let aura = sc_consensus_aura::start_aura::<_, _, _, _, _, AuraPair, _, _, _, _>( sc_consensus_aura::slot_duration(&*client)?, client.clone(), select_chain.clone(), block_import, - proposer_factory, + proposer, network.clone(), - inherent_data_providers, + inherent_data_providers.clone(), force_authoring, backoff_authoring_blocks, keystore_container.sync_keystore(), From 548c11d8899f098e3009b92cbbc1ef14eea9b1b3 Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Mon, 6 Sep 2021 11:42:10 +0200 Subject: [PATCH 08/13] review fixes --- Cargo.lock | 10 +++++----- bin/node/Cargo.toml | 2 +- bin/runtime/Cargo.toml | 2 +- bin/runtime/src/lib.rs | 2 -- finality-aleph/Cargo.toml | 6 +++--- pallet/Cargo.toml | 6 +++--- primitives/Cargo.toml | 2 +- 7 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5880f2947b..4932886357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "aleph-node" -version = "0.2.0" +version = "0.4.0" dependencies = [ "aleph-runtime", "finality-aleph", @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "aleph-runtime" -version = "0.1.0" +version = "0.4.0" dependencies = [ "frame-executive", "frame-support", @@ -1408,7 +1408,7 @@ dependencies = [ [[package]] name = "finality-aleph" -version = "0.2.1" +version = "0.4.0" dependencies = [ "aleph-bft", "async-trait", @@ -3602,7 +3602,7 @@ dependencies = [ [[package]] name = "pallet-aleph" -version = "0.1.0" +version = "0.4.0" dependencies = [ "frame-support", "frame-system", @@ -4256,7 +4256,7 @@ dependencies = [ [[package]] name = "primitives" -version = "0.1.0" +version = "0.4.0" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 21e2fdbcb4..fe6b76f6c7 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-node" -version = "0.2.0" +version = "0.4.0" authors = ["Cardinal Cryptography"] description = "Aleph node binary" edition = "2018" diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index cdc0771175..2e353c6494 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-runtime" -version = "0.1.0" +version = "0.4.0" authors = ["Cardinal Cryptography"] edition = "2018" license = "Apache 2.0" diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index 1b4f5522f2..351e9575a2 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -195,8 +195,6 @@ impl frame_system::Config for Runtime { type SS58Prefix = SS58Prefix; } -// impl pallet_randomness_collective_flip::Config for Runtime {} - impl pallet_aura::Config for Runtime { type AuthorityId = AuraId; } diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index c96b38ea76..7e03aa22f8 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "finality-aleph" -version = "0.2.1" +version = "0.4.0" authors = ["Cardinal Cryptography"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aleph-primitives = { package = "primitives", version = "0.1.0", path = "../primitives"} +aleph-primitives = { package = "primitives", path = "../primitives"} tokio = { version = "0.2.21", features = [ "sync", "macros" ]} codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } hash-db = { version = "0.15.2", default-features = false } @@ -39,6 +39,6 @@ sp-io= "3.0.0" derive_more = "0.99.7" env_logger = "0.8.3" async-trait = "0.1.42" - + [dev-dependencies] sc-block-builder = "0.9.0" diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index 0abc63f112..16fced3661 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-aleph" -version = "0.1.0" +version = "0.4.0" authors = ["Cardinal Cryptography"] edition = "2018" @@ -12,7 +12,7 @@ frame-support = { default-features = false, version = "3.0.0" } frame-system = { default-features = false, version = "3.0.0" } sp-std = { default-features = false, version = "3.0.0" } serde = "1.0" -primitives = { package = "primitives", path = "../primitives", version = "0.1.0", default-features = false} +primitives = { package = "primitives", path = "../primitives", default-features = false} pallet-session = { default-features = false, version = "3.0.0" } [dev-dependencies] @@ -31,4 +31,4 @@ std = [ "sp-std/std", "primitives/std", "pallet-session/std" -] \ No newline at end of file +] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index bfb5db1e06..907efd08ef 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "primitives" -version = "0.1.0" +version = "0.4.0" authors = ["Cardinal Cryptography"] edition = "2018" From 34bb9d8dc952d2c084a697cfee87f136d5403cdf Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Mon, 6 Sep 2021 13:37:59 +0200 Subject: [PATCH 09/13] remove flip --- bin/runtime/Cargo.toml | 2 -- bin/runtime/src/lib.rs | 3 +-- pallet/Cargo.toml | 8 +++++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index 2e353c6494..38d58b4763 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -24,7 +24,6 @@ frame-system-rpc-runtime-api = { default-features = false, version = "3.0.0" } pallet-aura = { default-features = false, version = "3.0.0" } pallet-balances = { default-features = false, version = "3.0.0" } -pallet-randomness-collective-flip = { default-features = false, version = "3.0.0" } pallet-session = { default-features = false, version = "3.0.0" } pallet-scheduler = { default-features = false, version = "3.0.0" } pallet-sudo = { default-features = false, version = "3.0.0" } @@ -59,7 +58,6 @@ std = [ "pallet-aleph/std", "pallet-aura/std", "pallet-balances/std", - "pallet-randomness-collective-flip/std", "pallet-session/std", "pallet-sudo/std", "pallet-timestamp/std", diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index 351e9575a2..129d6e9a2e 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -357,7 +357,6 @@ construct_runtime!( UncheckedExtrinsic = UncheckedExtrinsic { System: frame_system::{Module, Call, Config, Storage, Event}, - RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Module, Storage}, Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, Aura: pallet_aura::{Module, Config}, Balances: pallet_balances::{Module, Call, Storage, Config, Event}, @@ -445,7 +444,7 @@ impl_runtime_apis! { } fn random_seed() -> ::Hash { - RandomnessCollectiveFlip::random_seed() + Default::default() } } diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index 16fced3661..e93270695c 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -4,6 +4,8 @@ version = "0.4.0" authors = ["Cardinal Cryptography"] edition = "2018" +[package.metadata.docs.rs] +targets = ["x86_64-unknown-linux-gnu"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] @@ -14,10 +16,9 @@ sp-std = { default-features = false, version = "3.0.0" } serde = "1.0" primitives = { package = "primitives", path = "../primitives", default-features = false} pallet-session = { default-features = false, version = "3.0.0" } +pallet-balances = { default-features = false, version = "3.0.0" } [dev-dependencies] - -pallet-balances = { default-features = false, version = "3.0.0" } pallet-timestamp = { default-features = false, version = "3.0.0" } sp-runtime = { default-features = false, version = "3.0.0" } sp-core = { default-features = false, version = "3.0.0" } @@ -30,5 +31,6 @@ std = [ "frame-system/std", "sp-std/std", "primitives/std", - "pallet-session/std" + "pallet-session/std", + "pallet-balances/std" ] From 2970f60e47154f4302842ff991ae4d05d617bb56 Mon Sep 17 00:00:00 2001 From: Michal Swietek Date: Mon, 6 Sep 2021 13:39:51 +0200 Subject: [PATCH 10/13] fix pallet tests --- pallet/src/mock.rs | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/pallet/src/mock.rs b/pallet/src/mock.rs index 5338d30c81..6c7520a4a3 100644 --- a/pallet/src/mock.rs +++ b/pallet/src/mock.rs @@ -28,11 +28,11 @@ construct_runtime!( NodeBlock = Block, UncheckedExtrinsic = UncheckedExtrinsic, { - System: frame_system::{Pallet, Call, Config, Storage, Event}, - Balances: pallet_balances::{Pallet, Call, Storage, Config, Event}, - Session: pallet_session::{Pallet, Call, Storage, Event, Config}, - Aleph: pallet_aleph::{Pallet, Call, Config, Storage}, - Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent}, + System: frame_system::{Module, Call, Config, Storage, Event}, + Balances: pallet_balances::{Module, Call, Storage, Config, Event}, + Session: pallet_session::{Module, Call, Storage, Event, Config}, + Aleph: pallet_aleph::{Module, Call, Config, Storage}, + Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, } ); @@ -49,7 +49,7 @@ parameter_types! { } impl frame_system::Config for Test { - type BaseCallFilter = frame_support::traits::AllowAll; + type BaseCallFilter = (); type BlockWeights = (); type BlockLength = (); type Origin = Origin; @@ -71,7 +71,6 @@ impl frame_system::Config for Test { type OnKilledAccount = (); type SystemWeightInfo = (); type SS58Prefix = (); - type OnSetCode = (); } parameter_types! { @@ -86,8 +85,6 @@ parameter_types! { impl pallet_balances::Config for Test { type Balance = u128; - type MaxReserves = (); - type ReserveIdentifier = [u8; 8]; type DustRemoval = (); type Event = Event; type ExistentialDeposit = ExistentialDeposit; From d07bd60f0561b6984c4b6893801a7d4a99368a9c Mon Sep 17 00:00:00 2001 From: timorl Date: Wed, 8 Sep 2021 11:22:26 +0200 Subject: [PATCH 11/13] Use the 3.0.0 revision due to crates for testing --- Cargo.lock | 457 +++++++++++++------------- bin/node/Cargo.toml | 58 ++-- bin/node/src/service.rs | 4 +- bin/runtime/Cargo.toml | 48 +-- finality-aleph/Cargo.toml | 36 +- finality-aleph/src/finalization.rs | 4 +- finality-aleph/src/testing/data_io.rs | 12 +- finality-aleph/src/testing/network.rs | 3 - pallet/Cargo.toml | 16 +- primitives/Cargo.toml | 12 +- 10 files changed, 322 insertions(+), 328 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4932886357..97101cd96b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,7 +181,6 @@ dependencies = [ "pallet-aleph", "pallet-aura", "pallet-balances", - "pallet-randomness-collective-flip", "pallet-scheduler", "pallet-session", "pallet-sudo", @@ -203,7 +202,7 @@ dependencies = [ "sp-std", "sp-transaction-pool", "sp-version", - "substrate-wasm-builder", + "substrate-wasm-builder 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1442,6 +1441,8 @@ dependencies = [ "sp-trie", "sp-utils", "substrate-prometheus-endpoint", + "substrate-test-runtime", + "substrate-test-runtime-client", "tokio 0.2.25", ] @@ -1500,8 +1501,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632b95f97f332b2ff5bc3a42bc8e28772b067e333830e03fd046504f11cd0fb8" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", ] @@ -1518,9 +1518,8 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70fe99487f84579a3f2c4ba52650fec875492eea41be0e4eea8019187f105052" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -1538,8 +1537,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1da8fd471442bee91b9b3f587ec832e3f47800374fdb89b4a66591cd7c42b29f" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -1555,8 +1553,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "073f7bef18421362441a1708f8528e442234954611f95bdc554b313fb321948e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "serde", @@ -1567,8 +1564,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e521e6214615bd82ba6b5fc7fd40a9cc14fdeb40f83da5eba12aa2f8179fb8" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "bitflags", "frame-metadata", @@ -1594,8 +1590,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2668e24cbaba7f0e91d0c92a94bd1ae425a942608ad0b775db32477f5df4da9e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1607,8 +1602,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4f88cfd111e004590f4542b75e6d3302137b9067d7e7219e4ac47a535c3b5c1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 0.1.5", @@ -1620,8 +1614,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79285388b120ac96c15a791c56b26b9264f7231324fbe0fd05026acd92bf2e6a" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro2", "quote", @@ -1631,8 +1624,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5fedbff05d665c00bf4e089b4377fcb15b8bd37ebc3e5fc06665474cf6e25d7" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1648,8 +1640,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cb9d2f86a903fdee4ca3d660c767e69a743cee8aeb103563a14ea52e9f0001d" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -3620,8 +3611,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73ff6054e982e7841a2519c988680620a85c1da5cd32363998a30302ed47f6f9" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3639,8 +3629,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47433a94141451e7079aabf3ca28f2bde8c642d84b568be9626e9b7cae8b11b1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3653,30 +3642,40 @@ dependencies = [ ] [[package]] -name = "pallet-balances" +name = "pallet-babe" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41aaeaf084e594273f82bcbf96416ef1fcab602e15dd1df04b9930eceb2eb518" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", "parity-scale-codec", "serde", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-inherents", + "sp-io", "sp-runtime", + "sp-session", + "sp-staking", "sp-std", + "sp-timestamp", ] [[package]] -name = "pallet-randomness-collective-flip" +name = "pallet-balances" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3ea6fa9aa36735ec11d7ec4d97dd6472650c0656fdc6d4adaca2578bd71134" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", - "safe-mix", + "serde", "sp-runtime", "sp-std", ] @@ -3684,8 +3683,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11230ac868a04833d27a18f37d00572d26866f4718e9cce0557d698e3997b6d6" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", @@ -3700,8 +3698,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d243c3ccac56a4c55fade6be5c5af1de07fac374fa7856377980a76b0c193cf" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3721,8 +3718,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c95853affe89b7b755b2e7d1fcf7f8804b074dea53d98703f9b8b6ebf28dfb32" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3742,8 +3738,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a96774302e3824b7924c2465935ca4d558ea5f6a762c043fbc45fd2646ce89" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3757,8 +3752,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17dd274716a55a2c3e34d9c0ed66aaac3d7e0393ec9fd985e2b8532d697a7f3" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", @@ -3775,8 +3769,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e10dc1a10dd3f52edb20d3885cf5b2b16f26273a4d93e61331c6691fb13ab3" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3792,8 +3785,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7835717b7d8fb59c33dd73f083c68a6d143a1dbe6029364c63ea7f4cb0ba3f9c" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3810,8 +3802,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a92d3383260d0d19d9a36f40766d48d779fd19baccba8b20c3e7d2670a26ee1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3822,8 +3813,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e4e1af42bbdf1d477c3762387c74855f24bca47700df3ce7d9428045986b544" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "enumflags2", "frame-support", @@ -4810,15 +4800,6 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" -[[package]] -name = "safe-mix" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" -dependencies = [ - "rustc_version 0.2.3", -] - [[package]] name = "salsa20" version = "0.7.2" @@ -4840,8 +4821,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de86afb63617599821312bda08882451ff2b49d9c45e22513ddff5a07c6d966e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -4864,8 +4844,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9862161f9d09d870401c7256c89ad1eb3afa56a61f7d7135c2bac76ff7152955" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -4882,8 +4861,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d97030776b49bc9c109e2d349212d8f2500637761048e1af5b7ce2dfd994c7" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -4904,8 +4882,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f14985513db9798fcedea58bdc8a08f1c6b3a515d6546ced7467b059b7982c4" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -4916,8 +4893,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ec1647b5c1483fa05f7f32e436d0e378e2f3d5696a5a30bddf66f5faf28acb4" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "chrono", "fdlimit", @@ -4955,8 +4931,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56d8b2c8dc0cee9ac56e87ad50c980edbdeb35bdd5b5d9da4ae90567423363be" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "fnv", @@ -4990,8 +4965,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5741e447d71ff36c147f961b2271b6b3fad0cc347e96936bc8b63ddffa594b27" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "blake2-rfc", "hash-db", @@ -5021,8 +4995,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99f20cc8b8a74e218365ac4187bce26ea631d58d221caa1797bc6ec8056dba33" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5033,8 +5006,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e0d32ccddef567a0fe373729aa4da51b2d437cbb102b9810400c9e77e040c1d" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -5066,8 +5038,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d52048476e0fcb53feae8ca919a602104f1ba0b89a729b496440f36b332961" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "fork-tree", @@ -5113,8 +5084,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "326313ffb249a526e8ee8e08af9fdf0c4459cebeaa760b934e9df3985b68e4df" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5127,8 +5097,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e09ff8b680d449102da9717a70c3bbbbb981fd4cf1bfbafc1739d954eb0898" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -5154,8 +5123,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37294bae6d787eecf2b15255dc75cd559b4ad813e0efcf28cd4423e218931b80" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "sc-client-api", @@ -5169,8 +5137,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bace6a35999d2da7311d8fb98a29c1e89dbf0d14e50ac14140f2c38089819f46" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "lazy_static", @@ -5198,8 +5165,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87004102a8e95f432f1c624c7fa7fb0edc5995db2e0fcbabbb697f1955e7c1d2" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "parity-scale-codec", @@ -5215,8 +5181,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3d7b6db2df5f2c24848883a855a8276363f00cef5b49744974f7e1203bf274" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "parity-scale-codec", @@ -5231,8 +5196,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7e87e63c57933e173a8643ff197b579e3fc5c91b16ca006096f482de8159318" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "finality-grandpa", @@ -5270,8 +5234,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4c8994853e1158dc4f448b014aa83eef56ced214ec0af316eecf4a6ca3268f" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -5289,8 +5252,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d966ed36c404eced656bd63aad8a30d2c1a14633f07cd1d7d9c11b62f75a7905" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-trait", "derive_more", @@ -5310,8 +5272,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e8dbcb2951f7cf76ddf97ed26dcef0dab79d76745de4a8f169d58236ea8704" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "lazy_static", @@ -5330,8 +5291,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20fb4ed5d6b86faafb0743c8c2fd1c89b52cde7697373b254c7553800efaebbf" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-std", "async-trait", @@ -5384,8 +5344,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2cd5487d6f8051863a186e2aea4c233a07bb691780d3b117c9d6ffe1ff9a8fe" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -5401,8 +5360,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bc91fc71c128748a3393cb3421e12a7759ccffcc1cc4a9e6ff4ead6cc68ba48" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "bytes 0.5.6", "fnv", @@ -5429,8 +5387,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce454e528e7797a239e734d0d66bf904d48be47aa92691ac7546a45ec32a64cf" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "libp2p", @@ -5443,8 +5400,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecfc2c6cc5dc0ecb1109cce9773b50ad9a3cdbf239dc702ef9071949244dcf3e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5453,8 +5409,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "750397c6aa5a4f922cac99599ad74a4082e3e87553d51ceb4c48abfa056ff32c" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "hash-db", @@ -5488,8 +5443,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8393410297df2885efec20d0629a9833b4fd9e4ad83a92471e1ea0c11a0a54" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -5513,8 +5467,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c76164897bd3b0d04c2d6aeeb4d3492c86e324b0b08f408b847ea35421b589" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.1.31", "jsonrpc-core", @@ -5532,8 +5485,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9315b44eb991ca4f477d889bbd649a2b4b557f963fe48ec5a36c3422518e4a0" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "directories", "exit-future", @@ -5596,8 +5548,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f144043d5860ce133f701fa78679d6278f2dfc698686beb5f6d892c267e9d92" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "parity-scale-codec", @@ -5612,8 +5563,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05040c594b331d90d7341e82c6dc6a3eb7bb2afb4e5dc9c36a79a6754166057" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "chrono", "futures 0.3.16", @@ -5635,8 +5585,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0a4aa327b8bc89d9c5ae57a2f493d8f54ccd706f6763614ab522559fe481d8" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5664,8 +5613,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec18b0506911e6d624d9ea8f8cc5f503e7944a0fe7d37de95ee84033cf160ebc" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -5676,8 +5624,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87b385b8f66cce185478c500ad3de8f4775ab0e948c31561aeac78a27bedc654" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -5699,8 +5646,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f4331ea8da2ff45a9466637f90f5cc89f9d31fcd1cd20f74f2520b33bff069" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-diagnose", @@ -6067,8 +6013,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec5f988ad0cabdb646318cb515a91e9d89062debc9728f9b634d73acab3f3f39" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "sp-core", @@ -6080,8 +6025,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e63c3460d5daecf67df542c34c2bbd636214a5a200d4bddcfa2ffb9e72c346af" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "parity-scale-codec", @@ -6097,8 +6041,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "289624f4fe0f61e63a5019ed26c3bc732b5145eb52796ac6053cd72656d947a1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "blake2-rfc", "proc-macro-crate 0.1.5", @@ -6110,8 +6053,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c52e2e6d43036b97c4fce1ed87c5262c1ffdc78c655ada4d3024a3f8094bdd2c" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "serde", @@ -6123,8 +6065,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f1c69966c192d1dee8521f0b29ece2b14db07b9b44d801a94e295234761645" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "integer-sqrt", "num-traits", @@ -6137,8 +6078,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec68fb8e5a37548b06c14ee91a9c574cc330324c86d37810ec29dd4f8bc68d7" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6149,8 +6089,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0adc979dbe619f56d664ebd1293dce13fcad6b8a47bcdd620ed53a454d330d12" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -6162,8 +6101,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8007c1ad8e9fb6cd8eed4e0fc91504a9ca4b228e1315302a2fbb0ac7f509f1b" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "log", @@ -6181,8 +6119,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a24beb11980d0c755ead0c05f3f966c490e4a3730785c04c03855fada65d697" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "serde", "serde_json", @@ -6191,8 +6128,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884db6c4b03f0f2fb2993127a2db95fc740fcd3496746dcaa6829c9868e7dc75" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -6218,8 +6154,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bd00fc95b26393522be1394fb67cc536736cc5a902dec0d3e2827909b7c1118" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -6234,8 +6169,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a153085b1542b5cbe23686433cd36d1a634964f1b707671d0ffb01d8d9313047" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "merlin", "parity-scale-codec", @@ -6255,8 +6189,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bd501ab76c827d74f145063cd8cb993a9f634dac93c9b0d909111cd5900a6a" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -6266,8 +6199,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030895d70bf3095c857f4727a7cce7c43af29efe3413bb547ee28700f7d78766" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6279,8 +6211,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abbc8d4e9b8a7d5819ed26f1374017bb32833ef4890e4ff065e1da30669876bc" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "base58", "blake2-rfc", @@ -6324,8 +6255,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8c3f018913eef191d95c824657c5759c459d28670e654fa34f5d9bd5e6f0492" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -6334,8 +6264,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro2", "quote", @@ -6345,8 +6274,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fdc625f8c7b13b9a136d334888b21b5743d2081cb666cb03efca1dc9b8f74d1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "environmental", "parity-scale-codec", @@ -6357,8 +6285,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702e0be150e1b557df42326ec9b82c2010366631d03be27c69912d446abbf87a" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "finality-grandpa", "log", @@ -6375,8 +6302,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2542380b535c6941502a0a3069a657eb5abb70fd67b11afa164d4a4b038ba73a" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -6388,8 +6314,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33fd69f0a6e91bedc2fb1c5cc3689c212474b6c918274cb4cb14dbbe3c428c14" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "hash-db", @@ -6413,8 +6338,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b59f2b0e94b2048d4984aa6eb40eef2e4c05d3adf27a083dd3c9b0fce74ef7a" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "lazy_static", "sp-core", @@ -6425,8 +6349,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6ccd2baf189112355338e8b224dc513cd239b974dbd717f12b3dc7a7248c3b" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-trait", "derive_more", @@ -6443,8 +6366,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54e6e8b84ee0dc7bb65b55beba55ffbc17803222ab7c746a74f72fc5869c7320" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "serde", @@ -6457,8 +6379,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "085fbb1aa72d85a17524047fc1e708bc3bd038b02b46dc7ac601fa39c8af93d3" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -6469,8 +6390,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd80eedcedcc8342e77c26d59ad90b6904715a862731fa16616650773570e63" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "sp-api", "sp-core", @@ -6480,8 +6400,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54702e109f1c8a870dd4065a497d2612d42cec5817126e96cc0658c5ea975784" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "backtrace", ] @@ -6489,8 +6408,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2e5b1ed655d11449073b914b048895f45241e02b3919d1d0187f315435fee18" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "serde", "sp-core", @@ -6499,8 +6417,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfa4b353b76f04616dbdb8d269d58dcac47acb31c006d3b70e7b64233e68695e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "either", "hash256-std-hasher", @@ -6521,8 +6438,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e5c88b4bc8d607e4e2ff767a85db58cf7101f3dd6064f06929342ea67fe8fb" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6539,8 +6455,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19a6c7c2251512c9e533d15db8a863b06ece1cbee778130dd9adbe44b6b39aa9" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "Inflector", "proc-macro-crate 0.1.5", @@ -6552,8 +6467,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "982d793f01eb9eea9f30ffc63b821170068b9f0d9edf715d8ba77dc4de9c300f" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "serde", "serde_json", @@ -6562,8 +6476,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c7cf161533725a78083b04f3269effe4c3b4b6ce5f655019b3eec3e729ba4d4" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -6576,8 +6489,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc729eb10f8809c61a1fe439ac118a4413de004aaf863003ee8752ac0b596e73" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -6587,8 +6499,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fa4143e58e9130f726d4e8a9b86f3530a8bd19a2eedcdcf4af205f4b5a6d4f" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "log", @@ -6610,14 +6521,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" [[package]] name = "sp-storage" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6630,8 +6539,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c585340cbee96c53a9b43fd07d81edf6cebeb80e4ca7c0ee79b856c0b1883a0e" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "sp-core", @@ -6644,8 +6552,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27387c541197b9f47f3d9ddcab5649a3ecdca582d2f2ea2b511af24a3d3cbf83" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6659,8 +6566,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567382d8d4e14fb572752863b5cd57a78f9e9a6583332b590b726f061f3ea957" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "parity-scale-codec", @@ -6673,8 +6579,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3264d3b7ea31483eddffa2cc7f28c4d9c022598e456a985fd1cb5879a4609853" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -6690,8 +6595,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b85b7f745da41ef825c6f7b93f1fdc897b03df94a4884adfbb70fbcd0aed1298" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "memory-db", @@ -6705,8 +6609,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ec2a5f924f7affd1e959f8f3c02bd87cdfa0e11c71a4cbc075f955ead8c1a1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-core", @@ -6718,8 +6621,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbeffa538a13d715d30e01d57a2636ba32845b737a29a3ea32403576588222e7" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6731,8 +6633,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b214e125666a6416cf30a70cc6a5dacd34a4e5197f8a3d479f714af7e1dc7a47" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6857,8 +6758,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd540ba72520174c2c73ce96bf507eeba3cc8a481f58be92525b69110e1fa645" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "platforms", ] @@ -6866,8 +6766,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e46123ec4a690d91967de07cd6af4dde90d14519a1a8d43f61bd3f78dd3d0ef" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -6890,8 +6789,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb561c19a121e1c89daa79dbfa67a55080f813caa47fd231833a0669696d508" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-std", "derive_more", @@ -6902,6 +6800,96 @@ dependencies = [ "tokio 0.2.25", ] +[[package]] +name = "substrate-test-client" +version = "2.0.1" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +dependencies = [ + "futures 0.1.31", + "futures 0.3.16", + "hash-db", + "hex", + "parity-scale-codec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-light", + "sc-service", + "serde", + "serde_json", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-state-machine", +] + +[[package]] +name = "substrate-test-runtime" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +dependencies = [ + "cfg-if 1.0.0", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", + "log", + "memory-db", + "pallet-babe", + "pallet-timestamp", + "parity-scale-codec", + "parity-util-mem", + "sc-service", + "serde", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-core", + "sp-externalities", + "sp-finality-grandpa", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-runtime-interface", + "sp-session", + "sp-state-machine", + "sp-std", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?rev=49a4103)", + "trie-db", +] + +[[package]] +name = "substrate-test-runtime-client" +version = "2.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +dependencies = [ + "futures 0.3.16", + "parity-scale-codec", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-light", + "sc-service", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "substrate-test-client", + "substrate-test-runtime", +] + [[package]] name = "substrate-wasm-builder" version = "4.0.0" @@ -6918,6 +6906,21 @@ dependencies = [ "wasm-gc-api", ] +[[package]] +name = "substrate-wasm-builder" +version = "4.0.0" +source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +dependencies = [ + "ansi_term 0.12.1", + "atty", + "build-helper", + "cargo_metadata", + "tempfile", + "toml", + "walkdir", + "wasm-gc-api", +] + [[package]] name = "subtle" version = "1.0.0" diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index fe6b76f6c7..7ce6f06023 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -24,26 +24,26 @@ futures = "0.3" hex-literal = "0.3.1" codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } -sp-application-crypto = "3.0.0" -sc-block-builder = "0.9.0" -sc-cli = "0.9.0" -sp-core = "3.0.0" -sc-executor = "0.9.0" -sc-service = "0.9.0" -sc-telemetry = "3.0.0" -sc-keystore = "3.0.0" -sp-keystore = "0.9.0" -sp-inherents = "3.0.0" -sc-basic-authorship = "0.9.0" -sc-transaction-pool = "3.0.0" -sp-transaction-pool = "3.0.0" -sc-consensus-aura = "0.9.0" -sp-consensus-aura = "0.9.0" -sc-consensus = "0.9.0" -sp-consensus = "0.9.0" -sc-client-api = "3.0.0" -sp-runtime = "3.0.0" -sp-timestamp = "3.0.0" +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-cli = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-executor = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-timestamp = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} aleph-runtime = {path = "../runtime"} finality-aleph = {path = "../../finality-aleph"} @@ -51,17 +51,17 @@ aleph-primitives = { package = "primitives", path = "../../primitives"} # These dependencies are used for the node template's RPCs jsonrpc-core = "15.1.0" -sc-rpc = "3.0.0" -sp-api = "3.0.0" -sc-rpc-api = "0.9.0" -sp-blockchain = "3.0.0" -sp-block-builder = "3.0.0" -substrate-frame-rpc-system = "3.0.0" -pallet-transaction-payment-rpc = "3.0.0" -pallet-staking = "3.0.0" +sc-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-staking = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} [build-dependencies] -substrate-build-script-utils = "3.0.0" +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} [features] default = [] diff --git a/bin/node/src/service.rs b/bin/node/src/service.rs index 106db0b23e..be21e1cec7 100644 --- a/bin/node/src/service.rs +++ b/bin/node/src/service.rs @@ -86,7 +86,7 @@ pub fn new_partial( let import_queue = sc_consensus_aura::import_queue::<_, _, _, AuraPair, _, _>( sc_consensus_aura::slot_duration(&*client)?, - aura_block_import.clone(), + aura_block_import, Some(Box::new(aleph_block_import.clone())), client.clone(), inherent_data_providers.clone(), @@ -211,7 +211,7 @@ pub fn new_full(mut config: Configuration) -> Result block_import, proposer, network.clone(), - inherent_data_providers.clone(), + inherent_data_providers, force_authoring, backoff_authoring_blocks, keystore_container.sync_keystore(), diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index 38d58b4763..8b560154ad 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -17,33 +17,33 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } primitives = { path = "../../primitives", default-features = false } pallet-aleph = { path = "../../pallet", default-features = false} -frame-executive = { default-features = false, version = "3.0.0" } -frame-support = { default-features = false, version = "3.0.0" } -frame-system = { default-features = false, version = "3.0.0" } -frame-system-rpc-runtime-api = { default-features = false, version = "3.0.0" } +frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-aura = { default-features = false, version = "3.0.0" } -pallet-balances = { default-features = false, version = "3.0.0" } -pallet-session = { default-features = false, version = "3.0.0" } -pallet-scheduler = { default-features = false, version = "3.0.0" } -pallet-sudo = { default-features = false, version = "3.0.0" } -pallet-timestamp = { default-features = false, version = "3.0.0" } -pallet-transaction-payment = { default-features = false, version = "3.0.0" } -pallet-vesting = { default-features = false, version = "3.0.0" } +pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-vesting = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-api = { default-features = false, version = "3.0.0" } -sp-block-builder = { default-features = false, version = "3.0.0" } -sp-consensus-aura = { default-features = false, version = "0.9.0" } -sp-core = { default-features = false, version = "3.0.0" } -sp-inherents = { default-features = false, version = "3.0.0" } -sp-offchain = { default-features = false, version = "3.0.0" } -sp-runtime = { default-features = false, version = "3.0.0" } -sp-session = { default-features = false, version = "3.0.0" } -sp-std = { default-features = false, version = "3.0.0" } -sp-transaction-pool = { default-features = false, version = "3.0.0" } -sp-version = { default-features = false, version = "3.0.0" } +sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = "3.0.0" } +pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} [build-dependencies] diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index 7e03aa22f8..162913ec27 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -18,27 +18,29 @@ futures = "0.3" futures-timer = "3.0" parking_lot = "0.11" parity-util-mem = "0.9" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.9.0"} -sp-keystore = "0.9.0" -sc-network = "0.9.0" -sc-telemetry = "3.0.0" +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-network = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} aleph-bft = { git = "https://github.com/Cardinal-Cryptography/AlephBFT/", rev = "ffff285"} serde = "1.0" -sc-service = "0.9.0" -sp-application-crypto = "3.0.0" -sp-core = "3.0.0" -sp-runtime = "3.0.0" -sp-state-machine = "0.9.0" -sp-trie = "3.0.0" -sp-utils = "3.0.0" -sp-api = "3.0.0" -sp-blockchain = "3.0.0" -sp-consensus= "0.9.0" -sc-client-api = "3.0.0" -sp-io= "3.0.0" +sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-utils = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-consensus= { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-io= { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} derive_more = "0.99.7" env_logger = "0.8.3" async-trait = "0.1.42" [dev-dependencies] -sc-block-builder = "0.9.0" +sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +substrate-test-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} diff --git a/finality-aleph/src/finalization.rs b/finality-aleph/src/finalization.rs index f44d102e42..d051be5d58 100644 --- a/finality-aleph/src/finalization.rs +++ b/finality-aleph/src/finalization.rs @@ -124,7 +124,7 @@ mod tests { .block; blocks.push(block.header.hash()); - futures::executor::block_on(client.import(BlockOrigin::Own, block)).unwrap(); + client.import(BlockOrigin::Own, block).unwrap(); } blocks @@ -181,7 +181,7 @@ mod tests { .unwrap(); let block = builder.build().unwrap().block; let hash = block.header.hash(); - futures::executor::block_on(client.import(BlockOrigin::Own, block)).unwrap(); + client.import(BlockOrigin::Own, block).unwrap(); hash }) .collect(); diff --git a/finality-aleph/src/testing/data_io.rs b/finality-aleph/src/testing/data_io.rs index c9e6a84f9b..969389216a 100644 --- a/finality-aleph/src/testing/data_io.rs +++ b/finality-aleph/src/testing/data_io.rs @@ -73,13 +73,9 @@ async fn import_blocks( if finalize { client .import_as_final(BlockOrigin::Own, block.clone()) - .await .unwrap(); } else { - client - .import(BlockOrigin::Own, block.clone()) - .await - .unwrap(); + client.import(BlockOrigin::Own, block.clone()).unwrap(); } blocks.push(AlephData::new(block.header.hash(), block.header.number)); } @@ -127,10 +123,7 @@ async fn sends_messages_after_import() { store_tx .unbounded_send(TestNetworkData { data: vec![data] }) .unwrap(); - client - .import(BlockOrigin::Own, block.clone()) - .await - .unwrap(); + client.import(BlockOrigin::Own, block.clone()).unwrap(); let message = store_rx.next().await.expect("We own the tx"); assert_eq!(message.included_blocks(), vec![data]); @@ -189,7 +182,6 @@ async fn does_not_send_messages_without_import() { client .import(BlockOrigin::Own, imported_block.clone()) - .await .unwrap(); let not_imported_block = client diff --git a/finality-aleph/src/testing/network.rs b/finality-aleph/src/testing/network.rs index 8831b3f64f..b07d6e3ea0 100644 --- a/finality-aleph/src/testing/network.rs +++ b/finality-aleph/src/testing/network.rs @@ -292,7 +292,6 @@ async fn authenticates_to_connected() { remote: bob_peer_id.into(), protocol: Cow::Borrowed(PROTOCOL_NAME), role: ObservedRole::Authority, - negotiated_fallback: None, }); let (peer_id, protocol, message) = data .network @@ -440,7 +439,6 @@ async fn test_send() { remote: bob_peer_id.into(), protocol: Cow::Borrowed(PROTOCOL_NAME), role: ObservedRole::Authority, - negotiated_fallback: None, }); // Wait for acknowledgement that Alice noted Bob's presence. data.network @@ -497,7 +495,6 @@ async fn test_broadcast() { remote: peer_id.0, protocol: Cow::Borrowed(PROTOCOL_NAME), role: ObservedRole::Authority, - negotiated_fallback: None, }); // Wait for acknowledgement that Alice noted the nodes presence. data.network diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index e93270695c..13430e972c 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -10,18 +10,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, version = "3.0.0" } -frame-system = { default-features = false, version = "3.0.0" } -sp-std = { default-features = false, version = "3.0.0" } +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} serde = "1.0" primitives = { package = "primitives", path = "../primitives", default-features = false} -pallet-session = { default-features = false, version = "3.0.0" } -pallet-balances = { default-features = false, version = "3.0.0" } +pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} [dev-dependencies] -pallet-timestamp = { default-features = false, version = "3.0.0" } -sp-runtime = { default-features = false, version = "3.0.0" } -sp-core = { default-features = false, version = "3.0.0" } +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} [features] default = ["std"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 907efd08ef..bb33d4e8e6 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { version = "3.0.0", default-features = false } -sp-application-crypto = { version = "3.0.0", default-features = false } -sp-core = { version = "3.0.0", default-features = false } -sp-runtime = { version = "3.0.0", default-features = false } -sp-std = { version = "3.0.0", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } # we need aura authorites till we have our own pallet -sp-consensus-aura = { version = "0.9.0", default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } [features] default = ["std"] From 25786d88aa13cf89d869a77fcff23aa286c050bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Wed, 8 Sep 2021 13:40:57 +0200 Subject: [PATCH 12/13] using v3.0.0 in all projects instead of a specific rev --- Cargo.lock | 222 +++++++++++++++++++------------------- bin/node/Cargo.toml | 58 +++++----- bin/runtime/Cargo.toml | 48 ++++----- finality-aleph/Cargo.toml | 38 +++---- pallet/Cargo.toml | 16 +-- primitives/Cargo.toml | 12 +-- 6 files changed, 197 insertions(+), 197 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97101cd96b..a6761ca375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", ] @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -1537,7 +1537,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "serde", @@ -1564,7 +1564,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "bitflags", "frame-metadata", @@ -1590,7 +1590,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -1602,7 +1602,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 0.1.5", @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro2", "quote", @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1640,7 +1640,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -3611,7 +3611,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3629,7 +3629,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3644,7 +3644,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", @@ -3669,7 +3669,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", @@ -3683,7 +3683,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", @@ -3698,7 +3698,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3718,7 +3718,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3738,7 +3738,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3752,7 +3752,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-benchmarking", "frame-support", @@ -3769,7 +3769,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-support", "frame-system", @@ -3785,7 +3785,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3802,7 +3802,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -3813,7 +3813,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "enumflags2", "frame-support", @@ -4821,7 +4821,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -4844,7 +4844,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -4861,7 +4861,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -4882,7 +4882,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -4893,7 +4893,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "chrono", "fdlimit", @@ -4931,7 +4931,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "fnv", @@ -4965,7 +4965,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "blake2-rfc", "hash-db", @@ -4995,7 +4995,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5006,7 +5006,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -5038,7 +5038,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "fork-tree", @@ -5084,7 +5084,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5097,7 +5097,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -5123,7 +5123,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "sc-client-api", @@ -5137,7 +5137,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "lazy_static", @@ -5165,7 +5165,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "parity-scale-codec", @@ -5181,7 +5181,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "parity-scale-codec", @@ -5196,7 +5196,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "finality-grandpa", @@ -5234,7 +5234,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "ansi_term 0.12.1", "futures 0.3.16", @@ -5252,7 +5252,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-trait", "derive_more", @@ -5272,7 +5272,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "lazy_static", @@ -5291,7 +5291,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-std", "async-trait", @@ -5344,7 +5344,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -5360,7 +5360,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "bytes 0.5.6", "fnv", @@ -5387,7 +5387,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "libp2p", @@ -5400,7 +5400,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -5409,7 +5409,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "hash-db", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -5467,7 +5467,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.1.31", "jsonrpc-core", @@ -5485,7 +5485,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "directories", "exit-future", @@ -5548,7 +5548,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "parity-scale-codec", @@ -5563,7 +5563,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "chrono", "futures 0.3.16", @@ -5585,7 +5585,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5613,7 +5613,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -5624,7 +5624,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -5646,7 +5646,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-diagnose", @@ -6013,7 +6013,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "sp-core", @@ -6025,7 +6025,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "parity-scale-codec", @@ -6041,7 +6041,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "blake2-rfc", "proc-macro-crate 0.1.5", @@ -6053,7 +6053,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "serde", @@ -6065,7 +6065,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "integer-sqrt", "num-traits", @@ -6078,7 +6078,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6089,7 +6089,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -6101,7 +6101,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "log", @@ -6119,7 +6119,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "serde", "serde_json", @@ -6128,7 +6128,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-timer 3.0.2", @@ -6154,7 +6154,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -6169,7 +6169,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "merlin", "parity-scale-codec", @@ -6189,7 +6189,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -6199,7 +6199,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6211,7 +6211,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "base58", "blake2-rfc", @@ -6255,7 +6255,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -6264,7 +6264,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro2", "quote", @@ -6274,7 +6274,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "environmental", "parity-scale-codec", @@ -6285,7 +6285,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "finality-grandpa", "log", @@ -6302,7 +6302,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -6314,7 +6314,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "hash-db", @@ -6338,7 +6338,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "lazy_static", "sp-core", @@ -6349,7 +6349,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-trait", "derive_more", @@ -6366,7 +6366,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "serde", @@ -6379,7 +6379,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "proc-macro-crate 0.1.5", "proc-macro2", @@ -6390,7 +6390,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "sp-api", "sp-core", @@ -6400,7 +6400,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "backtrace", ] @@ -6408,7 +6408,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "serde", "sp-core", @@ -6417,7 +6417,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "either", "hash256-std-hasher", @@ -6438,7 +6438,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6455,7 +6455,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "Inflector", "proc-macro-crate 0.1.5", @@ -6467,7 +6467,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "serde", "serde_json", @@ -6476,7 +6476,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-api", @@ -6489,7 +6489,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -6499,7 +6499,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "log", @@ -6521,12 +6521,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6539,7 +6539,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "sp-core", @@ -6552,7 +6552,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6566,7 +6566,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "log", "parity-scale-codec", @@ -6579,7 +6579,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "derive_more", "futures 0.3.16", @@ -6595,7 +6595,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "hash-db", "memory-db", @@ -6609,7 +6609,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "futures-core", @@ -6621,7 +6621,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-serde", "parity-scale-codec", @@ -6633,7 +6633,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -6758,7 +6758,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "platforms", ] @@ -6766,7 +6766,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.16", @@ -6789,7 +6789,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "async-std", "derive_more", @@ -6803,7 +6803,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.1.31", "futures 0.3.16", @@ -6830,7 +6830,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "cfg-if 1.0.0", "frame-executive", @@ -6865,14 +6865,14 @@ dependencies = [ "sp-transaction-pool", "sp-trie", "sp-version", - "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?rev=49a4103)", + "substrate-wasm-builder 4.0.0 (git+https://github.com/paritytech/substrate.git?tag=v3.0.0)", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "futures 0.3.16", "parity-scale-codec", @@ -6909,7 +6909,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate.git?rev=49a4103#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate.git?tag=v3.0.0#49a4103f4bfef55be20a5c6d26e18ff3003c3353" dependencies = [ "ansi_term 0.12.1", "atty", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index 7ce6f06023..e0f04d6b7a 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -24,26 +24,26 @@ futures = "0.3" hex-literal = "0.3.1" codec = { package = "parity-scale-codec", version = "2", default-features = false, features = ["derive"] } -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-cli = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-executor = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-inherents = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-consensus = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-timestamp = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-block-builder = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-cli = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-core = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-executor = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-service = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-keystore = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-keystore = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-inherents = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-basic-authorship = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-transaction-pool = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-transaction-pool = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-consensus-aura = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-consensus = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-consensus = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-client-api = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-runtime = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-timestamp = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} aleph-runtime = {path = "../runtime"} finality-aleph = {path = "../../finality-aleph"} @@ -51,17 +51,17 @@ aleph-primitives = { package = "primitives", path = "../../primitives"} # These dependencies are used for the node template's RPCs jsonrpc-core = "15.1.0" -sc-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-staking = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-rpc = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-api = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-rpc-api = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-block-builder = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-staking = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} [features] default = [] diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index 8b560154ad..91609be105 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -17,33 +17,33 @@ serde = { version = "1.0.101", optional = true, features = ["derive"] } primitives = { path = "../../primitives", default-features = false } pallet-aleph = { path = "../../pallet", default-features = false} -frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} -pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-vesting = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-scheduler = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-vesting = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} -sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sp-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-version = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} -pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} [build-dependencies] diff --git a/finality-aleph/Cargo.toml b/finality-aleph/Cargo.toml index 162913ec27..55dc37ae72 100644 --- a/finality-aleph/Cargo.toml +++ b/finality-aleph/Cargo.toml @@ -18,29 +18,29 @@ futures = "0.3" futures-timer = "3.0" parking_lot = "0.11" parity-util-mem = "0.9" -prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-keystore = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-network = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-telemetry = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +prometheus-endpoint = { package = "substrate-prometheus-endpoint", git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-keystore = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-network = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-telemetry = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} aleph-bft = { git = "https://github.com/Cardinal-Cryptography/AlephBFT/", rev = "ffff285"} serde = "1.0" -sc-service = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-state-machine = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-trie = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-utils = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-blockchain = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-consensus= { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sc-client-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-io= { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-service = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-core = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-runtime = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-state-machine = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-trie = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-utils = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-api = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-blockchain = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-consensus= { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sc-client-api = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-io= { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} derive_more = "0.99.7" env_logger = "0.8.3" async-trait = "0.1.42" [dev-dependencies] -sc-block-builder = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -substrate-test-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +sc-block-builder = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +substrate-test-runtime = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +substrate-test-runtime-client = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} diff --git a/pallet/Cargo.toml b/pallet/Cargo.toml index 13430e972c..520b36a6ed 100644 --- a/pallet/Cargo.toml +++ b/pallet/Cargo.toml @@ -10,18 +10,18 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-std = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} serde = "1.0" primitives = { package = "primitives", path = "../primitives", default-features = false} -pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} [dev-dependencies] -pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} -sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "49a4103"} +pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} +sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0"} [features] default = ["std"] diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index bb33d4e8e6..ab6ad1cfde 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -6,13 +6,13 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] } -sp-api = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } -sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } -sp-core = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } -sp-std = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } +sp-api = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0", default-features = false } +sp-application-crypto = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0", default-features = false } +sp-core = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0", default-features = false } +sp-std = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0", default-features = false } # we need aura authorites till we have our own pallet -sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", rev = "49a4103", default-features = false } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate.git", tag = "v3.0.0", default-features = false } [features] default = ["std"] From b87ec3312976a50838fed7786084fb5691173635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Wed, 8 Sep 2021 16:35:33 +0200 Subject: [PATCH 13/13] disabled clippy check for the Runtime --- bin/runtime/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index 129d6e9a2e..c1325d9657 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -350,6 +350,7 @@ impl pallet_vesting::Config for Runtime { } // Create the runtime by composing the FRAME pallets that were previously configured. +#[deny(clippy::from_over_into)] construct_runtime!( pub enum Runtime where Block = Block,