diff --git a/Cargo.lock b/Cargo.lock index bf65f52df..0ddaed929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,6 +48,14 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "anyhow" version = "1.0.32" @@ -134,6 +142,11 @@ name = "async-task" version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "atomic" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "atomic-waker" version = "1.0.0" @@ -199,7 +212,7 @@ name = "bitvec" version = "0.17.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "radium 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -332,6 +345,18 @@ name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "chrono" +version = "0.4.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", + "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "clap" version = "2.33.0" @@ -355,6 +380,14 @@ dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "cloudabi" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "cmake" version = "0.1.42" @@ -478,6 +511,30 @@ dependencies = [ "generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "dyn-clonable" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "dyn-clonable-impl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dyn-clone 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "dyn-clonable-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "dyn-clone" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "ed25519" version = "1.0.1" @@ -501,7 +558,7 @@ dependencies = [ [[package]] name = "either" -version = "1.5.3" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -561,7 +618,7 @@ name = "finality-grandpa" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -617,55 +674,57 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "frame-benchmarking" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "linregress 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-executive" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-metadata" -version = "11.0.0-rc5" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support-procedural 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-metadata 12.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support-procedural 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -673,22 +732,22 @@ dependencies = [ "paste 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support-procedural-tools 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support-procedural-tools 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", @@ -696,10 +755,10 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support-procedural-tools-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -708,7 +767,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -718,18 +777,27 @@ dependencies = [ [[package]] name = "frame-system" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -931,7 +999,7 @@ dependencies = [ "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1060,7 +1128,7 @@ dependencies = [ "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1092,14 +1160,6 @@ dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "impl-serde" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "impl-serde" version = "0.3.1" @@ -1127,6 +1187,14 @@ dependencies = [ "hashbrown 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "instant" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "integer-sqrt" version = "0.1.3" @@ -1145,15 +1213,7 @@ name = "itertools" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "itertools" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1171,13 +1231,13 @@ dependencies = [ [[package]] name = "jsonrpc-client-transports" -version = "14.2.1" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1186,7 +1246,7 @@ dependencies = [ [[package]] name = "jsonrpc-core" -version = "14.2.0" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1198,15 +1258,15 @@ dependencies = [ [[package]] name = "jsonrpc-core-client" -version = "14.2.0" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-client-transports 14.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-client-transports 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpc-derive" -version = "14.2.2" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1217,10 +1277,10 @@ dependencies = [ [[package]] name = "jsonrpc-pubsub" -version = "14.2.0" +version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "jsonrpc-core 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1280,15 +1340,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libp2p" -version = "0.22.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "atomic 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", "libp2p-core-derive 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-swarm 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-swarm 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", "multihash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "parity-multiaddr 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1299,13 +1360,13 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.20.1" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "asn1_der 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1341,11 +1402,12 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.20.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p-core 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p-core 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1386,6 +1448,14 @@ dependencies = [ "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "lock_api" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "log" version = "0.4.8" @@ -1402,6 +1472,14 @@ dependencies = [ "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "matchers" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "matches" version = "0.1.8" @@ -1551,33 +1629,35 @@ dependencies = [ [[package]] name = "node-template-runtime" -version = "2.0.0-rc5" -source = "git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0-rc5#b03e829276f522cf3ae0dec6dedea534d23427d8" -dependencies = [ - "frame-executive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-aura 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-balances 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-grandpa 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-randomness-collective-flip 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-sudo 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-template 2.0.0-rc5 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0-rc5)", - "pallet-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", +version = "2.0.0" +source = "git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0#db23a4eaa70327dc5fc4d54ccdc4e1502b916c24" +dependencies = [ + "frame-executive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system-rpc-runtime-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-aura 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-balances 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-grandpa 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-randomness-collective-flip 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-sudo 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-template 2.0.0 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0)", + "pallet-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-aura 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-offchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1688,224 +1768,224 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-aura 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-authorship" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-authorship 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-balances" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-benchmarking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-contracts" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-contracts-primitives 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-contracts-primitives 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pwasm-utils 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pwasm-utils 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-sandbox 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-sandbox 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi-validation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-contracts-primitives" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-finality-tracker" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-tracker 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-finality-tracker 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-grandpa" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-benchmarking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-authorship 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-finality-tracker 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-authorship 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-finality-tracker 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-grandpa 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-finality-grandpa 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-randomness-collective-flip" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-session" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-sudo" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-template" -version = "2.0.0-rc5" -source = "git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0-rc5#b03e829276f522cf3ae0dec6dedea534d23427d8" +version = "2.0.0" +source = "git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0#db23a4eaa70327dc5fc4d54ccdc4e1502b916c24" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-timestamp" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-benchmarking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-transaction-payment" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2006,6 +2086,16 @@ dependencies = [ "parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parking_lot" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "parking_lot_core" version = "0.6.2" @@ -2033,6 +2123,20 @@ dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "parking_lot_core" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "paste" version = "0.1.12" @@ -2168,14 +2272,14 @@ dependencies = [ [[package]] name = "prometheus" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2226,14 +2330,9 @@ dependencies = [ "prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "protobuf" -version = "2.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "pwasm-utils" -version = "0.12.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2473,35 +2572,25 @@ dependencies = [ ] [[package]] -name = "regex-syntax" -version = "0.6.17" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "remove_dir_all" -version = "0.5.3" +name = "regex-automata" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] -name = "rental" -version = "0.5.5" +name = "regex-syntax" +version = "0.6.17" source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "rental-impl 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] -name = "rental-impl" -version = "0.5.5" +name = "remove_dir_all" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2565,26 +2654,26 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-core-client 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-derive 14.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpc-pubsub 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-core-client 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-derive 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "jsonrpc-pubsub 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-chain-spec 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-chain-spec 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-rpc 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2724,6 +2813,14 @@ dependencies = [ "opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "sharded-slab" +version = "0.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "signature" version = "1.2.2" @@ -2780,22 +2877,22 @@ dependencies = [ [[package]] name = "sp-api" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api-proc-macro 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-api-proc-macro" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2807,55 +2904,55 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-arithmetic" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-authorship" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-block-builder" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-blockchain" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2863,16 +2960,16 @@ dependencies = [ "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-database 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-chain-spec" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2881,52 +2978,54 @@ dependencies = [ [[package]] name = "sp-consensus" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libp2p 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libp2p 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-consensus-aura" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-core" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dyn-clonable 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2948,12 +3047,12 @@ dependencies = [ "secrecy 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bip39 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-bip39 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2963,7 +3062,7 @@ dependencies = [ [[package]] name = "sp-database" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "kvdb 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2972,7 +3071,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2982,56 +3081,56 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-finality-grandpa" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "finality-grandpa 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-finality-tracker" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-inherents" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-io" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3040,40 +3139,42 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-keyring" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-offchain" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-panic-handler" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3082,19 +3183,19 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3103,32 +3204,33 @@ dependencies = [ "paste 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface-proc-macro 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface-proc-macro 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3140,105 +3242,109 @@ dependencies = [ [[package]] name = "sp-sandbox" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-session" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-staking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-staking" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-state-machine" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-panic-handler 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-std" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-storage" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "ref-cast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-timestamp" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-tracing" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rental 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-transaction-pool" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3246,57 +3352,57 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-trie" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-utils" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "prometheus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prometheus 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-version" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "impl-serde 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-wasm-interface" -version = "2.0.0-rc5" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3305,11 +3411,6 @@ name = "spin" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "static_assertions" version = "1.1.0" @@ -3349,29 +3450,29 @@ dependencies = [ [[package]] name = "substrate-api-client" -version = "0.4.8-sub2.0.0-rc5" +version = "0.4.9-sub2.0.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-metadata 11.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-metadata 12.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "node-template-runtime 2.0.0-rc5 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0-rc5)", - "pallet-balances 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-contracts 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "node-template-runtime 2.0.0 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0)", + "pallet-balances 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-contracts 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-rpc-api 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keyring 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keyring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", "wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", "ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3379,18 +3480,19 @@ dependencies = [ [[package]] name = "substrate-bip39" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "substrate-prometheus-endpoint" -version = "0.8.0-rc5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "async-std 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3398,7 +3500,7 @@ dependencies = [ "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "prometheus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prometheus 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3566,30 +3668,72 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tracing" -version = "0.1.13" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-attributes 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tracing-attributes" -version = "0.1.7" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ + "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tracing-core" -version = "0.1.10" +version = "0.1.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tracing-log" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tracing-serde" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] +name = "tracing-subscriber" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "matchers 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", + "sharded-slab 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-serde 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3988,6 +4132,7 @@ dependencies = [ "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" "checksum alga 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2" "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" +"checksum ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" "checksum anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b" "checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" "checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" @@ -3998,6 +4143,7 @@ dependencies = [ "checksum async-channel 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "21279cfaa4f47df10b1816007e738ca3747ef2ee53ffc51cdbf57a8bb266fee3" "checksum async-std 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "00d68a33ebc8b57800847d00787307f84a562224a14db069b0acefe4c2abbf5d" "checksum async-task 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c17772156ef2829aadc587461c7753af20b7e8db1529bc66855add962a3b35d3" +"checksum atomic 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "64f46ca51dca4837f1520754d1c8c36636356b81553d928dc9c177025369a06e" "checksum atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" @@ -4026,8 +4172,10 @@ dependencies = [ "checksum cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" "checksum cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d" "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" +"checksum chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" +"checksum cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" "checksum cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62" "checksum concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3" "checksum const-random 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a" @@ -4043,9 +4191,12 @@ dependencies = [ "checksum derive_more 0.99.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7" "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" "checksum digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" +"checksum dyn-clonable 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +"checksum dyn-clonable-impl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +"checksum dyn-clone 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4c53dc3a653e0f64081026e4bf048d48fec9fce90c66e8326ca7292df0ff2d82" "checksum ed25519 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc" "checksum ed25519-dalek 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "53d2e93f837d749c16d118e7ddf7a4dfd0ac8f452cf51e46e9348824e5ef6851" -"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" +"checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" "checksum environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "516aa8d7a71cb00a1c4146f0798549b93d083d4f189b3ced8f3de6b8f11ee6c4" "checksum event-listener 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cd41440ae7e4734bbd42302f63eaba892afc93a3912dad84006247f0dedb0e" @@ -4060,14 +4211,15 @@ dependencies = [ "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" -"checksum frame-benchmarking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "8e97e7543ebddd3ba196f1e29315042dcc51c26d1717922f87eb6e1aec156544" -"checksum frame-executive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec91c36be8039bfb57805be12ccb6402e096681ad3c987a3d0e86f3ecb9edff" -"checksum frame-metadata 11.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "16e1fe409ad74aa3956aa512079b465c442534c72857209fdfc8748f4dc348ee" -"checksum frame-support 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "4cee5bb7f1aa51cec540d004bd72822f234921a926786299e9121e1b99f4365f" -"checksum frame-support-procedural 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "73cd91cd2314249766408bea62535f31040d91568a15fe8ae51a9a01eb0a9f9f" -"checksum frame-support-procedural-tools 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "5fd7ea4d0ff435c17d64dacd3bc7fd9b90fbdabcd2b8a5162eea775feba8ae52" -"checksum frame-support-procedural-tools-derive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "a933eeef6264ad5980b1d63f41d9dc67b5c3047459820637b23cd298269abd29" -"checksum frame-system 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "523fd30378fe67111b1ab14eb4ab66206a0326e95aabbc8661a74b670101f6f9" +"checksum frame-benchmarking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "66a5e3fe43568300fdca1c1bfd45ea463a12cca8fbe6172a4f6d58cd54e3fbcc" +"checksum frame-executive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c843800f05a7ad4653bc0db53a15e3d9bdd1cf14103e15c29e8aca200dbb1188" +"checksum frame-metadata 12.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6b5640bfcb7111643807c63cd38ecdcc923d3253e525f23ab6b366002bf8ecd5" +"checksum frame-support 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "807c32da14bd0e5fb751095335a07938cda6f1488f57d7b0539118e3434980a8" +"checksum frame-support-procedural 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "508dc2eb44a802f1876e3dc97a76aed8f18b993f75f6cb1975cb83cf45a5d981" +"checksum frame-support-procedural-tools 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04f6d1dd14477123180c47024bcc24c1a624ea8631b4f00080d14089907397f4" +"checksum frame-support-procedural-tools-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ad38379ecedd632f286c7b94a4b9a15bffb635194de4dbf2b4458bc46cee28f" +"checksum frame-system 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d172404f0e44b867f5fd14465a27f298b8828b53d7a7a555d3759e1dec3c8f0d" +"checksum frame-system-rpc-runtime-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b128f689fd9d497c3a7e881be524a8a1e2d80e2661754add6e36c9dfdcbe373" "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" @@ -4108,21 +4260,20 @@ dependencies = [ "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" "checksum impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" -"checksum impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8" "checksum impl-serde 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f" "checksum impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d" "checksum indexmap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" +"checksum instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" "checksum integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b" "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" -"checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" "checksum js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5a448de267e7358beaf4a5d849518fe9a0c13fce7afd44b06e68550e5562a7" -"checksum jsonrpc-client-transports 14.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec" -"checksum jsonrpc-core 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62" -"checksum jsonrpc-core-client 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34221123bc79b66279a3fde2d3363553835b43092d629b34f2e760c44dc94713" -"checksum jsonrpc-derive 14.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e77e8812f02155b85a677a96e1d16b60181950c0636199bc4528524fba98dc" -"checksum jsonrpc-pubsub 14.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d44f5602a11d657946aac09357956d2841299ed422035edf140c552cb057986" +"checksum jsonrpc-client-transports 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7" +"checksum jsonrpc-core 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa" +"checksum jsonrpc-core-client 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db" +"checksum jsonrpc-derive 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3" +"checksum jsonrpc-pubsub 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77" "checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" @@ -4131,15 +4282,17 @@ dependencies = [ "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" "checksum libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" "checksum libm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" -"checksum libp2p 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0306a49ee6a89468f96089906f36b0eef82c988dcfc8acf3e2dcd6ad1c859f85" -"checksum libp2p-core 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6a694fd76d7c33a45a0e6e1525e9b9b5d11127c9c94e560ac0f8abba54ed80af" +"checksum libp2p 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "571f5a4604c1a40d75651da141dfde29ad15329f537a779528803297d2220274" +"checksum libp2p-core 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52f13ba8c7df0768af2eb391696d562c7de88cc3a35122531aaa6a7d77754d25" "checksum libp2p-core-derive 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f753d9324cd3ec14bf04b8a8cd0d269c87f294153d6bf2a84497a63a5ad22213" -"checksum libp2p-swarm 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f88d5e2a090a2aadf042cd33484e2f015c6dab212567406a59deece5dedbd133" +"checksum libp2p-swarm 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7193e444210132237b81b755ec7fe53f1c4bd2f53cf719729b94c0c72eb6eaa1" "checksum libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962" "checksum linregress 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9290cf6f928576eeb9c096c6fad9d8d452a0a1a70a2bbffa6e36064eedc0aac9" "checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" +"checksum lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" "checksum lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237" +"checksum matchers 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" "checksum matrixmultiply 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f" "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" @@ -4155,7 +4308,7 @@ dependencies = [ "checksum multistream-select 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c9157e87afbc2ef0d84cc0345423d715f445edde00141c93721c162de35a05e5" "checksum nalgebra 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2" "checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" -"checksum node-template-runtime 2.0.0-rc5 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0-rc5)" = "" +"checksum node-template-runtime 2.0.0 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0)" = "" "checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" "checksum num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" "checksum num-complex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95" @@ -4168,20 +4321,20 @@ dependencies = [ "checksum opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" "checksum openssl 0.10.29 (registry+https://github.com/rust-lang/crates.io-index)" = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd" "checksum openssl-sys 0.9.55 (registry+https://github.com/rust-lang/crates.io-index)" = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8" -"checksum pallet-aura 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "066be51e73a4c548d25799e38f64c0758651eb3eafeb43630ad98221477cf157" -"checksum pallet-authorship 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "564a0e545e711034d4fe2e27d031f3a86815b0eadb8c6aa00b2c1bc77ac23733" -"checksum pallet-balances 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e2f1a1918319da7e6c43279837a89d20271dbe48a7d4e578b23fb58455a8d4" -"checksum pallet-contracts 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "104228a91841adc79f5f2f2c3dc5116479ea2124b67f5b070ab1f4b1c7660bd7" -"checksum pallet-contracts-primitives 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "2542fe4e5207c8351e5f111e6cddd5329767cb09d1ac562c89f2d1de3828af54" -"checksum pallet-finality-tracker 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e3cad111ce9364e732bd2b17bcfd1534b40d435a445d5ef14ceac07cbe2e58" -"checksum pallet-grandpa 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "33a6b1297f97b25921da1c04525496a5772114a23e910b64e1c68e44bb499046" -"checksum pallet-randomness-collective-flip 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f999ac88781eeb1ac20d5fe2436c74888ab3d7474306f8de15f94fe4ad9da65" -"checksum pallet-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "59fbf97a3984efe5f4f633d560ea22e84e9da914709ce88251b5943fed236f69" -"checksum pallet-sudo 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "76ae534ae474aa72f63a0816e105479cf2ef1bfec8a9200051f56c7d369ba82d" -"checksum pallet-template 2.0.0-rc5 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0-rc5)" = "" -"checksum pallet-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "f469ad639fb0be5b334a025415b56bad90d5b857a8bbd3292d06a2eba54236b9" -"checksum pallet-transaction-payment 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "b02fee6be6bcab37196f507c0764893000ffd1c77d03ca662b1271a3d198f9f5" -"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "501f203dfa8434ed94fa9c2b4bace1ffd07119a0db2ac298525c6dda0607aeb7" +"checksum pallet-aura 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3150af311603b2fd78d948c8e2346d6b2530403c3971ae684ccc46021c1ea198" +"checksum pallet-authorship 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "65706c382ae14ef2768e7411c5faaf1e0a310b4a86d17c3a93dfacb2c5987576" +"checksum pallet-balances 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56bf116724c3adb7eee6ae49adfc28d3d38d9d34bbfdcc009497120256309a37" +"checksum pallet-contracts 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "908b373ca40975c48f79a95e8cd134c039ef1120abe4633465c5f690924c79c4" +"checksum pallet-contracts-primitives 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e088e1deefd6ae4ceb104666e9c76d699cb975dad8114b4bc7182b07a4745ed9" +"checksum pallet-finality-tracker 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9414e60c78b94ae77ea8ccc4a86e3d5ebd1de93c236d3dd899abacefe5d7e82" +"checksum pallet-grandpa 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f8a3b81d434ce9ef2c34adf61afa5ecf2a6e386cd626369deda1ca2f7a3b076" +"checksum pallet-randomness-collective-flip 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e6b62b8adc02901769b7756b054fa732b6d1aad01e8a2d6873a70fdcd38c59a1" +"checksum pallet-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8abf520fc0c3259be05f164d43d34d52c86aeef8e8c5fded40145394394fc75d" +"checksum pallet-sudo 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13642cbbb2ea520ca2021299baec604de102a1d033dd32812c946cb03f48f47e" +"checksum pallet-template 2.0.0 (git+https://github.com/scs/substrate-api-client-test-node?tag=v2.0.0)" = "" +"checksum pallet-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ccddd55b713f541dff6ccf063cc7ddbc4fc41e92a9fdad8ec9562a0e3b465016" +"checksum pallet-transaction-payment 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9fe2fc67f2eb123199a5b8fb89a8e1c30e5d6d6b1d98e0330bac85c0d8c46f1" +"checksum pallet-transaction-payment-rpc-runtime-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76c8b6676df5a4b411a283b9ea22551094710180fa5caebeae9eea8e9dbfa620" "checksum parity-multiaddr 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2165a93382a93de55868dcbfa11e4a8f99676a9164eee6a2b4a9479ad319c257" "checksum parity-scale-codec 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "7c740e5fbcb6847058b40ac7e5574766c6388f585e184d769910fe0d3a2ca861" "checksum parity-scale-codec-derive 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "198db82bb1c18fc00176004462dd809b2a6d851669550aa17af6dacd21ae0c14" @@ -4191,9 +4344,11 @@ dependencies = [ "checksum parking 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6cb300f271742d4a2a66c01b6b2fa0c83dfebd2e0bf11addb879a3547b4ed87c" "checksum parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" "checksum parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" +"checksum parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" "checksum parking_lot_core 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3" +"checksum parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" "checksum paste 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0a229b1c58c692edcaa5b9b0948084f130f55d2dcc15b02fcc5340b2b4521476" "checksum paste-impl 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "2e0bf239e447e67ff6d16a8bb5e4d4bd2343acf5066061c0e8e06ac5ba8ca68c" "checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9" @@ -4212,13 +4367,12 @@ dependencies = [ "checksum proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" "checksum proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" "checksum proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319" -"checksum prometheus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0575e258dab62268e7236d7307caa38848acbda7ec7ab87bd9093791e999d20" +"checksum prometheus 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30d70cf4412832bcac9cffe27906f4a66e450d323525e977168c70d1b36120ae" "checksum prost 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212" "checksum prost-build 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26" "checksum prost-derive 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72" "checksum prost-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa" -"checksum protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e86d370532557ae7573551a1ec8235a0f8d6cb276c7c9e6aa490b511c447485" -"checksum pwasm-utils 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7a12f176deee919f4ba55326ee17491c8b707d0987aed822682c821b660192" +"checksum pwasm-utils 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7" "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" "checksum radium 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac" @@ -4245,10 +4399,9 @@ dependencies = [ "checksum ref-cast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a214c7875e1b63fc1618db7c80efc0954f6156c9ff07699fd9039e255accdd1" "checksum ref-cast-impl 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "602eb59cda66fcb9aec25841fb76bc01d2b34282dcdd705028da297db6f3eec8" "checksum regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692" +"checksum regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" "checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -"checksum rental 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f" -"checksum rental-impl 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de" "checksum ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)" = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" "checksum rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" @@ -4257,7 +4410,7 @@ dependencies = [ "checksum rw-stream-sink 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" "checksum ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" "checksum safe-mix 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c" -"checksum sc-rpc-api 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "1148bcc6691eb41135426c158b897afc53cdd59b5a2de82dd840cfe312efcfa3" +"checksum sc-rpc-api 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb4b79b9b6b410c745a00eb4ead11b2ef0819e6eac970a5ec6415abf82777be" "checksum schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862" "checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" @@ -4274,59 +4427,59 @@ dependencies = [ "checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" "checksum sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1" "checksum sha3 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809" +"checksum sharded-slab 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e" "checksum signature 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "29f060a7d147e33490ec10da418795238fd7545bba241504d6b31a409f2e6210" "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" "checksum smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" "checksum smol 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "620cbb3c6e34da57d3a248cda0cd01cd5848164dc062e764e65d06fe3ea7aed5" "checksum socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" -"checksum sp-api 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "438a9a62076de97d2879a10370958c140e2bc61dc707a775bd54abfa38cb8203" -"checksum sp-api-proc-macro 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "f38a368a6f6cebc08b1617da083764a93ab768b431be2cee4960bd70875aed0f" -"checksum sp-application-crypto 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "7e8504120e1d542bb726ca43147f0eb0f637f1b769b39932bafe4bdb5da7a12b" -"checksum sp-arithmetic 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "8b472a16a6653d84bbb9ce148c75e136f468b24479e1fbb3219dde88341fde89" -"checksum sp-authorship 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "0b236740a057bb01b9b9329669dd77c1918da7e6fdaa39ad735e30dd361daee1" -"checksum sp-block-builder 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "034817d218d2fef063d85023c773c9fb2bbe9a82e39390cb70c538d9cb0f5037" -"checksum sp-blockchain 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "9271dcdec8027596278c1103cac12adb4d4f269c8dd98ef03efa19d81118b7b4" -"checksum sp-chain-spec 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "e893061dd2b91636a95c5f6a69a655899649483f9bac894e6aba3b1faea1bf9f" -"checksum sp-consensus 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "347f4264dbf0b631cd4b0e469bbf726bc6edd6cedeef9280d32aa58731a8c6aa" -"checksum sp-consensus-aura 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "b3340c170390b8f3ad45fe3d8ba61376975d81cb7201bc1a34f3c01e18ccf173" -"checksum sp-core 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "d536eb6fc48352dfd80bce71a880517fa8894ed22e6a2f73c7ed61fbcc30a919" -"checksum sp-database 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "89a478928bdf4bc45223832dddc6845aded7e1fd1a80a19c3f95e23507aee77f" -"checksum sp-debug-derive 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "db388274224f88d94a0d2646353c690d6871d25f819c5da84fbc2d427fbb16a9" -"checksum sp-externalities 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "f80f3659ed04d60362ccc81a5880afc9b50be930f4262beda86a9fef3d09da6f" -"checksum sp-finality-grandpa 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "c0af8886a84496d09bac2eac60cfaff23de36776b8fffcfd79079e0892a18500" -"checksum sp-finality-tracker 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "b4f7cbd51b9b4622800c7a94c49588de07ef86dbf3cfcb8a675b74b776f40c9c" -"checksum sp-inherents 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "38524ebd5b0932a029505b02eb9a56f6081245d386e8ee294c2dc0d2d59d2745" -"checksum sp-io 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "77c5e3dbf239e31b7bbcceea4faabab94dc0ff1e3ae3ebeaf35147f5a963fc75" -"checksum sp-keyring 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f6272ee48ffe9e62fcb8a0d41401911cd06d068ef91fc196572dadd4d3cdbe" -"checksum sp-offchain 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "622aefd5516d1c0b4e9cedfe2239af16135bcd9fd4707ff4355abaf009f39881" -"checksum sp-panic-handler 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "5447e8eae27478614ba8c3c2bb9f4c710fc527c82b19cbd98a81d9bf401977a9" -"checksum sp-rpc 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "749fa444709ec7f84a164b0ce226171c1e6079e8d449575e9264fe8be158eece" -"checksum sp-runtime 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "6c4ed14778efe72accd8f70cc815f56a79aa954c90ff42dfe19a44c7c4e1c049" -"checksum sp-runtime-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "d8f54304ab714b860f959f8f67cda6c09e70aaee90ebe34369757f156aa17b46" -"checksum sp-runtime-interface-proc-macro 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "e4b1fbc3d08d09b97d3321dd27bb0c950a1044ab72662ed09aa3ab6e9cc5384f" -"checksum sp-sandbox 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "9c100df4ee8e0a99a8a9879f4883be188186d1a183f7f01e4cd65aad8764d9ae" -"checksum sp-session 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "1ea429f6641770b865bc45b1b0003ca598262c2c0fe317313c6800a7cdf64e3f" -"checksum sp-staking 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "8db75581ee8f6d03a87e27d665968d16d3b3ec77a47e84012294d9d8b8c1c5a5" -"checksum sp-state-machine 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "436f6c1cd4ddac9fda662224a4f6d96b29f059385e0534f920c36d623809670f" -"checksum sp-std 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "2a58c21080bbfd72305a66db730d9cfaac50100a85071f560b133881f70e109a" -"checksum sp-storage 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "f29963c6391fbc0aba93d79288c1284229a55de384ae0ee45894d74222432b51" -"checksum sp-timestamp 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "26831009535976f663980f030344c1d6b6436b62d66bd0ef3b458caa017a68a1" -"checksum sp-tracing 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "609a82203b73d298ea5d0892cd626c8b527ea333a64cdb506a61fd92d422f21d" -"checksum sp-transaction-pool 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "c6c0ee05ab85866b55a3836763c0d1f3a18e39acad0e1de5d99c4b55e4fa4a70" -"checksum sp-trie 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "340c24f1093d62d172f988cadab86e160effc3ccd3e69d9fa65907e51ab727ec" -"checksum sp-utils 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "5d5fbc3451309422bf20dadc1a0aac63134b5d99943f3d6734f91c1b25e73c38" -"checksum sp-version 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "2363e63c5bfbd95ae44bf4cdf7eb65d95ccf1e7613809fc3a22e4a6135749bd6" -"checksum sp-wasm-interface 2.0.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "07e015754c6dab38a067b1122048f1c5b67d146319c46c27468b336dff98de5c" +"checksum sp-api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "953a3296335d9761311763dbe6855109ea4bea915e27cf5633d8b01057898302" +"checksum sp-api-proc-macro 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8247ca24a2a881af2ac675c8ec33584944965d6d45645bbec16fe327ce42dce6" +"checksum sp-application-crypto 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "885eca124aa6ce0bba57c08bc48c4357096996d630a77f572580ef8e2e4df034" +"checksum sp-arithmetic 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "667775bc50eb214225df18c92e4ec57acc7e2dc78d7d210eb4dd930db1a73995" +"checksum sp-authorship 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58623adee1ed41752d76151762c80801758f88f85e4016d0338f2b01f4e7bd44" +"checksum sp-block-builder 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07d7fca8aa126a9d295843d592f44b48d8cf93880862baeff2968164598ab26c" +"checksum sp-blockchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e37387284973e2edceefaa673930282801ea238e5892a2cc6aa02f7f2e7601df" +"checksum sp-chain-spec 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "150ce7661d02d4d0509a4a8364ab3b71a5ef2faf3f97d22d4b76bc0786d9e28b" +"checksum sp-consensus 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b460103293bbf2f4193e43c4f031fdc099c5e27c782369bbb4dacc7765e84057" +"checksum sp-consensus-aura 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dc270d5c9c74960f44be4fe3e2e04886edf6a4a6fa85a57d381b242ce8b41e0" +"checksum sp-core 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e92ac5c674ee2cd9219d084301b4cbb82b28a94a0f3087bf4bea0ef3067ebb5c" +"checksum sp-database 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c1c352eceefe5bcdfc27f13a2fd038fc571b7aca5146f2cd651d40e9d2457dd" +"checksum sp-debug-derive 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a3750b084e0f4677f6e834a974f30b1ba97fc2fe00185c9d03611a2228446dc" +"checksum sp-externalities 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d87fcd0e0fc5e025459cfe769803488d4894e36d0f8cef80b5239d2e7ef6580" +"checksum sp-finality-grandpa 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "789d960506306f34fb0a2da547956ba1f23d6a29032291a7284c943906feddcb" +"checksum sp-finality-tracker 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d5433473273a116241010551b9acfdbd7d33a9fdcda45c390eb707971568154" +"checksum sp-inherents 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "365e5aee23640631e63e8634f1d804e33c8fcb521f4052910f29abaa2df1c1cf" +"checksum sp-io 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e1dee9244eb6cba1bef9b3a4ec288185e1380e455f1fd348b60252592c1cf0" +"checksum sp-keyring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f76feeb27b218d58523931ea2d708b622c3bd96a3be1c3a5895bba0f7a54c13" +"checksum sp-offchain 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fbd5e101b2510ad84adaeb4589e6a94fdc741242ab1e39b89c87a647133205ad" +"checksum sp-panic-handler 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "492126eb766b3b6740e4e4929d6527d37708598b7296a664f3680c0f0c1fc573" +"checksum sp-rpc 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5c6678f4b42421e6dcdf3896a0c81a403c29ef1cf8d74b046d59125d40da911" +"checksum sp-runtime 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "62542f8ce9d5fcb43a4dd3c3a53326d33aacf9b0bc9d353d6fe9fd5ff3031747" +"checksum sp-runtime-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b7e363c480cc8c9019b84f85d10c0b56a184079d5d840d2d1d55087ad835dc6" +"checksum sp-runtime-interface-proc-macro 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85cf56a38544293e54dbe0aa7b6aed1e046bfc704b6fc3de7255897dca98ccb1" +"checksum sp-sandbox 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "604cd03208c68ebfe14d5a293bff0fef2d612380eba38cb39d606ae977add72e" +"checksum sp-session 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d138b1f548933003feaa967de49ed87066643073bcc41be45ef2daaa0991c133" +"checksum sp-staking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b06f9839d8b4312486626bde31d6cd7763dd9b7d93ea9e70c01ca30f0998032" +"checksum sp-state-machine 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f58335de98bca196683a8ef22195a8a43b457b8bc705dba3124138ffc2ee720" +"checksum sp-std 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa2d6e166cead2d3b1d3d8fe0e787d076b7d0296b1760a0d7d340846d0ba42c5" +"checksum sp-storage 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f4625e6f8f40995939560f48f89028f658b7929657c68d01c571c81ab5619ff" +"checksum sp-timestamp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0cb398f0a5d2798ad4e02450b3089534547b448d22ebe6f3b2c03f74170f58d1" +"checksum sp-tracing 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9a5c42c5450991ca3a28c190e75122f5ccedbcb024953e7c357e7aa2afd8534" +"checksum sp-transaction-pool 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83b34ee48341c17c6e2f1e55f6076918f46b0c4505a99ad69ab1edda8b45bbd8" +"checksum sp-trie 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3aae57c8ae81ba978503137a8c625d2963eb425dd90dec0d96b4ed18d8bfd55" +"checksum sp-utils 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84310a02e2ac89b5e288d7af980414fd88753e3caba92aab1983cd2819991150" +"checksum sp-version 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "21935199c8765f0d02facc718f9c83149a70ea684fb03612e5161c682b38a301" +"checksum sp-wasm-interface 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f1c28225e8b7ec7e260f8b46443f8731abda206334cb75c740d2407693f38167" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" -"checksum stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" "checksum statrs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10102ac8d55e35db2b3fafc26f81ba8647da2e15879ab686a67e6d19af2685e8" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" "checksum strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22" "checksum strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81" -"checksum substrate-bip39 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c004e8166d6e0aa3a9d5fa673e5b7098ff25f930de1013a21341988151e681bb" -"checksum substrate-prometheus-endpoint 0.8.0-rc5 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab1195d819a77a444c4821c0fb798e0c035aec50c7fb700528eff4f0f99804e" +"checksum substrate-bip39 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236" +"checksum substrate-prometheus-endpoint 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8d3e361741d066bfc29554b9f1bc8e4ac927eb4bd33dd8bb0486969edd8b0b5a" "checksum substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d2a965994514ab35d3893e9260245f2947fd1981cdd4fffd2c6e6d1a9ce02e6a" "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941" @@ -4345,9 +4498,12 @@ dependencies = [ "checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" "checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" "checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" -"checksum tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1721cc8cf7d770cc4257872507180f35a4797272f5962f24c806af9e7faf52ab" -"checksum tracing-attributes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbad39da2f9af1cae3016339ad7f2c7a9e870f12e8fd04c4fd7ef35b30c0d2b" -"checksum tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0aa83a9a47081cd522c09c81b31aec2c9273424976f922ad61c053b58350b715" +"checksum tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" +"checksum tracing-attributes 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" +"checksum tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" +"checksum tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9" +"checksum tracing-serde 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b" +"checksum tracing-subscriber 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef0a5e15477aa303afbfac3a44cba9b6430fdaad52423b1e6c0dbbe28c3eedd" "checksum trie-db 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e55f7ace33d6237e14137e386f4e1672e2a5c6bbc97fef9f438581a143971f0" "checksum trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "652931506d2c1244d7217a70b99f56718a7b4161b37f04e7cd868072a99f68cd" "checksum try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" diff --git a/Cargo.toml b/Cargo.toml index 5ffa880cb..ff1129c3e 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-api-client" -version = "0.4.8-sub2.0.0-rc5" +version = "0.4.9-sub2.0.0" authors = ["Supercomputing Systems AG "] edition = "2018" @@ -15,7 +15,7 @@ thiserror = { version = "1.0", optional =true } primitive-types = { version = "0.6.1", optional = true, features = ["codec"] } [dependencies.sp-core] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-core" default-features = false features = ["full_crypto"] @@ -27,63 +27,63 @@ version = "1.3.1" default-features = false [dependencies.runtime_io] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-io" default-features=false [dependencies.metadata] -version = '11.0.0-rc5' +version = '12.0.0' package = "frame-metadata" default-features=false [dependencies.sp-version] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-version" default-features=false [dependencies.balances] -version = '2.0.0-rc5' +version = '2.0.0' package = "pallet-balances" default-features=false [dependencies.system] -version = '2.0.0-rc5' +version = '2.0.0' package = "frame-system" default-features=false [dependencies.sp-runtime] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-runtime" default-features=false [dependencies.support] -version = '2.0.0-rc5' +version = '2.0.0' package = "frame-support" default-features=false [dependencies.sp-std] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-std" default-features = false [dependencies.sc-rpc-api] -version = '0.8.0-rc5' +version = '0.8.0' optional = true [dev-dependencies.node_template_runtime] git = "https://github.com/scs/substrate-api-client-test-node" -tag = 'v2.0.0-rc5' +tag = 'v2.0.0' package = "node-template-runtime" [dev-dependencies] wabt = "0.9.0" [dev-dependencies.contracts] -version = '2.0.0-rc5' +version = '2.0.0' package = "pallet-contracts" [dev-dependencies.keyring] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-keyring" [dev-dependencies.clap] diff --git a/README.md b/README.md index 411d962cc..4e44638eb 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # substrate-api-client -![badge](https://img.shields.io/badge/substrate-2.0.0--rc5-success) +![badge](https://img.shields.io/badge/substrate-2.0.0-success)

diff --git a/src/examples/example_event_callback.rs b/src/examples/example_event_callback.rs index e86912d0b..e3c91f6db 100755 --- a/src/examples/example_event_callback.rs +++ b/src/examples/example_event_callback.rs @@ -51,7 +51,7 @@ fn main() { for evr in &evts { println!("decoded: {:?} {:?}", evr.phase, evr.event); match &evr.event { - Event::balances(be) => { + Event::pallet_balances(be) => { println!(">>>>>>>>>> balances event: {:?}", be); match &be { balances::RawEvent::Transfer(transactor, dest, value) => { diff --git a/src/node_metadata.rs b/src/node_metadata.rs index bb906b023..5b2da76a1 100644 --- a/src/node_metadata.rs +++ b/src/node_metadata.rs @@ -199,6 +199,7 @@ impl Metadata { #[derive(Clone, Debug)] pub struct ModuleMetadata { + index: u8, name: String, storage: HashMap, // constants @@ -517,7 +518,7 @@ impl TryFrom for Metadata { return Err(ConversionError::InvalidPrefix.into()); } let meta = match metadata.1 { - RuntimeMetadata::V11(meta) => meta, + RuntimeMetadata::V12(meta) => meta, _ => return Err(ConversionError::InvalidVersion.into()), }; let mut modules = HashMap::new(); @@ -540,6 +541,7 @@ impl TryFrom for Metadata { modules.insert( module_name.clone(), ModuleMetadata { + index: module.index, name: module_name.clone(), storage: storage_map, }, @@ -554,7 +556,7 @@ impl TryFrom for Metadata { modules_with_calls.insert( module_name.clone(), ModuleWithCalls { - index: modules_with_calls.len() as u8, + index: module.index, name: module_name.clone(), calls: call_map, }, @@ -568,7 +570,7 @@ impl TryFrom for Metadata { modules_with_events.insert( module_name.clone(), ModuleWithEvents { - index: modules_with_events.len() as u8, + index: module.index, name: module_name.clone(), events: event_map, }, diff --git a/src/rpc/client.rs b/src/rpc/client.rs index 4b09ff55c..c13a49823 100644 --- a/src/rpc/client.rs +++ b/src/rpc/client.rs @@ -101,7 +101,7 @@ pub fn on_extrinsic_msg_until_finalized( debug!("got msg {}", retstr); match parse_status(retstr) { (XtStatus::Finalized, val) => end_process(out, result, val), - (XtStatus::Error, e) => panic!(e), + (XtStatus::Error, e) => panic!(e.unwrap()), (XtStatus::Future, _) => { warn!("extrinsic has 'future' status. aborting"); end_process(out, result, None); @@ -122,7 +122,7 @@ pub fn on_extrinsic_msg_until_in_block( (XtStatus::Finalized, val) => end_process(out, result, val), (XtStatus::InBlock, val) => end_process(out, result, val), (XtStatus::Future, _) => end_process(out, result, None), - (XtStatus::Error, e) => panic!(e), + (XtStatus::Error, e) => panic!(e.unwrap()), _ => (), }; Ok(()) @@ -139,7 +139,7 @@ pub fn on_extrinsic_msg_until_broadcast( (XtStatus::Finalized, val) => end_process(out, result, val), (XtStatus::Broadcast, _) => end_process(out, result, None), (XtStatus::Future, _) => end_process(out, result, None), - (XtStatus::Error, e) => panic!(e), + (XtStatus::Error, e) => panic!(e.unwrap()), _ => (), }; Ok(()) @@ -156,7 +156,7 @@ pub fn on_extrinsic_msg_until_ready( (XtStatus::Finalized, val) => end_process(out, result, val), (XtStatus::Ready, _) => end_process(out, result, None), (XtStatus::Future, _) => end_process(out, result, None), - (XtStatus::Error, e) => panic!(e), + (XtStatus::Error, e) => panic!(e.unwrap()), _ => (), }; Ok(()) diff --git a/test_no_std/Cargo.toml b/test_no_std/Cargo.toml index bc7094407..8cbb9c9b5 100644 --- a/test_no_std/Cargo.toml +++ b/test_no_std/Cargo.toml @@ -20,13 +20,13 @@ default-features=false features=["full_crypto"] [dependencies.application-crypto] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-application-crypto" default-features = false features = ["full_crypto"] [dependencies.sp-io] -version = '2.0.0-rc5' +version = '2.0.0' default-features=false features = ["disable_oom", "disable_panic_handler"] diff --git a/tutorials/api-client-tutorial/Cargo.toml b/tutorials/api-client-tutorial/Cargo.toml index 2552f13ca..b00b9fa52 100644 --- a/tutorials/api-client-tutorial/Cargo.toml +++ b/tutorials/api-client-tutorial/Cargo.toml @@ -9,8 +9,8 @@ substrate-api-client = { path = "../.." } codec = { package = "parity-scale-codec", features = ["derive"], version = "1.0.0", default-features = false } [dependencies.sp-core] -version = '2.0.0-rc5' +version = '2.0.0' [dependencies.keyring] -version = '2.0.0-rc5' +version = '2.0.0' package = "sp-keyring"