reset a couple of versions down from v2.0 (#4572)

* reset a couple of versions down from v0.2.0

* Unstablise browser-utils (very new) and grafana-data-source (going to be replaced with prometheus sometime)

* unmark a bunch more client crates for stabilization

* fix versions in Cargo.tomls

* Downgrade network-test

* Set frame-metadata version to `10.0.0`

* Hide and documented storage generator as internal api

* Downgrade `sp-externalities`

* Downgrade `sc-cli`

* Downgrade sc-executor et al to 0.8.0

* Downgrade sp-state-machine to 0.8.0

* Downgrade pallet-contracts et al to 0.8.0

* Downgrade sp-sandbox to 0.8.0

* downgrade pallet-evm to 0.8.0

* Downgrade pallet-staking to 0.8.0

2.0 should be implementation of lazy payout alongside all the fixes of
current module

* Downgrade node-transaction-factory to 0.8.0

* frame pallets are 2.0.0

Co-authored-by: Ashley <ashley.ruglys@gmail.com>
Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
Co-authored-by: Sergei Pepyakin <s.pepyakin@gmail.com>
Co-authored-by: Wei Tang <accounts@that.world>
Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
Co-authored-by: Marcio Diaz <marcio@parity.io>
This commit is contained in:
Robert Habermeier
2020-01-15 18:35:27 +01:00
committed by GitHub
parent 04789bcd35
commit 69e0cf7fe2
61 changed files with 276 additions and 273 deletions
+137 -137
View File
@@ -371,7 +371,7 @@ dependencies = [
[[package]]
name = "browser-utils"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -386,7 +386,7 @@ dependencies = [
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-chain-spec 2.0.0",
"sc-network 0.8.0",
"sc-service 2.0.0",
"sc-service 0.8.0",
"wasm-bindgen 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
"wasm-bindgen-futures 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1316,7 +1316,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "2.0.0"
version = "10.0.0"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1329,7 +1329,7 @@ name = "frame-support"
version = "2.0.0"
dependencies = [
"bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-metadata 2.0.0",
"frame-metadata 10.0.0",
"frame-support-procedural 2.0.0",
"frame-system 2.0.0",
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1344,7 +1344,7 @@ dependencies = [
"sp-inherents 2.0.0",
"sp-io 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1391,7 +1391,7 @@ dependencies = [
"sp-inherents 2.0.0",
"sp-io 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"trybuild 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1713,7 +1713,7 @@ dependencies = [
[[package]]
name = "grafana-data-source"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"async-std 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1735,7 +1735,7 @@ version = "2.0.0"
dependencies = [
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"grafana-data-source 2.0.0",
"grafana-data-source 0.8.0",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -3021,7 +3021,7 @@ dependencies = [
name = "node-cli"
version = "2.0.0"
dependencies = [
"browser-utils 2.0.0",
"browser-utils 0.8.0",
"ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"frame-support 2.0.0",
"frame-system 2.0.0",
@@ -3033,7 +3033,7 @@ dependencies = [
"node-primitives 2.0.0",
"node-rpc 2.0.0",
"node-runtime 2.0.0",
"node-transaction-factory 2.0.0",
"node-transaction-factory 0.8.0",
"pallet-authority-discovery 2.0.0",
"pallet-balances 2.0.0",
"pallet-contracts 2.0.0",
@@ -3043,20 +3043,20 @@ dependencies = [
"pallet-transaction-payment 2.0.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-authority-discovery 2.0.0",
"sc-basic-authority 2.0.0",
"sc-authority-discovery 0.8.0",
"sc-basic-authority 0.8.0",
"sc-chain-spec 2.0.0",
"sc-cli 2.0.0",
"sc-client 2.0.0",
"sc-cli 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-client-db 2.0.0",
"sc-client-db 0.8.0",
"sc-consensus-babe 0.8.0",
"sc-finality-grandpa 2.0.0",
"sc-finality-grandpa 0.8.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-offchain 2.0.0",
"sc-rpc 2.0.0",
"sc-service 2.0.0",
"sc-service 0.8.0",
"sc-service-test 2.0.0",
"sc-telemetry 2.0.0",
"sc-transaction-pool 2.0.0",
@@ -3102,12 +3102,12 @@ dependencies = [
"pallet-transaction-payment 2.0.0",
"pallet-treasury 2.0.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sp-application-crypto 2.0.0",
"sp-core 2.0.0",
"sp-io 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-trie 2.0.0",
"substrate-test-client 2.0.0",
"trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3131,9 +3131,9 @@ dependencies = [
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"node-primitives 2.0.0",
"node-runtime 2.0.0",
"pallet-contracts-rpc 2.0.0",
"pallet-contracts-rpc 0.8.0",
"pallet-transaction-payment-rpc 2.0.0",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sp-api 2.0.0",
"sp-runtime 2.0.0",
"sp-transaction-pool 2.0.0",
@@ -3169,7 +3169,7 @@ dependencies = [
"pallet-balances 2.0.0",
"pallet-collective 2.0.0",
"pallet-contracts 2.0.0",
"pallet-contracts-rpc-runtime-api 2.0.0",
"pallet-contracts-rpc-runtime-api 0.8.0",
"pallet-democracy 2.0.0",
"pallet-elections-phragmen 2.0.0",
"pallet-finality-tracker 2.0.0",
@@ -3223,14 +3223,14 @@ dependencies = [
"node-template-runtime 2.0.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-basic-authority 2.0.0",
"sc-cli 2.0.0",
"sc-client 2.0.0",
"sc-basic-authority 0.8.0",
"sc-cli 0.8.0",
"sc-client 0.8.0",
"sc-consensus-aura 0.8.0",
"sc-executor 2.0.0",
"sc-finality-grandpa 2.0.0",
"sc-executor 0.8.0",
"sc-finality-grandpa 0.8.0",
"sc-network 0.8.0",
"sc-service 2.0.0",
"sc-service 0.8.0",
"sc-transaction-pool 2.0.0",
"sp-consensus 0.8.0",
"sp-consensus-aura 0.8.0",
@@ -3298,8 +3298,8 @@ dependencies = [
"pallet-transaction-payment 2.0.0",
"pallet-treasury 2.0.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-executor 2.0.0",
"sc-client 0.8.0",
"sc-executor 0.8.0",
"sp-core 2.0.0",
"sp-io 2.0.0",
"sp-keyring 2.0.0",
@@ -3310,14 +3310,14 @@ dependencies = [
[[package]]
name = "node-transaction-factory"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-cli 2.0.0",
"sc-client 2.0.0",
"sc-cli 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-service 2.0.0",
"sc-service 0.8.0",
"sp-api 2.0.0",
"sp-block-builder 2.0.0",
"sp-blockchain 2.0.0",
@@ -3616,7 +3616,7 @@ dependencies = [
"sp-core 2.0.0",
"sp-io 2.0.0",
"sp-runtime 2.0.0",
"sp-sandbox 2.0.0",
"sp-sandbox 0.8.0",
"sp-std 2.0.0",
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
"wasmi-validation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3624,12 +3624,12 @@ dependencies = [
[[package]]
name = "pallet-contracts-rpc"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"pallet-contracts-rpc-runtime-api 2.0.0",
"pallet-contracts-rpc-runtime-api 0.8.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3642,7 +3642,7 @@ dependencies = [
[[package]]
name = "pallet-contracts-rpc-runtime-api"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
@@ -5009,7 +5009,7 @@ dependencies = [
[[package]]
name = "sc-authority-discovery"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5038,14 +5038,14 @@ dependencies = [
[[package]]
name = "sc-basic-authority"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"futures 0.3.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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-client 2.0.0",
"sc-block-builder 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-telemetry 2.0.0",
"sc-transaction-pool 2.0.0",
@@ -5062,7 +5062,7 @@ dependencies = [
[[package]]
name = "sc-block-builder"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0",
@@ -5072,7 +5072,7 @@ dependencies = [
"sp-consensus 0.8.0",
"sp-core 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
]
[[package]]
@@ -5101,7 +5101,7 @@ dependencies = [
[[package]]
name = "sc-cli"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5118,7 +5118,7 @@ dependencies = [
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0",
"sc-network 0.8.0",
"sc-service 2.0.0",
"sc-service 0.8.0",
"sc-telemetry 2.0.0",
"sc-tracing 2.0.0",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5127,7 +5127,7 @@ dependencies = [
"sp-keyring 2.0.0",
"sp-panic-handler 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5136,7 +5136,7 @@ dependencies = [
[[package]]
name = "sc-client"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5149,20 +5149,20 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-block-builder 0.8.0",
"sc-client-api 2.0.0",
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sc-telemetry 2.0.0",
"sp-api 2.0.0",
"sp-blockchain 2.0.0",
"sp-consensus 0.8.0",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-inherents 2.0.0",
"sp-keyring 2.0.0",
"sp-panic-handler 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-trie 2.0.0",
"sp-version 2.0.0",
@@ -5184,17 +5184,17 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sc-telemetry 2.0.0",
"sp-api 2.0.0",
"sp-blockchain 2.0.0",
"sp-consensus 0.8.0",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-inherents 2.0.0",
"sp-keyring 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-test-primitives 2.0.0",
"sp-transaction-pool 2.0.0",
@@ -5204,7 +5204,7 @@ dependencies = [
[[package]]
name = "sc-client-db"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5217,16 +5217,16 @@ dependencies = [
"parity-util-mem 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-executor 2.0.0",
"sc-state-db 2.0.0",
"sc-executor 0.8.0",
"sc-state-db 0.8.0",
"sp-blockchain 2.0.0",
"sp-consensus 0.8.0",
"sp-core 2.0.0",
"sp-keyring 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-trie 2.0.0",
"substrate-test-runtime-client 2.0.0",
]
@@ -5243,14 +5243,14 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-consensus-slots 0.8.0",
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-network-test 2.0.0",
"sc-service 2.0.0",
"sc-network-test 0.8.0",
"sc-service 0.8.0",
"sc-telemetry 2.0.0",
"sp-api 2.0.0",
"sp-application-crypto 2.0.0",
@@ -5289,16 +5289,16 @@ dependencies = [
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pdqselect 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-client 2.0.0",
"sc-block-builder 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-consensus-slots 0.8.0",
"sc-consensus-uncles 0.8.0",
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-network-test 2.0.0",
"sc-service 2.0.0",
"sc-network-test 0.8.0",
"sc-service 0.8.0",
"sc-telemetry 2.0.0",
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
@@ -5356,7 +5356,7 @@ dependencies = [
"sp-core 2.0.0",
"sp-inherents 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"substrate-test-runtime-client 2.0.0",
]
@@ -5375,7 +5375,7 @@ dependencies = [
[[package]]
name = "sc-executor"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5386,17 +5386,17 @@ dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor-common 2.0.0",
"sc-executor-wasmi 2.0.0",
"sc-executor-wasmtime 2.0.0",
"sc-executor-common 0.8.0",
"sc-executor-wasmi 0.8.0",
"sc-executor-wasmtime 0.8.0",
"sc-runtime-test 2.0.0",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-io 2.0.0",
"sp-panic-handler 2.0.0",
"sp-runtime-interface 2.0.0",
"sp-serializer 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-trie 2.0.0",
"sp-version 2.0.0",
"sp-wasm-interface 2.0.0",
@@ -5408,7 +5408,7 @@ dependencies = [
[[package]]
name = "sc-executor-common"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5422,14 +5422,14 @@ dependencies = [
[[package]]
name = "sc-executor-wasmi"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor-common 2.0.0",
"sc-executor-common 0.8.0",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-runtime-interface 2.0.0",
"sp-wasm-interface 2.0.0",
"wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5437,7 +5437,7 @@ dependencies = [
[[package]]
name = "sc-executor-wasmtime"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5448,9 +5448,9 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor-common 2.0.0",
"sc-executor-common 0.8.0",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-runtime-interface 2.0.0",
"sp-wasm-interface 2.0.0",
"wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5461,7 +5461,7 @@ dependencies = [
[[package]]
name = "sc-finality-grandpa"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"finality-grandpa 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5473,12 +5473,12 @@ dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-network-gossip 2.0.0",
"sc-network-test 2.0.0",
"sc-network-gossip 0.8.0",
"sc-network-test 0.8.0",
"sc-telemetry 2.0.0",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
@@ -5491,7 +5491,7 @@ dependencies = [
"sp-inherents 2.0.0",
"sp-keyring 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"substrate-test-runtime-client 2.0.0",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5537,8 +5537,8 @@ dependencies = [
"quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-client 2.0.0",
"sc-block-builder 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-peerset 2.0.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5564,7 +5564,7 @@ dependencies = [
[[package]]
name = "sc-network-gossip"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5579,7 +5579,7 @@ dependencies = [
[[package]]
name = "sc-network-test"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5589,8 +5589,8 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-client 2.0.0",
"sc-block-builder 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-network 0.8.0",
"sp-blockchain 2.0.0",
@@ -5622,7 +5622,7 @@ dependencies = [
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0",
"sc-client-db 2.0.0",
"sc-client-db 0.8.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-transaction-pool 2.0.0",
@@ -5661,12 +5661,12 @@ dependencies = [
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-rpc-api 2.0.0",
"sc-rpc-api 0.8.0",
"sc-transaction-pool 2.0.0",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
@@ -5676,7 +5676,7 @@ dependencies = [
"sp-rpc 2.0.0",
"sp-runtime 2.0.0",
"sp-session 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-transaction-pool 2.0.0",
"sp-version 2.0.0",
"substrate-test-runtime-client 2.0.0",
@@ -5685,7 +5685,7 @@ dependencies = [
[[package]]
name = "sc-rpc-api"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5725,32 +5725,32 @@ dependencies = [
"sp-core 2.0.0",
"sp-io 2.0.0",
"sp-runtime 2.0.0",
"sp-sandbox 2.0.0",
"sp-sandbox 0.8.0",
"sp-std 2.0.0",
"substrate-wasm-builder-runner 1.0.4",
]
[[package]]
name = "sc-service"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"grafana-data-source 2.0.0",
"grafana-data-source 0.8.0",
"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)",
"parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-chain-spec 2.0.0",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-client-db 2.0.0",
"sc-executor 2.0.0",
"sc-finality-grandpa 2.0.0",
"sc-client-db 0.8.0",
"sc-executor 0.8.0",
"sc-finality-grandpa 0.8.0",
"sc-keystore 2.0.0",
"sc-network 0.8.0",
"sc-offchain 2.0.0",
@@ -5790,9 +5790,9 @@ dependencies = [
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-network 0.8.0",
"sc-service 2.0.0",
"sc-service 0.8.0",
"sp-consensus 0.8.0",
"sp-core 2.0.0",
"sp-runtime 2.0.0",
@@ -5803,7 +5803,7 @@ dependencies = [
[[package]]
name = "sc-state-db"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -5837,7 +5837,7 @@ name = "sc-tracing"
version = "2.0.0"
dependencies = [
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"grafana-data-source 2.0.0",
"grafana-data-source 0.8.0",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-telemetry 2.0.0",
@@ -6183,7 +6183,7 @@ dependencies = [
"sp-api-proc-macro 2.0.0",
"sp-core 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-test-primitives 2.0.0",
"sp-version 2.0.0",
@@ -6211,7 +6211,7 @@ dependencies = [
"sp-blockchain 2.0.0",
"sp-consensus 0.8.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-version 2.0.0",
"substrate-test-runtime-client 2.0.0",
"trybuild 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -6298,7 +6298,7 @@ dependencies = [
"sp-block-builder 2.0.0",
"sp-consensus 0.8.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
]
[[package]]
@@ -6315,7 +6315,7 @@ dependencies = [
"sp-core 2.0.0",
"sp-inherents 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-test-primitives 2.0.0",
"sp-version 2.0.0",
@@ -6390,7 +6390,7 @@ dependencies = [
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-debug-derive 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-runtime-interface 2.0.0",
"sp-serializer 2.0.0",
"sp-std 2.0.0",
@@ -6414,7 +6414,7 @@ dependencies = [
[[package]]
name = "sp-externalities"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"environmental 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-std 2.0.0",
@@ -6462,9 +6462,9 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-runtime-interface 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-trie 2.0.0",
]
@@ -6544,11 +6544,11 @@ dependencies = [
"primitive-types 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rustversion 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-io 2.0.0",
"sp-runtime-interface-proc-macro 2.0.0",
"sp-runtime-interface-test-wasm 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-wasm-interface 2.0.0",
"static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -6570,12 +6570,12 @@ dependencies = [
name = "sp-runtime-interface-test"
version = "2.0.0"
dependencies = [
"sc-executor 2.0.0",
"sc-executor 0.8.0",
"sp-core 2.0.0",
"sp-io 2.0.0",
"sp-runtime-interface 2.0.0",
"sp-runtime-interface-test-wasm 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
]
[[package]]
@@ -6591,7 +6591,7 @@ dependencies = [
[[package]]
name = "sp-sandbox"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -6630,7 +6630,7 @@ dependencies = [
[[package]]
name = "sp-state-machine"
version = "2.0.0"
version = "0.8.0"
dependencies = [
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -6640,7 +6640,7 @@ dependencies = [
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0",
"sp-externalities 2.0.0",
"sp-externalities 0.8.0",
"sp-panic-handler 2.0.0",
"sp-trie 2.0.0",
"trie-db 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -6870,7 +6870,7 @@ dependencies = [
"jsonrpc-client-transports 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-rpc-api 2.0.0",
"sc-rpc-api 0.8.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-storage 2.0.0",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -6888,7 +6888,7 @@ dependencies = [
"jsonrpc-derive 14.0.5 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-transaction-pool 2.0.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
@@ -6906,16 +6906,16 @@ dependencies = [
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sc-client-db 2.0.0",
"sc-executor 2.0.0",
"sc-client-db 0.8.0",
"sc-executor 0.8.0",
"sp-blockchain 2.0.0",
"sp-consensus 0.8.0",
"sp-core 2.0.0",
"sp-keyring 2.0.0",
"sp-runtime 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
]
[[package]]
@@ -6932,8 +6932,8 @@ dependencies = [
"pallet-babe 2.0.0",
"pallet-timestamp 2.0.0",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0",
"sc-executor 2.0.0",
"sc-client 0.8.0",
"sc-executor 0.8.0",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0",
"sp-application-crypto 2.0.0",
@@ -6948,7 +6948,7 @@ dependencies = [
"sp-runtime 2.0.0",
"sp-runtime-interface 2.0.0",
"sp-session 2.0.0",
"sp-state-machine 2.0.0",
"sp-state-machine 0.8.0",
"sp-std 2.0.0",
"sp-transaction-pool 2.0.0",
"sp-trie 2.0.0",
@@ -6964,8 +6964,8 @@ version = "2.0.0"
dependencies = [
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0",
"sc-client 2.0.0",
"sc-block-builder 0.8.0",
"sc-client 0.8.0",
"sc-client-api 2.0.0",
"sp-api 2.0.0",
"sp-blockchain 2.0.0",