From 96bb9dda7e3d9096d69568cb70796f9d91761039 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 6 Mar 2020 12:16:56 +0000 Subject: [PATCH 1/2] Update parity-scale codec to 1.2 --- Cargo.lock | 50 ++++++++++++++++++++++----------------------- Cargo.toml | 2 +- template/Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e228635..bb650bf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,7 +275,7 @@ dependencies = [ "heck 0.3.1 (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)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (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)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -592,7 +592,7 @@ name = "frame-metadata" version = "11.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -609,7 +609,7 @@ dependencies = [ "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)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -662,7 +662,7 @@ source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c dependencies = [ "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -995,7 +995,7 @@ name = "impl-codec" version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1399,7 +1399,7 @@ source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c dependencies = [ "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -1410,19 +1410,19 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "byte-slice-cast 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "parity-scale-codec-derive" -version = "1.1.1" +version = "1.2.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)", @@ -2060,7 +2060,7 @@ version = "2.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2086,7 +2086,7 @@ name = "sp-application-crypto" version = "2.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2100,7 +2100,7 @@ source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c 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.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2123,7 +2123,7 @@ dependencies = [ "libsecp256k1 0.3.5 (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.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2172,7 +2172,7 @@ version = "2.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2186,7 +2186,7 @@ dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "libsecp256k1 0.3.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.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)", "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2232,7 +2232,7 @@ source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c dependencies = [ "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)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2250,7 +2250,7 @@ name = "sp-runtime-interface" version = "2.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)", "sp-runtime-interface-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2279,7 +2279,7 @@ dependencies = [ "hash-db 0.15.2 (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.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2314,7 +2314,7 @@ dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (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.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2327,7 +2327,7 @@ source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c dependencies = [ "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "memory-db 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2340,7 +2340,7 @@ version = "2.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -2352,7 +2352,7 @@ version = "2.0.0-dev" source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" dependencies = [ "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2437,7 +2437,7 @@ dependencies = [ "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)", "pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", @@ -3191,8 +3191,8 @@ dependencies = [ "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507" -"checksum parity-scale-codec-derive 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476" +"checksum parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f509c5e67ca0605ee17dcd3f91ef41cadd685c75a298fb6261b781a5acb3f910" +"checksum parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245" "checksum parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1476e40bf8f5c6776e9600983435821ca86eb9819d74a6207cca69d091406a" "checksum parity-util-mem-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" "checksum parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865" diff --git a/Cargo.toml b/Cargo.toml index 48ee6d33..00c3f962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ zip = { version = "0.5.4", default-features = false } pwasm-utils = "0.12.0" parity-wasm = "0.41.0" cargo_metadata = "0.9.1" -codec = { package = "parity-scale-codec", version = "1.1" } +codec = { package = "parity-scale-codec", version = "1.2" } which = "3.1.0" colored = "1.9" toml = "0.5.4" diff --git a/template/Cargo.toml b/template/Cargo.toml index 8fe3cd7a..f70b0e4c 100644 --- a/template/Cargo.toml +++ b/template/Cargo.toml @@ -10,7 +10,7 @@ ink_primitives = { git = "https://github.com/paritytech/ink", package = "ink_pri ink_core = { git = "https://github.com/paritytech/ink", package = "ink_core", default-features = false } ink_lang = { git = "https://github.com/paritytech/ink", package = "ink_lang", default-features = false } -scale = { package = "parity-scale-codec", version = "1.1", default-features = false, features = ["derive"] } +scale = { package = "parity-scale-codec", version = "1.2", default-features = false, features = ["derive"] } type-metadata = { git = "https://github.com/type-metadata/type-metadata.git", default-features = false, features = ["derive"], optional = true } [lib] -- GitLab From 6dd374402b3e206d8b2346526fd5f9fe8de90b6d Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Fri, 6 Mar 2020 12:37:06 +0000 Subject: [PATCH 2/2] Update subxt version and use crates.io for sp-core --- Cargo.lock | 445 +++++++++++++++++++++++------------------------------ Cargo.toml | 4 +- 2 files changed, 195 insertions(+), 254 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb650bf4..3a9b4f9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ dependencies = [ "pwasm-utils 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-subxt 0.4.0 (git+https://github.com/paritytech/substrate-subxt/?rev=b7565ff435b9499ca1ff4dad519009e94a13111c)", + "substrate-subxt 0.4.0 (git+https://github.com/paritytech/substrate-subxt/?rev=b8022a89322b838db40dd82824c65db2c64203d1)", "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -589,45 +589,45 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "frame-metadata" -version = "11.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "11.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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-dev (git+https://github.com/paritytech/substrate/)", - "frame-support-procedural 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "frame-metadata 11.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support-procedural 2.0.0-alpha.3 (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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "paste 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-arithmetic 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "frame-support-procedural" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support-procedural-tools 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "frame-support-procedural-tools 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -635,10 +635,10 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support-procedural-tools-derive 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "frame-support-procedural-tools-derive 2.0.0-alpha.3 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -647,8 +647,8 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -657,18 +657,18 @@ dependencies = [ [[package]] name = "frame-system" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "frame-support 2.0.0-alpha.3 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1061,58 +1061,39 @@ dependencies = [ [[package]] name = "jsonrpsee" version = "1.0.0" -source = "git+https://github.com/paritytech/jsonrpsee/#f0f9d4b23ec7694f4de1a360200d9887bf31436d" +source = "git+https://github.com/paritytech/jsonrpsee/#a0bea41c4f37125fa742ec48b12e11cf55c592b5" dependencies = [ "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpsee-core 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", - "jsonrpsee-http 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", - "jsonrpsee-proc-macros 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", - "jsonrpsee-ws 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", - "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "jsonrpsee-core" -version = "1.0.0" -source = "git+https://github.com/paritytech/jsonrpsee/#f0f9d4b23ec7694f4de1a360200d9887bf31436d" -dependencies = [ + "async-tls 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 0.5.4 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "hashbrown 0.7.0 (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)", - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "jsonrpsee-http" -version = "1.0.0" -source = "git+https://github.com/paritytech/jsonrpsee/#f0f9d4b23ec7694f4de1a360200d9887bf31436d" -dependencies = [ - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpsee-core 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", - "jsonrpsee-server-utils 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", + "jsonrpsee-proc-macros 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", "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)", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "jsonrpsee-proc-macros" version = "1.0.0" -source = "git+https://github.com/paritytech/jsonrpsee/#f0f9d4b23ec7694f4de1a360200d9887bf31436d" +source = "git+https://github.com/paritytech/jsonrpsee/#a0bea41c4f37125fa742ec48b12e11cf55c592b5" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1120,42 +1101,6 @@ dependencies = [ "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "jsonrpsee-server-utils" -version = "1.0.0" -source = "git+https://github.com/paritytech/jsonrpsee/#f0f9d4b23ec7694f4de1a360200d9887bf31436d" -dependencies = [ - "globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", - "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)", - "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "jsonrpsee-ws" -version = "1.0.0" -source = "git+https://github.com/paritytech/jsonrpsee/#f0f9d4b23ec7694f4de1a360200d9887bf31436d" -dependencies = [ - "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "async-tls 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", - "bytes 0.5.4 (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.4 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jsonrpsee-core 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", - "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)", - "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", - "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "webpki 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "keccak" version = "0.1.0" @@ -1394,18 +1339,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pallet-indices" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "frame-support 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-system 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-keyring 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2056,23 +2001,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-api" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-api-proc-macro 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-api-proc-macro" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2083,33 +2028,33 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-arithmetic" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-debug-derive 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-core" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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)", @@ -2133,11 +2078,11 @@ dependencies = [ "schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (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-dev (git+https://github.com/paritytech/substrate/)", - "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-debug-derive 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "substrate-bip39 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2148,8 +2093,8 @@ dependencies = [ [[package]] name = "sp-debug-derive" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2158,59 +2103,59 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "0.8.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-storage 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-inherents" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-io" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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)", "libsecp256k1 0.3.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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-state-machine 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-keyring" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (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-panic-handler" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "backtrace 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2218,17 +2163,17 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2237,32 +2182,32 @@ dependencies = [ "paste 0.1.7 (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.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-application-crypto 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-runtime-interface" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "primitive-types 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime-interface-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-externalities 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime-interface-proc-macro 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-wasm-interface 2.0.0-alpha.3 (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-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2273,8 +2218,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.8.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "0.8.0-alpha.3" +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)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2282,78 +2227,78 @@ dependencies = [ "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-panic-handler 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-externalities 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-panic-handler 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-trie 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.20.0 (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-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sp-storage" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-debug-derive 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-transaction-pool" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "derive_more 0.99.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-api 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-trie" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "trie-db 0.20.0 (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-version" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "sp-wasm-interface" -version = "2.0.0-dev" -source = "git+https://github.com/paritytech/substrate/#71d10b4564d1ffcb74ee8058c76d7f279a8a3842" +version = "2.0.0-alpha.3" +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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2427,24 +2372,24 @@ dependencies = [ [[package]] name = "substrate-subxt" version = "0.4.0" -source = "git+https://github.com/paritytech/substrate-subxt/?rev=b7565ff435b9499ca1ff4dad519009e94a13111c#b7565ff435b9499ca1ff4dad519009e94a13111c" +source = "git+https://github.com/paritytech/substrate-subxt/?rev=b8022a89322b838db40dd82824c65db2c64203d1#b8022a89322b838db40dd82824c65db2c64203d1" dependencies = [ - "frame-metadata 11.0.0-dev (git+https://github.com/paritytech/substrate/)", - "frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "frame-metadata 11.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "frame-support 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpsee 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)", "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)", - "pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "pallet-indices 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate/)", - "sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate/)", + "sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-rpc 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-transaction-pool 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-version 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2684,7 +2629,7 @@ name = "twox-hash" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3105,12 +3050,12 @@ dependencies = [ "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" "checksum fixed-hash 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3367952ceb191f4ab95dd5685dc163ac539e36202f9fcfd0cb22f9f9c542fefc" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" -"checksum frame-metadata 11.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum frame-support 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum frame-support-procedural 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum frame-support-procedural-tools 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum frame-support-procedural-tools-derive 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum frame-system 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" +"checksum frame-metadata 11.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "15a909150cfcdccb975131a85c83eee738e0235dda05a9e8b67b1454276400b8" +"checksum frame-support 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f655a2b84bcc78217fe6824939e2036ed6a8c7d04729e290726c11efdfc5bef1" +"checksum frame-support-procedural 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4df3c4c80bc7d3c226c036bcf6c2fbc751948dbcb708eaff2c515b945edf35c" +"checksum frame-support-procedural-tools 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "77f2a862f96cde72929559bbe9db2615cfd5f3b831668fcd382a2cd9f3c29d1f" +"checksum frame-support-procedural-tools-derive 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "38880eb7734bc5248c8924d903c6555f30b4ed0ca1cef7c45a67467bdbb03142" +"checksum frame-system 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bbf9a3b3b191f093d866fd271ba8fd3bacf6d9bb20eb027d31eccb153261fccb" "checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" "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" @@ -3157,11 +3102,7 @@ dependencies = [ "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" "checksum js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "7889c7c36282151f6bf465be4700359318aef36baa951462382eae49e9577cf9" "checksum jsonrpsee 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)" = "" -"checksum jsonrpsee-core 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)" = "" -"checksum jsonrpsee-http 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)" = "" "checksum jsonrpsee-proc-macros 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)" = "" -"checksum jsonrpsee-server-utils 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)" = "" -"checksum jsonrpsee-ws 1.0.0 (git+https://github.com/paritytech/jsonrpsee/)" = "" "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.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb" @@ -3190,7 +3131,7 @@ dependencies = [ "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" "checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b" "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" -"checksum pallet-indices 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" +"checksum pallet-indices 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a9d68ea4c81ba0283cece2e36ff24cd4b39e9cb88a7c7293d27574b5e7521489" "checksum parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f509c5e67ca0605ee17dcd3f91ef41cadd685c75a298fb6261b781a5acb3f910" "checksum parity-scale-codec-derive 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0ec292e92e8ec7c58e576adacc1e3f399c597c8f263c42f18420abe58e7245" "checksum parity-util-mem 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1476e40bf8f5c6776e9600983435821ca86eb9819d74a6207cca69d091406a" @@ -3265,28 +3206,28 @@ dependencies = [ "checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" "checksum soketto 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b" "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" -"checksum sp-api 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-api-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-application-crypto 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-arithmetic 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-core 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-debug-derive 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-externalities 0.8.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-inherents 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-io 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-keyring 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-panic-handler 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-rpc 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-runtime-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-runtime-interface-proc-macro 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-state-machine 0.8.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-std 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-storage 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-transaction-pool 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-trie 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-version 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" -"checksum sp-wasm-interface 2.0.0-dev (git+https://github.com/paritytech/substrate/)" = "" +"checksum sp-api 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "23aa761bfbeb65596bfd5a0e495293f8ca00f5aba0f629586bb689e62fae2c58" +"checksum sp-api-proc-macro 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a671418da20e460372a0402a40fb66d8461438c782fd02e81a772bfcd8d17a13" +"checksum sp-application-crypto 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fee63efab7f3eca0496aedfcecff591b0a02d3c1c426025ea2b5aaaf6f7556aa" +"checksum sp-arithmetic 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a461b761754ebfd415f53039e50538d1479ff80897063097fb1f01e16fabb177" +"checksum sp-core 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4152e48507be884bbab9e90354c1546483e268c5ec985c80efa438b3d31d301f" +"checksum sp-debug-derive 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "273b53c5552ef441f4f379d99ac52b56b04a461d05118f574dc1d302561102a6" +"checksum sp-externalities 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af658280a5279cb5d9ddf7d3e5ea7db924280b2ff622d25287f0cb5d18a939b0" +"checksum sp-inherents 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79bb4866d7d8d8759c1b99ffdca602f6e679c2e943d101931c9cc537386208a3" +"checksum sp-io 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0d7dd6504b94ed08012f19d844a4bda0862c2f9b01fa215dbfe84e6ad923a735" +"checksum sp-keyring 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3a50e4e357197bb92519738db4106d82b64ea0a328a34b5ae8a6bed0a896e0d3" +"checksum sp-panic-handler 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "45afcce125c4b0e83e1d8156417389585937943079db2ab3cc44b031b394f7b4" +"checksum sp-rpc 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3af88a0baf010a96924f6b3db9bec79236b4c9d042734af5291ab8ba8f2fa0c9" +"checksum sp-runtime 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ce8157a08315e469c445fd586dacb752ad4f47c31a93b184330f721c55b3d2f" +"checksum sp-runtime-interface 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "56930df989f768b7e0909af23ad258fd178e8e1ab46e8ec10a28b7057971e8b3" +"checksum sp-runtime-interface-proc-macro 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bc08eeab0124e93f980563530a7ec9924cc1eadf11b8b77cfa64549828352c06" +"checksum sp-state-machine 0.8.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdae520409cb1af06fef4ddf31b293e2789df34893577cc88617bfc9c83358a8" +"checksum sp-std 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a06781b9f9be821149f52f4db7c7a1129a411e0c097338e9ae696a72692e96c7" +"checksum sp-storage 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3902c7702d0a9195412877b0866cc0597b58cfbdd73bcdf629ce04a6414e0312" +"checksum sp-transaction-pool 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5ee573ab9b9c7648cbe727b51275263499b15e483958a34fe4e144f5aff1e365" +"checksum sp-trie 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "87c08adaaba76b15abc6b6f89b80b996a727056074e374615a26f34425c25988" +"checksum sp-version 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "28a96412ef3bd617dab73b18c7b2da847228539e5503d575fa04f3617a5a7698" +"checksum sp-wasm-interface 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c392598093452dba11e52af02bb3868128893e1e79f51f235100a7c615564ad8" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" @@ -3295,7 +3236,7 @@ dependencies = [ "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.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5" -"checksum substrate-subxt 0.4.0 (git+https://github.com/paritytech/substrate-subxt/?rev=b7565ff435b9499ca1ff4dad519009e94a13111c)" = "" +"checksum substrate-subxt 0.4.0 (git+https://github.com/paritytech/substrate-subxt/?rev=b8022a89322b838db40dd82824c65db2c64203d1)" = "" "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" "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" diff --git a/Cargo.toml b/Cargo.toml index 00c3f962..a2cba47c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ tempfile = "3.1.0" # dependencies for optional extrinsics feature async-std = { version = "1.5.0", optional = true } -sp-core = { git = "https://github.com/paritytech/substrate/", package = "sp-core", optional = true } -subxt = { git = "https://github.com/paritytech/substrate-subxt/", rev = "b7565ff435b9499ca1ff4dad519009e94a13111c", package = "substrate-subxt", optional = true } +sp-core = { version = "2.0.0-alpha.3", optional = true } +subxt = { git = "https://github.com/paritytech/substrate-subxt/", rev = "b8022a89322b838db40dd82824c65db2c64203d1", package = "substrate-subxt", optional = true } futures = { version = "0.3.2", optional = true } hex = { version = "0.4.0", optional = true } url = { version = "2.1.1", optional = true } -- GitLab