From 7d3ac23b1b2d907726e98cc911de6ac2891a815e Mon Sep 17 00:00:00 2001 From: Liu-Cheng Xu Date: Wed, 24 Feb 2021 09:56:32 +0800 Subject: [PATCH] Update to the latest master of Substrate Ref https://github.com/paritytech/substrate/issues/8117 --- Cargo.lock | 4048 ++++++++++++------------------------- Cargo.toml | 88 + cli/Cargo.toml | 4 +- rpc/src/lib.rs | 1 - runtime/chainx/src/lib.rs | 2 +- runtime/dev/src/lib.rs | 2 +- runtime/malan/src/lib.rs | 2 +- service/src/client.rs | 4 +- service/src/lib.rs | 15 +- 9 files changed, 1433 insertions(+), 2733 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09c4fd07a..5944176d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,9 +175,9 @@ dependencies = [ [[package]] name = "async-channel" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9" +checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319" dependencies = [ "concurrent-queue", "event-listener", @@ -254,13 +254,13 @@ dependencies = [ [[package]] name = "async-process" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda" +checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b" dependencies = [ "async-io", "blocking", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "event-listener", "futures-lite", "once_cell", @@ -279,7 +279,7 @@ dependencies = [ "async-io", "async-lock", "async-process", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.2", "futures-channel", "futures-core", "futures-io", @@ -326,6 +326,19 @@ dependencies = [ "pin-project-lite 0.2.4", ] +[[package]] +name = "asynchronous-codec" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690" +dependencies = [ + "bytes 1.0.1", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite 0.2.4", +] + [[package]] name = "atomic" version = "0.5.0" @@ -580,9 +593,9 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf" +checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d" dependencies = [ "memchr", ] @@ -598,9 +611,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.6.0" +version = "3.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9" +checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" [[package]] name = "byte-slice-cast" @@ -673,9 +686,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.66" +version = "1.0.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" +checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" dependencies = [ "jobserver", ] @@ -742,7 +755,7 @@ dependencies = [ "chainx-service", "dev-runtime", "frame-benchmarking-cli", - "futures 0.3.12", + "futures 0.3.13", "hex", "hex-literal", "jsonrpc-pubsub", @@ -753,30 +766,30 @@ dependencies = [ "parking_lot 0.11.1", "sc-authority-discovery", "sc-basic-authorship", - "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec", "sc-cli", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-slots", + "sc-executor", + "sc-finality-grandpa", "sc-finality-grandpa-warp-sync", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-network", + "sc-rpc", + "sc-service", + "sc-telemetry", + "sc-transaction-pool", "serde", "serde_json", "sp-authority-discovery", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-grandpa 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-runtime", + "sp-transaction-pool", "structopt", "substrate-build-script-utils", "xp-assets-registrar", @@ -792,9 +805,9 @@ version = "2.0.8-1" dependencies = [ "chainx-runtime", "dev-runtime", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "malan-runtime", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor", "xp-io", ] @@ -805,10 +818,10 @@ dependencies = [ "frame-system", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -822,27 +835,27 @@ dependencies = [ "jsonrpc-pubsub", "pallet-transaction-payment-rpc", "parity-scale-codec", - "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", "sc-consensus-babe-rpc", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-epochs", + "sc-finality-grandpa", "sc-finality-grandpa-rpc", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-keystore", + "sc-rpc", + "sc-rpc-api", + "sc-service", "sc-sync-state-rpc", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-transaction-pool", "substrate-frame-rpc-system", "xpallet-assets-rpc", "xpallet-assets-rpc-runtime-api", @@ -866,7 +879,7 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "chainx-runtime-common", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive", "frame-support", "frame-system", @@ -903,19 +916,19 @@ dependencies = [ "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", "substrate-wasm-builder", "xp-gateway-bitcoin", @@ -957,7 +970,7 @@ dependencies = [ "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", "static_assertions", ] @@ -971,36 +984,36 @@ dependencies = [ "chainx-runtime", "dev-runtime", "frame-system-rpc-runtime-api", - "futures 0.3.12", + "futures 0.3.13", "malan-runtime", "pallet-transaction-payment-rpc-runtime-api", "sc-authority-discovery", "sc-basic-authorship", - "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-slots", + "sc-executor", + "sc-finality-grandpa", + "sc-network", + "sc-rpc", + "sc-service", + "sc-telemetry", + "sc-transaction-pool", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-grandpa 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-transaction-pool", "xpallet-assets-rpc-runtime-api", "xpallet-dex-spot-rpc-runtime-api", "xpallet-gateway-common-rpc-runtime-api", @@ -1025,9 +1038,9 @@ dependencies = [ [[package]] name = "cid" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d88f30b1e74e7063df5711496f3ee6e74a9735d62062242d70cddf77717f18e" +checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768" dependencies = [ "multibase", "multihash", @@ -1087,12 +1100,6 @@ dependencies = [ "cache-padded", ] -[[package]] -name = "const_fn" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" - [[package]] name = "constant_time_eq" version = "0.1.5" @@ -1247,7 +1254,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" dependencies = [ "cfg-if 1.0.0", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.2", ] [[package]] @@ -1268,8 +1275,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" dependencies = [ "cfg-if 1.0.0", - "crossbeam-epoch 0.9.1", - "crossbeam-utils 0.8.1", + "crossbeam-epoch 0.9.2", + "crossbeam-utils 0.8.2", ] [[package]] @@ -1289,14 +1296,14 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" +checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00" dependencies = [ "cfg-if 1.0.0", - "const_fn", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.2", "lazy_static", + "loom", "memoffset 0.6.1", "scopeguard", ] @@ -1325,13 +1332,14 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" +checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3" dependencies = [ "autocfg", "cfg-if 1.0.0", "lazy_static", + "loom", ] [[package]] @@ -1371,9 +1379,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10bcb9d7dcbf7002aaffbb53eac22906b64cdcc127971dcc387d8eb7c95d5560" +checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19" dependencies = [ "quote", "syn", @@ -1459,7 +1467,7 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "chainx-runtime-common", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive", "frame-support", "frame-system", @@ -1497,19 +1505,19 @@ dependencies = [ "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", "substrate-wasm-builder", "xp-gateway-bitcoin", @@ -1750,7 +1758,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", ] [[package]] @@ -1817,12 +1825,12 @@ dependencies = [ [[package]] name = "finality-grandpa" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cd795898c348a8ec9edc66ec9e014031c764d4c88cc26d09b492cd93eb41339" +checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c" dependencies = [ "either", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "log", "num-traits", @@ -1870,25 +1878,16 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632b95f97f332b2ff5bc3a42bc8e28772b067e333830e03fd046504f11cd0fb8" -dependencies = [ - "parity-scale-codec", -] - -[[package]] -name = "fork-tree" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", ] [[package]] name = "form_urlencoded" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" +checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" dependencies = [ "matches", "percent-encoding 2.1.0", @@ -1905,72 +1904,86 @@ dependencies = [ "linregress", "parity-scale-codec", "paste 1.0.4", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", +] + +[[package]] +name = "frame-benchmarking" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" +dependencies = [ + "frame-support", + "frame-system", + "linregress", + "parity-scale-codec", + "paste 1.0.4", + "sp-api", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", ] [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2921b7890c5e4421a0b2eafbf835417eed8127b1cec3e1a0389515069f11d219" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "Inflector", "chrono", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "handlebars", "parity-scale-codec", "sc-cli", - "sc-client-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-db", + "sc-executor", + "sc-service", + "serde", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "structopt", ] [[package]] name = "frame-executive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1da8fd471442bee91b9b3f587ec832e3f47800374fdb89b4a66591cd7c42b29f" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] name = "frame-metadata" version = "13.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "073f7bef18421362441a1708f8528e442234954611f95bdc554b313fb321948e" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-std", ] [[package]] name = "frame-support" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e521e6214615bd82ba6b5fc7fd40a9cc14fdeb40f83da5eba12aa2f8179fb8" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "bitflags", "frame-metadata", @@ -1982,22 +1995,21 @@ dependencies = [ "paste 1.0.4", "serde", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", ] [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2668e24cbaba7f0e91d0c92a94bd1ae425a942608ad0b775db32477f5df4da9e" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2009,8 +2021,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4f88cfd111e004590f4542b75e6d3302137b9067d7e7219e4ac47a535c3b5c1" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2022,8 +2033,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79285388b120ac96c15a791c56b26b9264f7231324fbe0fd05026acd92bf2e6a" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "proc-macro2", "quote", @@ -2033,18 +2043,17 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5fedbff05d665c00bf4e089b4377fcb15b8bd37ebc3e5fc06665474cf6e25d7" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "impl-trait-for-tuples 0.2.1", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", ] [[package]] @@ -2053,23 +2062,22 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e93602f58cdab9820b6d607b7b50834d9b878efa33405a65c89ebfb5a596b584" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "parity-scale-codec", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cb9d2f86a903fdee4ca3d660c767e69a743cee8aeb103563a14ea52e9f0001d" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", ] [[package]] @@ -2120,9 +2128,9 @@ checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed" [[package]] name = "futures" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150" +checksum = "7f55667319111d593ba876406af7c409c0ebb44dc4be6132a783ccf163ea14c1" dependencies = [ "futures-channel", "futures-core", @@ -2135,9 +2143,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846" +checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939" dependencies = [ "futures-core", "futures-sink", @@ -2145,9 +2153,9 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65" +checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94" [[package]] name = "futures-cpupool" @@ -2166,7 +2174,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9" dependencies = [ "futures 0.1.30", - "futures 0.3.12", + "futures 0.3.13", "lazy_static", "log", "parking_lot 0.9.0", @@ -2177,9 +2185,9 @@ dependencies = [ [[package]] name = "futures-executor" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9" +checksum = "891a4b7b96d84d5940084b2a37632dd65deeae662c114ceaa2c879629c9c0ad1" dependencies = [ "futures-core", "futures-task", @@ -2189,9 +2197,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500" +checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59" [[package]] name = "futures-lite" @@ -2210,9 +2218,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd" +checksum = "ea405816a5139fb39af82c2beb921d52143f556038378d6db21183a5c37fbfb7" dependencies = [ "proc-macro-hack", "proc-macro2", @@ -2233,18 +2241,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6" +checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3" [[package]] name = "futures-task" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86" -dependencies = [ - "once_cell", -] +checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80" [[package]] name = "futures-timer" @@ -2260,9 +2265,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b" +checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1" dependencies = [ "futures 0.1.30", "futures-channel", @@ -2285,6 +2290,19 @@ version = "0.3.55" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" +[[package]] +name = "generator" +version = "0.6.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9fed24fd1e18827652b4d55652899a1e9da8e54d91624dc3437a5bc3a9f9a9c" +dependencies = [ + "cc", + "libc", + "log", + "rustversion", + "winapi 0.3.9", +] + [[package]] name = "generic-array" version = "0.12.3" @@ -2428,9 +2446,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "3.5.2" +version = "3.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "964d0e99a61fe9b1b347389b77ebf8b7e1587b70293676aaca7d27e59b9073b2" +checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d" dependencies = [ "log", "pest", @@ -2577,9 +2595,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.3.4" +version = "1.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" +checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" [[package]] name = "httpdate" @@ -2598,9 +2616,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.12.35" +version = "0.12.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" +checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" dependencies = [ "bytes 0.4.12", "futures 0.1.30", @@ -2628,9 +2646,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.13.9" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" +checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" dependencies = [ "bytes 0.5.6", "futures-channel", @@ -2642,7 +2660,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.4", + "pin-project 1.0.5", "socket2", "tokio 0.2.25", "tower-service", @@ -2659,7 +2677,7 @@ dependencies = [ "bytes 0.5.6", "ct-logs", "futures-util", - "hyper 0.13.9", + "hyper 0.13.10", "log", "rustls 0.18.1", "rustls-native-certs", @@ -2681,9 +2699,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" +checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21" dependencies = [ "matches", "unicode-bidi", @@ -2718,7 +2736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85" dependencies = [ "async-io", - "futures 0.3.12", + "futures 0.3.13", "futures-lite", "if-addrs", "ipnet", @@ -2802,7 +2820,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 2.0.2", ] @@ -2916,7 +2934,7 @@ version = "15.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7" dependencies = [ - "hyper 0.12.35", + "hyper 0.12.36", "jsonrpc-core", "jsonrpc-server-utils", "log", @@ -3066,9 +3084,9 @@ checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a" [[package]] name = "libc" -version = "0.2.84" +version = "0.2.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff" +checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" [[package]] name = "libloading" @@ -3088,16 +3106,15 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.34.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5133112ce42be9482f6a87be92a605dd6bbc9e93c297aee77d172ff06908f3a" +checksum = "adc225a49973cf9ab10d0cdd6a4b8f0cda299df9b760824bbb623f15f8f0c95a" dependencies = [ "atomic", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "lazy_static", "libp2p-core", - "libp2p-core-derive", "libp2p-deflate", "libp2p-dns", "libp2p-floodsub", @@ -3112,6 +3129,7 @@ dependencies = [ "libp2p-pnet", "libp2p-request-response", "libp2p-swarm", + "libp2p-swarm-derive", "libp2p-tcp", "libp2p-uds", "libp2p-wasm-ext", @@ -3119,23 +3137,23 @@ dependencies = [ "libp2p-yamux", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "smallvec 1.6.1", "wasm-timer", ] [[package]] name = "libp2p-core" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dad04d3cef6c1df366a6ab58c9cf8b06497699e335d83ac2174783946ff847d6" +checksum = "8a2d56aadc2c2bf22cd7797f86e56a65b5b3994a0136b65be3106938acae7a26" dependencies = [ "asn1_der", "bs58 0.4.0", "ed25519-dalek", "either", "fnv", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "lazy_static", "libsecp256k1", @@ -3144,7 +3162,7 @@ dependencies = [ "multistream-select", "parity-multiaddr", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "prost", "prost-build", "rand 0.7.3", @@ -3153,21 +3171,11 @@ dependencies = [ "sha2 0.9.3", "smallvec 1.6.1", "thiserror", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", "void", "zeroize", ] -[[package]] -name = "libp2p-core-derive" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4bc40943156e42138d22ed3c57ff0e1a147237742715937622a99b10fbe0156" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "libp2p-deflate" version = "0.27.1" @@ -3175,7 +3183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345" dependencies = [ "flate2", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", ] @@ -3185,7 +3193,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "log", ] @@ -3198,7 +3206,7 @@ checksum = "b3c63dfa06581b24b1d12bf9815b43689a784424be217d6545c800c7c75a207f" dependencies = [ "cuckoofilter", "fnv", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", "log", @@ -3210,16 +3218,16 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12451ba9493e87c91baf2a6dffce9ddf1fbc807a0861532d7cf477954f8ebbee" +checksum = "502dc5fcbfec4aa1c63ef3f7307ffe20e90c1a1387bf23ed0bec087f2dde58a1" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.0", "base64 0.13.0", "byteorder", "bytes 1.0.1", "fnv", - "futures 0.3.12", + "futures 0.3.13", "hex_fmt", "libp2p-core", "libp2p-swarm", @@ -3230,7 +3238,7 @@ dependencies = [ "regex", "sha2 0.9.3", "smallvec 1.6.1", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", "wasm-timer", ] @@ -3240,7 +3248,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", "log", @@ -3252,16 +3260,16 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "456f5de8e283d7800ca848b9b9a4e2a578b790bd8ae582b885e831353cf0e5df" +checksum = "cf3da6c9acbcc05f93235d201d7d45ef4e8b88a45d8836f98becd8b4d443f066" dependencies = [ "arrayvec 0.5.2", - "asynchronous-codec", + "asynchronous-codec 0.6.0", "bytes 1.0.1", "either", "fnv", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", "log", @@ -3271,21 +3279,21 @@ dependencies = [ "sha2 0.9.3", "smallvec 1.6.1", "uint", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", "void", "wasm-timer", ] [[package]] name = "libp2p-mdns" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b974db63233fc0e199f4ede7794294aae285c96f4b6010f853eac4099ef08590" +checksum = "0e9e6374814d1b118d97ccabdfc975c8910bd16dc38a8bc058eeb08bf2080fe1" dependencies = [ "async-io", "data-encoding", "dns-parser", - "futures 0.3.12", + "futures 0.3.13", "if-watch", "lazy_static", "libp2p-core", @@ -3299,20 +3307,20 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2705dc94b01ab9e3779b42a09bbf3712e637ed213e875c30face247291a85af0" +checksum = "350ce8b3923594aedabd5d6e3f875d058435052a29c3f32df378bc70d10be464" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "log", "nohash-hasher", "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", ] [[package]] @@ -3323,7 +3331,7 @@ checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778" dependencies = [ "bytes 1.0.1", "curve25519-dalek 3.0.2", - "futures 0.3.12", + "futures 0.3.13", "lazy_static", "libp2p-core", "log", @@ -3343,7 +3351,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", "log", @@ -3354,18 +3362,18 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e8c1ec305c9949351925cdc7196b9570f4330477f5e47fbf5bb340b57e26ed" +checksum = "9d58defcadb646ae4b033e130b48d87410bf76394dc3335496cae99dac803e61" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.6.0", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "log", "prost", "prost-build", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", "void", ] @@ -3375,9 +3383,9 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "log", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "salsa20", "sha3", @@ -3385,13 +3393,13 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37637a4b33b5390322ccc068a33897d0aa541daf4fec99f6a7efbf37295346e" +checksum = "10e5552827c33d8326502682da73a0ba4bfa40c1b55b216af3c303f32169dd89" dependencies = [ "async-trait", "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "libp2p-swarm", "log", @@ -3399,18 +3407,18 @@ dependencies = [ "minicbor", "rand 0.7.3", "smallvec 1.6.1", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", "wasm-timer", ] [[package]] name = "libp2p-swarm" -version = "0.27.1" +version = "0.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4f89ebb4d8953bda12623e9871959fe728dea3bf6eae0421dc9c42dc821e488" +checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98" dependencies = [ "either", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "log", "rand 0.7.3", @@ -3419,14 +3427,24 @@ dependencies = [ "wasm-timer", ] +[[package]] +name = "libp2p-swarm-derive" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c564ebaa36a64839f51eaddb0243aaaa29ce64affb56129193cc3248b72af273" +dependencies = [ + "quote", + "syn", +] + [[package]] name = "libp2p-tcp" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dbd3d7076a478ac5a6aca55e74bdc250ac539b95de09b9d09915e0b8d01a6b2" +checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b" dependencies = [ "async-io", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "if-watch", "ipnet", @@ -3443,7 +3461,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487" dependencies = [ "async-std", - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "log", ] @@ -3454,7 +3472,7 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "js-sys", "libp2p-core", "parity-send-wrapper", @@ -3469,24 +3487,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22" dependencies = [ "either", - "futures 0.3.12", + "futures 0.3.13", "futures-rustls", "libp2p-core", "log", "quicksink", "rw-stream-sink", "soketto", - "url 2.2.0", + "url 2.2.1", "webpki-roots", ] [[package]] name = "libp2p-yamux" -version = "0.30.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "490b8b27fc40fe35212df1b6a3d14bffaa4117cbff956fdc2892168a371102ad" +checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p-core", "parking_lot 0.11.1", "thiserror", @@ -3567,7 +3585,7 @@ dependencies = [ "digest 0.9.0", "light-bitcoin-primitives", "ripemd160", - "sha-1 0.9.2", + "sha-1 0.9.4", "sha2 0.9.3", "siphasher", ] @@ -3729,11 +3747,22 @@ dependencies = [ "winapi 0.3.9", ] +[[package]] +name = "loom" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4" +dependencies = [ + "cfg-if 1.0.0", + "generator", + "scoped-tls", +] + [[package]] name = "lru" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aae342b73d57ad0b8b364bd12584819f2c1fe9114285dfcf8b0722607671635" +checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" dependencies = [ "hashbrown", ] @@ -3753,7 +3782,7 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "chainx-runtime-common", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-executive", "frame-support", "frame-system", @@ -3791,19 +3820,19 @@ dependencies = [ "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", "sp-authority-discovery", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-block-builder", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-transaction-pool", + "sp-version", "static_assertions", "substrate-wasm-builder", "xp-gateway-bitcoin", @@ -3876,9 +3905,9 @@ checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" [[package]] name = "memmap2" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e73be3b7d04a0123e933fea1d50d126cc7196bbc0362c0ce426694f777194eee" +checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" dependencies = [ "libc", ] @@ -4092,16 +4121,16 @@ checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333" [[package]] name = "multistream-select" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840" +checksum = "5df70763c86c98487451f307e1b68b4100da9076f4c12146905fc2054277f4e8" dependencies = [ "bytes 1.0.1", - "futures 0.3.12", + "futures 0.3.13", "log", - "pin-project 1.0.4", + "pin-project 1.0.5", "smallvec 1.6.1", - "unsigned-varint 0.6.0", + "unsigned-varint 0.7.0", ] [[package]] @@ -4133,12 +4162,12 @@ dependencies = [ [[package]] name = "nb-connect" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998" +checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f" dependencies = [ "libc", - "winapi 0.3.9", + "socket2", ] [[package]] @@ -4255,9 +4284,9 @@ checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4" [[package]] name = "once_cell" -version = "1.5.2" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" +checksum = "4ad167a2f54e832b82dbe003a046280dceffe5227b5f79e08e363a29638cfddd" dependencies = [ "parking_lot 0.11.1", ] @@ -4302,9 +4331,9 @@ dependencies = [ "orml-utilities", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4320,9 +4349,9 @@ dependencies = [ "orml-utilities", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4335,9 +4364,9 @@ dependencies = [ "funty", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4360,35 +4389,33 @@ dependencies = [ "pallet-session", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47433a94141451e7079aabf3ca28f2bde8c642d84b568be9626e9b7cae8b11b1" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples 0.2.1", "parity-scale-codec", - "sp-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-authorship", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff7cb57d8df5fb919529ad6553ab4e49260592ed03f2a68a42b2bc53d644949" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "pallet-authorship", @@ -4396,269 +4423,252 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-vrf", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-timestamp", ] [[package]] name = "pallet-balances" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41aaeaf084e594273f82bcbf96416ef1fcab602e15dd1df04b9930eceb2eb518" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-bounties" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0e6b704c712d51d146baa9fc0215a23215d222b8deab7c3270eb51ff2a09d1d" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "pallet-treasury", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-collective" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe826f3bfb984b3dd8d6675d7d156ba4c0877ee562bf59d86a4e805b7737dcb1" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-democracy" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2be1b6b34f7208d4e85bb2129de6ed319e43e2cf7ae6fc8f3e32797f55724b" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-elections-phragmen" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3adf1233ea7b9129a40247ac04650bb6ccb3f8f6e714df75cb65ac65185fdd33" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", "sp-npos-elections", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c012cb0337ce1eaf0685be2777bce1ef8c5d7b7be77ea33916c316b40af43fa" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "pallet-authorship", "pallet-session", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-grandpa 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-core", + "sp-finality-grandpa", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-identity" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bbbf9b67df31ea9fc579ec166aab6da9acabac2f5caf0d954cfb24821466420" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "enumflags2", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5149e46f347bfcf7852693a6c2b6143ace94ae1fc2a81ac87a99c92f027329b" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "pallet-authorship", "parity-scale-codec", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-indices" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c080576a1fbb1187b7da9f4cba739076bbb197f44964892b2d392755920bbf63" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keyring", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-keyring 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-membership" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531c600ffd1f92cc510ecfb59a94d0c81af8fc57c8b920d0858f39ea9f8ad060" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775556e56d1b9ab9a2437b8ea281bb16d7aadda8f309213d6d72d0a6a4c6fec4" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-offences" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ed59a0c9489ccf9d20d934dfdffcddc705685035bf8a2e2a8fdad0134eef50" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "pallet-proxy" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b3aeaa4977795fce9a1b19d0bd0f0819602b18eb262fdaea1be620f0efe55c" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3ea6fa9aa36735ec11d7ec4d97dd6472650c0656fdc6d4adaca2578bd71134" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "safe-mix", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11230ac868a04833d27a18f37d00572d26866f4718e9cce0557d698e3997b6d6" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-session" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d243c3ccac56a4c55fade6be5c5af1de07fac374fa7856377980a76b0c193cf" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", @@ -4666,115 +4676,108 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "sp-trie", ] [[package]] name = "pallet-sudo" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a96774302e3824b7924c2465935ca4d558ea5f6a762c043fbc45fd2646ce89" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17dd274716a55a2c3e34d9c0ed66aaac3d7e0393ec9fd985e2b8532d697a7f3" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "frame-benchmarking", + "frame-benchmarking 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", "frame-support", "frame-system", "impl-trait-for-tuples 0.2.1", "parity-scale-codec", "serde", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] name = "pallet-tips" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1b9cc9f7841bf71c0a94479862e9dea5dfdd39a0dd28bb7fbe88e6c6c78f693" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "pallet-treasury", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e10dc1a10dd3f52edb20d3885cf5b2b16f26273a4d93e61331c6691fb13ab3" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", "smallvec 1.6.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7835717b7d8fb59c33dd73f083c68a6d143a1dbe6029364c63ea7f4cb0ba3f9c" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a92d3383260d0d19d9a36f40766d48d779fd19baccba8b20c3e7d2670a26ee1" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-runtime", ] [[package]] name = "pallet-treasury" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d19f881664d42d1c33dd67e690d6bddd35d38723fcc099b19304f9723fc3070c" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", @@ -4782,24 +4785,23 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcd63d1b336800d155ab60ee918afd111f7449e44cec936f460d555e850fa93b" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -4820,9 +4822,9 @@ dependencies = [ [[package]] name = "parity-multiaddr" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bfda2e46fc5e14122649e2645645a81ee5844e0fb2e727ef560cc71a8b2d801" +checksum = "d2c6805f98667a3828afb2ec2c396a8d610497e8d546f5447188aae47c5a79ec" dependencies = [ "arrayref", "bs58 0.4.0", @@ -4832,8 +4834,8 @@ dependencies = [ "percent-encoding 2.1.0", "serde", "static_assertions", - "unsigned-varint 0.6.0", - "url 2.2.0", + "unsigned-varint 0.7.0", + "url 2.2.1", ] [[package]] @@ -4943,7 +4945,7 @@ dependencies = [ "rand 0.7.3", "sha-1 0.8.2", "slab", - "url 2.2.0", + "url 2.2.1", ] [[package]] @@ -4981,7 +4983,7 @@ checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" dependencies = [ "instant", "lock_api 0.4.2", - "parking_lot_core 0.8.2", + "parking_lot_core 0.8.3", ] [[package]] @@ -5015,14 +5017,14 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272" +checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.1.57", + "redox_syscall 0.2.5", "smallvec 1.6.1", "winapi 0.3.9", ] @@ -5159,11 +5161,11 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" +checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" dependencies = [ - "pin-project-internal 1.0.4", + "pin-project-internal 1.0.5", ] [[package]] @@ -5179,9 +5181,9 @@ dependencies = [ [[package]] name = "pin-project-internal" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" +checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" dependencies = [ "proc-macro2", "quote", @@ -5434,9 +5436,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" +checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" dependencies = [ "proc-macro2", ] @@ -5492,7 +5494,7 @@ checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha 0.3.0", - "rand_core 0.6.1", + "rand_core 0.6.2", "rand_hc 0.3.0", ] @@ -5513,7 +5515,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" dependencies = [ "ppv-lite86", - "rand_core 0.6.1", + "rand_core 0.6.2", ] [[package]] @@ -5542,9 +5544,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" dependencies = [ "getrandom 0.2.2", ] @@ -5573,7 +5575,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" dependencies = [ - "rand_core 0.6.1", + "rand_core 0.6.2", ] [[package]] @@ -5622,7 +5624,7 @@ checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" dependencies = [ "crossbeam-channel", "crossbeam-deque 0.8.0", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.2", "lazy_static", "num_cpus", ] @@ -5644,9 +5646,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" [[package]] name = "redox_syscall" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570" +checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9" dependencies = [ "bitflags", ] @@ -5669,7 +5671,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ "getrandom 0.2.2", - "redox_syscall 0.2.4", + "redox_syscall 0.2.5", ] [[package]] @@ -5760,9 +5762,9 @@ checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1" [[package]] name = "ring" -version = "0.16.19" +version = "0.16.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226" +checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" dependencies = [ "cc", "libc", @@ -5813,7 +5815,7 @@ dependencies = [ "base64 0.13.0", "blake2b_simd", "constant_time_eq", - "crossbeam-utils 0.8.1", + "crossbeam-utils 0.8.2", ] [[package]] @@ -5881,13 +5883,19 @@ dependencies = [ "security-framework", ] +[[package]] +name = "rustversion" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" + [[package]] name = "rw-stream-sink" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "pin-project 0.4.27", "static_assertions", ] @@ -5928,13 +5936,12 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824289f1d0774844956e95968f866fe3cf784a3e19bb673836ad1dbb5b14348f" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "async-trait", "derive_more", "either", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "libp2p", "log", @@ -5942,136 +5949,83 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-network", "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", "sp-authority-discovery", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de86afb63617599821312bda08882451ff2b49d9c45e22513ddff5a07c6d966e" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "log", "parity-scale-codec", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", + "sc-client-api", "sc-proposer-metrics", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-block-builder" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9862161f9d09d870401c7256c89ad1eb3afa56a61f7d7135c2bac76ff7152955" -dependencies = [ - "parity-scale-codec", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-transaction-pool", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sc-chain-spec" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d97030776b49bc9c109e2d349212d8f2500637761048e1af5b7ce2dfd994c7" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "impl-trait-for-tuples 0.2.1", "parity-scale-codec", - "sc-chain-spec-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde", - "serde_json", - "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "impl-trait-for-tuples 0.2.1", "parity-scale-codec", - "sc-chain-spec-derive 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-chain-spec-derive", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-finality-grandpa", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-chain-spec", + "sp-consensus-babe", + "sp-core", + "sp-runtime", ] [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f14985513db9798fcedea58bdc8a08f1c6b3a515d6546ced7467b059b7982c4" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sc-chain-spec-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6082,12 +6036,11 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ec1647b5c1483fa05f7f32e436d0e378e2f3d5696a5a30bddf66f5faf28acb4" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "chrono", "fdlimit", - "futures 0.3.12", + "futures 0.3.13", "hex", "libp2p", "log", @@ -6096,22 +6049,22 @@ dependencies = [ "rand 0.7.3", "regex", "rpassword", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-service 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-keystore", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", "serde", "serde_json", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keyring", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain", + "sp-core", + "sp-keyring 3.0.0 (git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566)", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-utils", + "sp-version", "structopt", "thiserror", "tiny-bip39", @@ -6121,107 +6074,41 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56d8b2c8dc0cee9ac56e87ad50c980edbdeb35bdd5b5d9da4ae90567423363be" -dependencies = [ - "derive_more", - "fnv", - "futures 0.3.12", - "hash-db", - "kvdb", - "lazy_static", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-client-api" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", "fnv", - "futures 0.3.12", + "futures 0.3.13", "hash-db", "kvdb", "lazy_static", "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sc-client-db" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5741e447d71ff36c147f961b2271b6b3fad0cc347e96936bc8b63ddffa594b27" -dependencies = [ - "blake2-rfc", - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-state-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-transaction-pool", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "blake2-rfc", "hash-db", @@ -6234,52 +6121,39 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-state-db 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sc-executor", + "sc-state-db", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99f20cc8b8a74e218365ac4187bce26ea631d58d221caa1797bc6ec8056dba33" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sp-blockchain", + "sp-consensus", + "sp-runtime", ] [[package]] -name = "sc-consensus" +name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d52048476e0fcb53feae8ca919a602104f1ba0b89a729b496440f36b332961" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.12", + "fork-tree", + "futures 0.3.13", "futures-timer 3.0.2", "log", "merlin", @@ -6291,218 +6165,114 @@ dependencies = [ "pdqselect", "rand 0.7.3", "retain_mut", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-uncles 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-consensus-epochs", + "sc-consensus-slots", + "sc-consensus-uncles", + "sc-keystore", + "sc-telemetry", "schnorrkel", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "derive_more", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "futures 0.3.12", - "futures-timer 3.0.2", - "log", - "merlin", - "num-bigint", - "num-rational", - "num-traits", - "parity-scale-codec", - "parking_lot 0.11.1", - "pdqselect", - "rand 0.7.3", - "retain_mut", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-consensus-epochs 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-consensus-uncles 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "schnorrkel", - "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-babe 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5ddc4720f72196a39fcde1eb54bac1cc39a036fad913c1067320e85b0c50f8" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-rpc-api", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "326313ffb249a526e8ee8e08af9fdf0c4459cebeaa760b934e9df3985b68e4df" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fork-tree", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-consensus-epochs" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76e09ff8b680d449102da9717a70c3bbbbb981fd4cf1bfbafc1739d954eb0898" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-trie", "thiserror", ] -[[package]] -name = "sc-consensus-slots" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "futures 0.3.12", - "futures-timer 3.0.2", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "thiserror", -] - -[[package]] -name = "sc-consensus-uncles" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37294bae6d787eecf2b15255dc75cd559b4ad813e0efcf28cd4423e218931b80" -dependencies = [ - "log", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-authorship 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-authorship 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sp-authorship", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", ] [[package]] name = "sc-executor" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bace6a35999d2da7311d8fb98a29c1e89dbf0d14e50ac14140f2c38089819f46" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", "lazy_static", @@ -6511,80 +6281,35 @@ dependencies = [ "parity-scale-codec", "parity-wasm 0.41.0", "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor-wasmi 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common", + "sc-executor-wasmi", "sc-executor-wasmtime", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-serializer 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tasks 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi", -] - -[[package]] -name = "sc-executor" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "derive_more", - "lazy_static", - "libsecp256k1", - "log", - "parity-scale-codec", - "parity-wasm 0.41.0", - "parking_lot 0.11.1", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-executor-wasmi 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-tasks 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-serializer", + "sp-tasks", + "sp-trie", + "sp-version", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-common" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87004102a8e95f432f1c624c7fa7fb0edc5995db2e0fcbabbb697f1955e7c1d2" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", "parity-scale-codec", "parity-wasm 0.41.0", - "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-serializer 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasmi", -] - -[[package]] -name = "sc-executor-common" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "derive_more", - "parity-scale-codec", - "parity-wasm 0.41.0", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-serializer 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-allocator", + "sp-core", + "sp-serializer", + "sp-wasm-interface", "thiserror", "wasmi", ] @@ -6592,301 +6317,184 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3d7b6db2df5f2c24848883a855a8276363f00cef5b49744974f7e1203bf274" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", "parity-scale-codec", - "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi", -] - -[[package]] -name = "sc-executor-wasmi" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "log", - "parity-scale-codec", - "sc-executor-common 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-allocator 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-executor-common", + "sp-allocator", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24673c981fad2dff4398a09a1086579e2774f18d81639fa2bd9cb215e6dd9e36" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", "parity-scale-codec", "parity-wasm 0.41.0", "pwasm-utils", - "sc-executor-common 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-executor-common", "scoped-tls", - "sp-allocator 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-allocator", + "sp-core", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7e87e63c57933e173a8643ff197b579e3fc5c91b16ca006096f482de8159318" -dependencies = [ - "derive_more", - "finality-grandpa", - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.12", - "futures-timer 3.0.2", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.4", - "rand 0.7.3", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network-gossip 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-finality-grandpa 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-finality-grandpa" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", + "dyn-clone", "finality-grandpa", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "futures 0.3.12", + "fork-tree", + "futures 0.3.13", "futures-timer 3.0.2", "linked-hash-map", "log", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network-gossip 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-gossip", + "sc-telemetry", "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-finality-grandpa 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-finality-grandpa", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145cb4dfafa73269565857c43e204d71f6334c7f1260b783bb5942a6a4e77831" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", "finality-grandpa", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "jsonrpc-pubsub", "log", "parity-scale-codec", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-finality-grandpa", + "sc-rpc", "serde", "serde_json", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain", + "sp-core", + "sp-runtime", ] [[package]] name = "sc-finality-grandpa-warp-sync" -version = "0.8.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +version = "0.9.0" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "log", "num-traits", "parity-scale-codec", "parking_lot 0.11.1", "prost", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-finality-grandpa 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-service 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sc-finality-grandpa", + "sc-network", + "sc-service", + "sp-blockchain", + "sp-runtime", ] [[package]] name = "sc-informant" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4c8994853e1158dc4f448b014aa83eef56ced214ec0af316eecf4a6ca3268f" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "ansi_term 0.12.1", - "futures 0.3.12", + "futures 0.3.13", "log", "parity-util-mem", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - -[[package]] -name = "sc-informant" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "ansi_term 0.12.1", - "futures 0.3.12", - "log", - "parity-util-mem", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sc-network", + "sp-blockchain", + "sp-runtime", + "sp-transaction-pool", + "sp-utils", "wasm-timer", ] [[package]] name = "sc-keystore" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d966ed36c404eced656bd63aad8a30d2c1a14633f07cd1d7d9c11b62f75a7905" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "async-trait", "derive_more", - "futures 0.3.12", + "futures 0.3.13", "futures-util", "hex", "merlin", "parking_lot 0.11.1", "rand 0.7.3", "serde_json", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-application-crypto", + "sp-core", + "sp-keystore", "subtle 2.4.0", ] -[[package]] -name = "sc-keystore" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.12", - "futures-util", - "hex", - "merlin", - "parking_lot 0.11.1", - "rand 0.7.3", - "serde_json", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "subtle 2.4.0", -] - -[[package]] -name = "sc-light" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e8dbcb2951f7cf76ddf97ed26dcef0dab79d76745de4a8f169d58236ea8704" -dependencies = [ - "hash-db", - "lazy_static", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "hash-db", "lazy_static", "parity-scale-codec", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sc-executor", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-externalities", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-network" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20fb4ed5d6b86faafb0743c8c2fd1c89b52cde7697373b254c7553800efaebbf" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "async-std", "async-trait", - "asynchronous-codec", + "asynchronous-codec 0.5.0", "bitflags", "bs58 0.4.0", "bytes 1.0.1", @@ -6895,8 +6503,8 @@ dependencies = [ "either", "erased-serde", "fnv", - "fork-tree 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "futures 0.3.12", + "fork-tree", + "futures 0.3.13", "futures-timer 3.0.2", "hex", "ip_network", @@ -6908,23 +6516,23 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "prost", "prost-build", "rand 0.7.3", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-peerset 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", + "sc-client-api", + "sc-peerset", "serde", "serde_json", "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", "unsigned-varint 0.6.0", "void", @@ -6932,285 +6540,112 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "async-std", - "async-trait", - "asynchronous-codec", - "bitflags", - "bs58 0.4.0", - "bytes 1.0.1", - "cid", - "derive_more", - "either", - "erased-serde", - "fnv", - "fork-tree 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "futures 0.3.12", - "futures-timer 3.0.2", - "hex", - "ip_network", - "libp2p", - "linked-hash-map", - "linked_hash_set", - "log", - "lru", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.11.1", - "pin-project 1.0.4", - "prost", - "prost-build", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-peerset 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "serde", - "serde_json", - "smallvec 1.6.1", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "thiserror", - "unsigned-varint 0.6.0", - "void", - "wasm-timer", - "zeroize", -] - -[[package]] -name = "sc-network-gossip" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2cd5487d6f8051863a186e2aea4c233a07bb691780d3b117c9d6ffe1ff9a8fe" -dependencies = [ - "futures 0.3.12", - "futures-timer 3.0.2", - "libp2p", - "log", - "lru", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "libp2p", "log", "lru", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-network", + "sp-runtime", + "substrate-prometheus-endpoint", "wasm-timer", ] [[package]] name = "sc-offchain" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7bc91fc71c128748a3393cb3421e12a7759ccffcc1cc4a9e6ff4ead6cc68ba48" -dependencies = [ - "bytes 0.5.6", - "fnv", - "futures 0.3.12", - "futures-timer 3.0.2", - "hyper 0.13.9", - "hyper-rustls", - "log", - "num_cpus", - "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "threadpool", -] - -[[package]] -name = "sc-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "bytes 0.5.6", "fnv", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", - "hyper 0.13.9", + "hyper 0.13.10", "hyper-rustls", "log", "num_cpus", "parity-scale-codec", "parking_lot 0.11.1", "rand 0.7.3", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sc-keystore", + "sc-network", + "sp-api", + "sp-core", + "sp-offchain", + "sp-runtime", + "sp-utils", "threadpool", ] [[package]] name = "sc-peerset" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce454e528e7797a239e734d0d66bf904d48be47aa92691ac7546a45ec32a64cf" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "libp2p", "log", "serde_json", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", -] - -[[package]] -name = "sc-peerset" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "futures 0.3.12", - "libp2p", - "log", - "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-utils", "wasm-timer", ] [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecfc2c6cc5dc0ecb1109cce9773b50ad9a3cdbf239dc702ef9071949244dcf3e" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-rpc" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "750397c6aa5a4f922cac99599ad74a4082e3e87553d51ceb4c48abfa056ff32c" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "hash-db", "jsonrpc-core", "jsonrpc-pubsub", "log", "parity-scale-codec", "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sc-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "futures 0.3.12", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-rpc-api 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-offchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sc-rpc-api" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc8393410297df2885efec20d0629a9833b4fd9e4ad83a92471e1ea0c11a0a54" -dependencies = [ - "derive_more", - "futures 0.3.12", - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "jsonrpc-pubsub", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", + "sc-block-builder", + "sc-client-api", + "sc-executor", + "sc-keystore", + "sc-rpc-api", + "sc-tracing", "serde_json", - "sp-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-chain-spec", + "sp-core", + "sp-keystore", + "sp-offchain", + "sp-rpc", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-utils", + "sp-version", ] [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", @@ -7220,37 +6655,18 @@ dependencies = [ "parking_lot 0.11.1", "serde", "serde_json", - "sp-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-rpc 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sc-rpc-server" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17c76164897bd3b0d04c2d6aeeb4d3492c86e324b0b08f408b847ea35421b589" -dependencies = [ - "futures 0.1.30", - "jsonrpc-core", - "jsonrpc-http-server", - "jsonrpc-ipc-server", - "jsonrpc-pubsub", - "jsonrpc-ws-server", - "log", - "serde", - "serde_json", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-chain-spec", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-transaction-pool", + "sp-version", ] [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -7261,20 +6677,19 @@ dependencies = [ "log", "serde", "serde_json", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] name = "sc-service" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9315b44eb991ca4f477d889bbd649a2b4b557f963fe48ec5a36c3422518e4a0" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "directories", "exit-future", "futures 0.1.30", - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "hash-db", "jsonrpc-core", @@ -7284,44 +6699,44 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", - "sc-block-builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-db 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-executor 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-informant 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-keystore 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-light 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-network 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-offchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-server 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-light", + "sc-network", + "sc-offchain", + "sc-rpc", + "sc-rpc-server", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", "serde", "serde_json", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-session 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-tracing", + "sp-transaction-pool", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", "tempfile", "thiserror", "tracing", @@ -7329,97 +6744,18 @@ dependencies = [ "wasm-timer", ] -[[package]] -name = "sc-service" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "directories", - "exit-future", - "futures 0.1.30", - "futures 0.3.12", - "futures-timer 3.0.2", - "hash-db", - "jsonrpc-core", - "jsonrpc-pubsub", - "lazy_static", - "log", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "pin-project 1.0.4", - "rand 0.7.3", - "sc-block-builder 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-chain-spec 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-client-db 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-executor 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-informant 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-keystore 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-light 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-network 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-offchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-rpc 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-rpc-server 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "serde", - "serde_json", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-block-builder 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-session 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "tempfile", - "thiserror", - "tracing", - "tracing-futures", - "wasm-timer", -] - -[[package]] -name = "sc-state-db" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f144043d5860ce133f701fa78679d6278f2dfc698686beb5f6d892c267e9d92" -dependencies = [ - "log", - "parity-scale-codec", - "parity-util-mem", - "parity-util-mem-derive", - "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", "parity-scale-codec", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sp-core", "thiserror", ] @@ -7432,56 +6768,33 @@ dependencies = [ "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", - "sc-chain-spec 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-babe 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-consensus-epochs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-finality-grandpa 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-finality-grandpa", + "sc-rpc-api", "serde_json", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-blockchain", + "sp-runtime", "thiserror", ] [[package]] name = "sc-telemetry" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d05040c594b331d90d7341e82c6dc6a3eb7bb2afb4e5dc9c36a79a6754166057" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "chrono", - "futures 0.3.12", + "futures 0.3.13", "libp2p", "log", "parking_lot 0.11.1", - "pin-project 1.0.4", + "pin-project 1.0.5", "rand 0.7.3", "serde", "serde_json", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "take_mut", - "tracing", - "tracing-subscriber", - "void", - "wasm-timer", -] - -[[package]] -name = "sc-telemetry" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "chrono", - "futures 0.3.12", - "libp2p", - "log", - "parking_lot 0.11.1", - "pin-project 1.0.4", - "rand 0.7.3", - "serde", - "serde_json", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-utils", "take_mut", "tracing", "tracing-subscriber", @@ -7492,8 +6805,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0a4aa327b8bc89d9c5ae57a2f493d8f54ccd706f6763614ab522559fe481d8" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "ansi_term 0.12.1", "atty", @@ -7504,39 +6816,11 @@ dependencies = [ "parking_lot 0.11.1", "regex", "rustc-hash", - "sc-telemetry 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-tracing-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-telemetry", + "sc-tracing-proc-macro", "serde", "serde_json", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "tracing", - "tracing-core", - "tracing-log", - "tracing-subscriber", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "sc-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "ansi_term 0.12.1", - "atty", - "erased-serde", - "lazy_static", - "log", - "once_cell", - "parking_lot 0.11.1", - "regex", - "rustc-hash", - "sc-telemetry 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-tracing-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "serde", - "serde_json", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-tracing", "thiserror", "tracing", "tracing-core", @@ -7549,94 +6833,32 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec18b0506911e6d624d9ea8f8cc5f503e7944a0fe7d37de95ee84033cf160ebc" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn", -] - -[[package]] -name = "sc-tracing-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sc-transaction-graph" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87b385b8f66cce185478c500ad3de8f4775ab0e948c31561aeac78a27bedc654" -dependencies = [ - "derive_more", - "futures 0.3.12", - "linked-hash-map", - "log", - "parity-util-mem", - "parking_lot 0.11.1", - "retain_mut", - "serde", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-transaction-graph" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "derive_more", - "futures 0.3.12", - "linked-hash-map", - "log", - "parity-util-mem", - "parking_lot 0.11.1", - "retain_mut", - "serde", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "thiserror", - "wasm-timer", + "syn", ] [[package]] -name = "sc-transaction-pool" +name = "sc-transaction-graph" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09f4331ea8da2ff45a9466637f90f5cc89f9d31fcd1cd20f74f2520b33bff069" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", - "futures-diagnose", - "intervalier", + "derive_more", + "futures 0.3.13", + "linked-hash-map", "log", - "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-transaction-graph 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "retain_mut", + "serde", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", + "sp-utils", "thiserror", "wasm-timer", ] @@ -7644,25 +6866,25 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-diagnose", "intervalier", "log", "parity-scale-codec", "parity-util-mem", "parking_lot 0.11.1", - "sc-client-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sc-transaction-graph 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-transaction-pool 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sc-client-api", + "sc-transaction-graph", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "sp-utils", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] @@ -7845,9 +7067,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" +checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" dependencies = [ "itoa", "ryu", @@ -7856,9 +7078,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.8.15" +version = "0.8.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "971be8f6e4d4a47163b405a3df70d14359186f9ab0f3a3ec37df144ca1ce089f" +checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23" dependencies = [ "dtoa", "linked-hash-map", @@ -7880,9 +7102,9 @@ dependencies = [ [[package]] name = "sha-1" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c" +checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f" dependencies = [ "block-buffer 0.9.0", "cfg-if 1.0.0", @@ -7945,9 +7167,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.1.17" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729" +checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f" dependencies = [ "libc", "signal-hook-registry", @@ -8045,88 +7267,45 @@ dependencies = [ "base64 0.12.3", "bytes 0.5.6", "flate2", - "futures 0.3.12", + "futures 0.3.13", "httparse", "log", "rand 0.7.3", - "sha-1 0.9.2", -] - -[[package]] -name = "sp-allocator" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec5f988ad0cabdb646318cb515a91e9d89062debc9728f9b634d73acab3f3f39" -dependencies = [ - "log", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", + "sha-1 0.9.4", ] [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "thiserror", -] - -[[package]] -name = "sp-api" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e63c3460d5daecf67df542c34c2bbd636214a5a200d4bddcfa2ffb9e72c346af" -dependencies = [ - "hash-db", - "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-std", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "hash-db", "parity-scale-codec", - "sp-api-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api-proc-macro", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-version", "thiserror", ] [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "289624f4fe0f61e63a5019ed26c3bc732b5145eb52796ac6053cd72656d947a1" -dependencies = [ - "blake2-rfc", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-api-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8138,167 +7317,85 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c52e2e6d43036b97c4fce1ed87c5262c1ffdc78c655ada4d3024a3f8094bdd2c" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-application-crypto" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-arithmetic" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f1c69966c192d1dee8521f0b29ece2b14db07b9b44d801a94e295234761645" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "integer-sqrt", - "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1031aceddda89a70b5dd888f177e1dbfccfb8889c43d0103a54edd3220d2ddce" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-authorship" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec68fb8e5a37548b06c14ee91a9c574cc330324c86d37810ec29dd4f8bc68d7" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-block-builder" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0adc979dbe619f56d664ebd1293dce13fcad6b8a47bcdd620ed53a454d330d12" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-blockchain" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8007c1ad8e9fb6cd8eed4e0fc91504a9ca4b228e1315302a2fbb0ac7f509f1b" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", - "log", - "lru", "parity-scale-codec", - "parking_lot 0.11.1", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-database 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "log", "lru", "parity-scale-codec", "parking_lot 0.11.1", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-database 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-consensus", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a24beb11980d0c755ead0c05f3f966c490e4a3730785c04c03855fada65d697" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "sp-chain-spec" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "serde", "serde_json", @@ -8307,52 +7404,25 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884db6c4b03f0f2fb2993127a2db95fc740fcd3496746dcaa6829c9868e7dc75" -dependencies = [ - "futures 0.3.12", - "futures-timer 3.0.2", - "libp2p", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-utils 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-version 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-prometheus-endpoint 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sp-consensus" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-timer 3.0.2", "libp2p", "log", "parity-scale-codec", "parking_lot 0.11.1", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-utils 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-version 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "substrate-prometheus-endpoint 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-utils", + "sp-version", + "substrate-prometheus-endpoint", "thiserror", "wasm-timer", ] @@ -8360,146 +7430,56 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a153085b1542b5cbe23686433cd36d1a634964f1b707671d0ffb01d8d9313047" -dependencies = [ - "merlin", - "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-slots 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-consensus-vrf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-timestamp 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-consensus-babe" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "merlin", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-slots 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-consensus-vrf 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-timestamp 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-consensus-slots" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32bd501ab76c827d74f145063cd8cb993a9f634dac93c9b0d909111cd5900a6a" -dependencies = [ - "parity-scale-codec", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-consensus-vrf", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", + "sp-timestamp", ] [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-consensus-vrf" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "030895d70bf3095c857f4727a7cce7c43af29efe3413bb547ee28700f7d78766" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", - "schnorrkel", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-runtime", ] [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-core" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abbc8d4e9b8a7d5819ed26f1374017bb32833ef4890e4ff065e1da30669876bc" -dependencies = [ - "base58", - "blake2-rfc", - "byteorder", - "dyn-clonable", - "ed25519-dalek", - "futures 0.3.12", - "hash-db", - "hash256-std-hasher", - "hex", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin", - "num-traits", - "parity-scale-codec", - "parity-util-mem", - "parking_lot 0.11.1", - "primitive-types", - "rand 0.7.3", - "regex", - "schnorrkel", - "secrecy", - "serde", - "sha2 0.9.3", - "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "substrate-bip39", - "thiserror", - "tiny-bip39", - "tiny-keccak", - "twox-hash", - "wasmi", - "zeroize", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "base58", "blake2-rfc", "byteorder", "dyn-clonable", "ed25519-dalek", - "futures 0.3.12", + "futures 0.3.13", "hash-db", "hash256-std-hasher", "hex", @@ -8519,11 +7499,11 @@ dependencies = [ "secrecy", "serde", "sha2 0.9.3", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "substrate-bip39", "thiserror", "tiny-bip39", @@ -8536,17 +7516,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8c3f018913eef191d95c824657c5759c459d28670e654fa34f5d9bd5e6f0492" -dependencies = [ - "kvdb", - "parking_lot 0.11.1", -] - -[[package]] -name = "sp-database" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -8555,18 +7525,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e80275f23b4e7ba8f54dec5f90f016530e7307d2ee9445f617ab986cbe97f31e" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-debug-derive" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "proc-macro2", "quote", @@ -8576,131 +7535,63 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fdc625f8c7b13b9a136d334888b21b5743d2081cb666cb03efca1dc9b8f74d1" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-externalities" -version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-finality-grandpa" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702e0be150e1b557df42326ec9b82c2010366631d03be27c69912d446abbf87a" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std", + "sp-storage", ] [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "finality-grandpa", "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-inherents" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2542380b535c6941502a0a3069a657eb5abb70fd67b11afa164d4a4b038ba73a" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-core", + "sp-std", "thiserror", ] [[package]] name = "sp-io" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33fd69f0a6e91bedc2fb1c5cc3689c212474b6c918274cb4cb14dbbe3c428c14" -dependencies = [ - "futures 0.3.12", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec", - "parking_lot 0.11.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keystore 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-state-machine 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "tracing-core", -] - -[[package]] -name = "sp-io" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "hash-db", "libsecp256k1", "log", "parity-scale-codec", "parking_lot 0.11.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-keystore 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-state-machine 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", + "sp-wasm-interface", "tracing", "tracing-core", ] @@ -8712,65 +7603,56 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b59f2b0e94b2048d4984aa6eb40eef2e4c05d3adf27a083dd3c9b0fce74ef7a" dependencies = [ "lazy_static", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", "strum", ] [[package]] -name = "sp-keystore" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6ccd2baf189112355338e8b224dc513cd239b974dbd717f12b3dc7a7248c3b" -dependencies = [ - "async-trait", - "derive_more", - "futures 0.3.12", - "merlin", - "parity-scale-codec", - "parking_lot 0.11.1", - "schnorrkel", - "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", +name = "sp-keyring" +version = "3.0.0" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" +dependencies = [ + "lazy_static", + "sp-core", + "sp-runtime", + "strum", ] [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "async-trait", "derive_more", - "futures 0.3.12", + "futures 0.3.13", "merlin", "parity-scale-codec", "parking_lot 0.11.1", "schnorrkel", "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-core", + "sp-externalities", ] [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54e6e8b84ee0dc7bb65b55beba55ffbc17803222ab7c746a74f72fc5869c7320" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-core", "sp-npos-elections-compact", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std", ] [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "085fbb1aa72d85a17524047fc1e708bc3bd038b02b46dc7ac601fa39c8af93d3" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -8781,37 +7663,17 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bd80eedcedcc8342e77c26d59ad90b6904715a862731fa16616650773570e63" -dependencies = [ - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-offchain" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-panic-handler" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54702e109f1c8a870dd4065a497d2612d42cec5817126e96cc0658c5ea975784" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "backtrace", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "backtrace", ] @@ -8819,48 +7681,16 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2e5b1ed655d11449073b914b048895f45241e02b3919d1d0187f315435fee18" -dependencies = [ - "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "serde", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-runtime" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfa4b353b76f04616dbdb8d269d58dcac47acb31c006d3b70e7b64233e68695e" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples 0.2.1", - "log", - "parity-scale-codec", - "parity-util-mem", - "paste 1.0.4", - "rand 0.7.3", "serde", - "sp-application-crypto 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", ] [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "either", "hash256-std-hasher", @@ -8871,65 +7701,34 @@ dependencies = [ "paste 1.0.4", "rand 0.7.3", "serde", - "sp-application-crypto 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-arithmetic 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-runtime-interface" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e5c88b4bc8d607e4e2ff767a85db58cf7101f3dd6064f06929342ea67fe8fb" -dependencies = [ - "impl-trait-for-tuples 0.2.1", - "parity-scale-codec", - "primitive-types", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface-proc-macro 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-storage 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-tracing 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-wasm-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "static_assertions", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "impl-trait-for-tuples 0.2.1", "parity-scale-codec", "primitive-types", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime-interface-proc-macro 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-storage 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-tracing 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-wasm-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19a6c7c2251512c9e533d15db8a863b06ece1cbee778130dd9adbe44b6b39aa9" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "Inflector", "proc-macro-crate", @@ -8941,17 +7740,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "982d793f01eb9eea9f30ffc63b821170068b9f0d9edf715d8ba77dc4de9c300f" -dependencies = [ - "serde", - "serde_json", -] - -[[package]] -name = "sp-serializer" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "serde", "serde_json", @@ -8960,78 +7749,30 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c7cf161533725a78083b04f3269effe4c3b4b6ce5f655019b3eec3e729ba4d4" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-session" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-staking 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-staking" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc729eb10f8809c61a1fe439ac118a4413de004aaf863003ee8752ac0b596e73" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "parity-scale-codec", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-core", + "sp-runtime", + "sp-staking", + "sp-std", ] [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" -dependencies = [ - "parity-scale-codec", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-state-machine" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fa4143e58e9130f726d4e8a9b86f3530a8bd19a2eedcdcf4af205f4b5a6d4f" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "hash-db", - "log", - "num-traits", "parity-scale-codec", - "parking_lot 0.11.1", - "rand 0.7.3", - "smallvec 1.6.1", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-panic-handler 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-trie 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", - "trie-db", - "trie-root", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "hash-db", "log", @@ -9040,11 +7781,11 @@ dependencies = [ "parking_lot 0.11.1", "rand 0.7.3", "smallvec 1.6.1", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-panic-handler 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-trie 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "trie-db", "trie-root", @@ -9053,119 +7794,56 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35391ea974fa5ee869cb094d5b437688fbf3d8127d64d1b9fed5822a1ed39b12" - -[[package]] -name = "sp-std" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" - -[[package]] -name = "sp-storage" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86af458d4a0251c490cdde9dcaaccb88d398f3b97ac6694cdd49ed9337e6b961" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-tasks" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c585340cbee96c53a9b43fd07d81edf6cebeb80e4ca7c0ee79b856c0b1883a0e" -dependencies = [ - "log", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-externalities 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-externalities 0.9.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-io 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime-interface 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-timestamp" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27387c541197b9f47f3d9ddcab5649a3ecdca582d2f2ea2b511af24a3d3cbf83" -dependencies = [ - "impl-trait-for-tuples 0.2.1", - "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-inherents 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasm-timer", + "sp-core", + "sp-externalities", + "sp-io", + "sp-runtime-interface", + "sp-std", ] [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "impl-trait-for-tuples 0.2.1", "parity-scale-codec", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-inherents 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-inherents", + "sp-runtime", + "sp-std", "wasm-timer", ] [[package]] name = "sp-tracing" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567382d8d4e14fb572752863b5cd57a78f9e9a6583332b590b726f061f3ea957" -dependencies = [ - "log", - "parity-scale-codec", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "log", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -9174,61 +7852,29 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3264d3b7ea31483eddffa2cc7f28c4d9c022598e456a985fd1cb5879a4609853" -dependencies = [ - "derive_more", - "futures 0.3.12", - "log", - "parity-scale-codec", - "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror", -] - -[[package]] -name = "sp-transaction-pool" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "derive_more", - "futures 0.3.12", + "futures 0.3.13", "log", "parity-scale-codec", "serde", - "sp-api 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-blockchain 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-api", + "sp-blockchain", + "sp-runtime", "thiserror", ] [[package]] name = "sp-trie" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b85b7f745da41ef825c6f7b93f1fdc897b03df94a4884adfbb70fbcd0aed1298" -dependencies = [ - "hash-db", - "memory-db", - "parity-scale-codec", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "trie-db", - "trie-root", -] - -[[package]] -name = "sp-trie" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-core", + "sp-std", "trie-db", "trie-root", ] @@ -9236,22 +7882,9 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ec2a5f924f7affd1e959f8f3c02bd87cdfa0e11c71a4cbc075f955ead8c1a1" -dependencies = [ - "futures 0.3.12", - "futures-core", - "futures-timer 3.0.2", - "lazy_static", - "prometheus", -] - -[[package]] -name = "sp-utils" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "futures-core", "futures-timer 3.0.2", "lazy_static", @@ -9261,48 +7894,23 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbeffa538a13d715d30e01d57a2636ba32845b737a29a3ea32403576588222e7" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "sp-version" -version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "impl-serde", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", -] - -[[package]] -name = "sp-wasm-interface" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b214e125666a6416cf30a70cc6a5dacd34a4e5197f8a3d479f714af7e1dc7a47" -dependencies = [ - "impl-trait-for-tuples 0.2.1", - "parity-scale-codec", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "wasmi", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "impl-trait-for-tuples 0.2.1", "parity-scale-codec", - "sp-std 3.0.0 (git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353)", + "sp-std", "wasmi", ] @@ -9428,51 +8036,35 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e46123ec4a690d91967de07cd6af4dde90d14519a1a8d43f61bd3f78dd3d0ef" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "frame-system-rpc-runtime-api", - "futures 0.3.12", + "futures 0.3.13", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "log", "parity-scale-codec", - "sc-client-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sc-rpc-api 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sc-client-api", + "sc-rpc-api", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-block-builder 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-transaction-pool 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb561c19a121e1c89daa79dbfa67a55080f813caa47fd231833a0669696d508" -dependencies = [ - "async-std", - "derive_more", - "futures-util", - "hyper 0.13.9", - "log", - "prometheus", - "tokio 0.2.25", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-runtime", + "sp-transaction-pool", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?rev=49a4103f4bfef55be20a5c6d26e18ff3003c3353#49a4103f4bfef55be20a5c6d26e18ff3003c3353" +source = "git+https://github.com/paritytech/substrate?rev=e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566#e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" dependencies = [ "async-std", "derive_more", "futures-util", - "hyper 0.13.9", + "hyper 0.13.10", "log", "prometheus", "tokio 0.2.25", @@ -9537,15 +8129,15 @@ checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" [[package]] name = "tap" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36474e732d1affd3a6ed582781b3683df3d0563714c59c39591e8ff707cf078e" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee5a98e506fb7231a304c3a1bd7c132a55016cf65001e0282480665870dfcb9" +checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95" [[package]] name = "tempfile" @@ -9556,7 +8148,7 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.3", - "redox_syscall 0.2.4", + "redox_syscall 0.2.5", "remove_dir_all", "winapi 0.3.9", ] @@ -9581,18 +8173,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146" +checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1" +checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0" dependencies = [ "proc-macro2", "quote", @@ -9612,9 +8204,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915" +checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" dependencies = [ "once_cell", ] @@ -9961,9 +8553,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.22" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" +checksum = "f77d3842f76ca899ff2dbcf231c5c65813dea431301d6eb686279c15c4464f12" dependencies = [ "cfg-if 1.0.0", "log", @@ -9974,9 +8566,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" +checksum = "a8a9bd1db7706f2373a190b0d067146caa39350c486f3d455b0e33b431f94c07" dependencies = [ "proc-macro2", "quote", @@ -9994,19 +8586,19 @@ dependencies = [ [[package]] name = "tracing-futures" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" +checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project 0.4.27", + "pin-project 1.0.5", "tracing", ] [[package]] name = "tracing-log" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9" +checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3" dependencies = [ "lazy_static", "log", @@ -10025,9 +8617,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401" +checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96" dependencies = [ "ansi_term 0.12.1", "chrono", @@ -10143,9 +8735,9 @@ dependencies = [ [[package]] name = "unicode-normalization" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" +checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" dependencies = [ "tinyvec", ] @@ -10199,7 +8791,19 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2" dependencies = [ - "asynchronous-codec", + "asynchronous-codec 0.5.0", + "bytes 1.0.1", + "futures-io", + "futures-util", +] + +[[package]] +name = "unsigned-varint" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f" +dependencies = [ + "asynchronous-codec 0.6.0", "bytes 1.0.1", "futures-io", "futures-util", @@ -10224,12 +8828,12 @@ dependencies = [ [[package]] name = "url" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" +checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" dependencies = [ "form_urlencoded", - "idna 0.2.0", + "idna 0.2.2", "matches", "percent-encoding 2.1.0", ] @@ -10406,7 +9010,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "js-sys", "parking_lot 0.11.1", "pin-utils", @@ -10634,18 +9238,18 @@ dependencies = [ [[package]] name = "wast" -version = "32.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24a3ee360d01d60ed0a0f960ab76a6acce64348cdb0bf8699c2a866fad57c7c" +checksum = "3de71ea922e46a60d0bde4b27ebf24ab7c4991006fd5de23ce9c58e129b3ab3c" dependencies = [ "leb128", ] [[package]] name = "wat" -version = "1.0.33" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e8f7f34773fa6318e8897283abf7941c1f250faae4e1a52f82df09c3bad7cce" +checksum = "474403335b9a90b21120ab8131dd888f0a8d041c2d365ab960feddfe5a73c4b6" dependencies = [ "wast", ] @@ -10785,8 +9389,8 @@ dependencies = [ "impl-trait-for-tuples 0.2.1", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] @@ -10799,9 +9403,9 @@ dependencies = [ "light-bitcoin", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", + "sp-std", "xp-gateway-common", "xp-logging", ] @@ -10813,7 +9417,7 @@ dependencies = [ "bs58 0.3.1", "frame-support", "hex", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", "xp-io", "xp-logging", ] @@ -10833,9 +9437,9 @@ version = "2.0.8-1" dependencies = [ "hex", "parity-scale-codec", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime-interface 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", + "sp-runtime-interface", ] [[package]] @@ -10847,8 +9451,8 @@ name = "xp-mining-common" version = "2.0.8-1" dependencies = [ "chainx-primitives", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-runtime", ] [[package]] @@ -10856,8 +9460,8 @@ name = "xp-mining-staking" version = "2.0.8-1" dependencies = [ "chainx-primitives", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", "xp-mining-common", ] @@ -10868,7 +9472,7 @@ dependencies = [ "chainx-primitives", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", ] [[package]] @@ -10888,9 +9492,9 @@ dependencies = [ "hex", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -10900,17 +9504,17 @@ dependencies = [ "bitflags", "chainx-primitives", "env_logger", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "orml-traits", "pallet-balances", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xp-logging", "xp-protocol", "xpallet-assets-registrar", @@ -10922,15 +9526,15 @@ name = "xpallet-assets-registrar" version = "2.0.8-1" dependencies = [ "chainx-primitives", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xp-assets-registrar", "xp-logging", "xp-protocol", @@ -10947,9 +9551,9 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-runtime", "xp-rpc", "xpallet-assets-rpc-runtime-api", ] @@ -10960,8 +9564,8 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-std", "xpallet-assets", ] @@ -10971,17 +9575,17 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "env_logger", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "pallet-balances", "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xp-logging", "xp-protocol", "xpallet-assets", @@ -10998,9 +9602,9 @@ dependencies = [ "jsonrpc-derive", "parity-scale-codec", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-runtime", "xp-rpc", "xpallet-dex-spot-rpc-runtime-api", ] @@ -11010,8 +9614,8 @@ name = "xpallet-dex-spot-rpc-runtime-api" version = "2.0.8-1" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-std", "xpallet-dex-spot", ] @@ -11021,7 +9625,7 @@ version = "2.0.8-1" dependencies = [ "bs58 0.3.1", "chainx-primitives", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "hex", @@ -11035,11 +9639,11 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-keyring", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-keyring 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", "xp-assets-registrar", "xp-gateway-bitcoin", "xp-gateway-common", @@ -11057,7 +9661,7 @@ name = "xpallet-gateway-common" version = "2.0.8-1" dependencies = [ "chainx-primitives", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "hex", @@ -11067,10 +9671,10 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xp-gateway-bitcoin", "xp-logging", "xp-protocol", @@ -11092,9 +9696,9 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-runtime", "xp-rpc", "xpallet-gateway-common-rpc-runtime-api", ] @@ -11105,9 +9709,9 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-runtime", + "sp-std", "xp-runtime", "xpallet-assets", "xpallet-gateway-common", @@ -11118,17 +9722,17 @@ name = "xpallet-gateway-records" version = "2.0.8-1" dependencies = [ "chainx-primitives", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "orml-utilities", "pallet-balances", "parity-scale-codec", "serde", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xp-logging", "xp-protocol", "xp-runtime", @@ -11146,9 +9750,9 @@ dependencies = [ "jsonrpc-derive", "parity-scale-codec", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-runtime", "xp-rpc", "xpallet-gateway-records-rpc-runtime-api", ] @@ -11159,8 +9763,8 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-std", "xpallet-assets", "xpallet-gateway-records", ] @@ -11175,8 +9779,8 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", "xp-genesis-builder", "xp-logging", "xp-protocol", @@ -11192,7 +9796,7 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "env_logger", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "pallet-balances", @@ -11200,11 +9804,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xp-logging", "xp-mining-common", "xp-mining-staking", @@ -11223,9 +9827,9 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-runtime", "xp-rpc", "xpallet-mining-asset-rpc-runtime-api", ] @@ -11236,8 +9840,8 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-std", "xpallet-mining-asset", ] @@ -11247,7 +9851,7 @@ version = "2.0.8-1" dependencies = [ "chainx-primitives", "env_logger", - "frame-benchmarking", + "frame-benchmarking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "frame-support", "frame-system", "pallet-balances", @@ -11255,12 +9859,12 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "serde", - "sp-arithmetic 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-io 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-staking 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-std", "xp-genesis-builder", "xp-logging", "xp-mining-common", @@ -11279,9 +9883,9 @@ dependencies = [ "jsonrpc-core-client", "jsonrpc-derive", "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-runtime", "xp-rpc", "xpallet-mining-staking-rpc-runtime-api", ] @@ -11291,8 +9895,8 @@ name = "xpallet-mining-staking-rpc-runtime-api" version = "2.0.8-1" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-std", "xpallet-mining-staking", ] @@ -11301,7 +9905,7 @@ name = "xpallet-support" version = "2.0.8-1" dependencies = [ "hex", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-std", ] [[package]] @@ -11312,8 +9916,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", "xp-protocol", ] @@ -11326,8 +9930,8 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "serde", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-std 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-runtime", + "sp-std", ] [[package]] @@ -11340,10 +9944,10 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "serde", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-blockchain 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-core 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", "xp-rpc", "xpallet-transaction-fee-rpc-runtime-api", ] @@ -11353,8 +9957,8 @@ name = "xpallet-transaction-fee-rpc-runtime-api" version = "2.0.8-1" dependencies = [ "parity-scale-codec", - "sp-api 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sp-runtime 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-api", + "sp-runtime", "xpallet-transaction-fee", ] @@ -11369,11 +9973,11 @@ dependencies = [ [[package]] name = "yamux" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aeb8c4043cac71c3c299dff107171c220d179492350ea198e109a414981b83c" +checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271" dependencies = [ - "futures 0.3.12", + "futures 0.3.13", "log", "nohash-hasher", "parking_lot 0.11.1", diff --git a/Cargo.toml b/Cargo.toml index 30020183e..7802fea58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,94 @@ cli = { package = "chainx-cli", path = "cli" } [target.'cfg(target_arch="x86_64")'.dependencies] cli = { package = "chainx-cli", path = "cli", features = [ "wasmtime" ] } +[patch.crates-io] +sc-authority-discovery = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-cli = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-client-api = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-client-db = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-consensus = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-consensus-babe = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-consensus-slots = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-executor = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-informant = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-keystore = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-network = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-offchain = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-rpc = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-service = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } + +sp-api = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-application-crypto = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-authority-discovery = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-consensus = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-core = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-finality-grandpa = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-inherents = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-io = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-keystore = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-offchain = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-rpc = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-runtime = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-runtime-interface = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-session = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-staking = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-state-machine = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-std = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-storage = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-timestamp = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-tracing = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-trie = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +sp-version = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } + +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +frame-executive = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +frame-support = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +frame-system = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } + +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } + +pallet-authorship = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-babe = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-balances = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-bounties = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-collective = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-grandpa = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-identity = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-im-online = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-indices = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-membership = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-offences = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-session = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-tips = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } +pallet-utility = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566" } + [workspace] members = [ "cli", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 86afedf23..78e7e6ca4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -12,7 +12,7 @@ log4rs = { version = "0.12", features = ["rolling_file_appender", "compound_poli hex = "0.4" hex-literal = "0.3.1" jsonrpc-pubsub = "15.0.0" -parking_lot = "0.11.0" +parking_lot = "0.11.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" structopt = "0.3.8" @@ -27,7 +27,7 @@ sc-consensus-babe = "0.9.0" sc-consensus-slots = "0.9.0" sc-executor = "0.9.0" sc-finality-grandpa = "0.9.0" -sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", rev = "49a4103f4bfef55be20a5c6d26e18ff3003c3353", optional = true } +sc-finality-grandpa-warp-sync = { git = "https://github.com/paritytech/substrate", rev = "e6ac7e72c2251b8a23454c8cf0e3a2ad2c1ed566", optional = true } sc-network = "0.9.0" sc-rpc = "3.0.0" sc-transaction-pool = "3.0.0" diff --git a/rpc/src/lib.rs b/rpc/src/lib.rs index 316855f1e..b30d8a7fd 100644 --- a/rpc/src/lib.rs +++ b/rpc/src/lib.rs @@ -123,7 +123,6 @@ where BlockNumber, >, C::Api: xpallet_transaction_fee_rpc_runtime_api::XTransactionFeeApi, - ::Error: fmt::Debug, P: TransactionPool + 'static, SC: SelectChain + 'static, B: sc_client_api::Backend + Send + Sync + 'static, diff --git a/runtime/chainx/src/lib.rs b/runtime/chainx/src/lib.rs index 5b122d161..7cd49f185 100644 --- a/runtime/chainx/src/lib.rs +++ b/runtime/chainx/src/lib.rs @@ -1046,7 +1046,7 @@ construct_runtime!( Scheduler: pallet_scheduler::{Module, Call, Storage, Event} = 2, // Must be before session. - Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned} = 3, + Babe: pallet_babe::{Module, Call, Storage, Config, ValidateUnsigned} = 3, Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent} = 4, Indices: pallet_indices::{Module, Call, Storage, Config, Event} = 5, diff --git a/runtime/dev/src/lib.rs b/runtime/dev/src/lib.rs index 8e0950c9e..d24a27639 100644 --- a/runtime/dev/src/lib.rs +++ b/runtime/dev/src/lib.rs @@ -1047,7 +1047,7 @@ construct_runtime!( Scheduler: pallet_scheduler::{Module, Call, Storage, Event}, // Must be before session. - Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned}, + Babe: pallet_babe::{Module, Call, Storage, Config, ValidateUnsigned}, Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent}, Indices: pallet_indices::{Module, Call, Storage, Config, Event}, diff --git a/runtime/malan/src/lib.rs b/runtime/malan/src/lib.rs index 38355dcf4..5c5ecf954 100644 --- a/runtime/malan/src/lib.rs +++ b/runtime/malan/src/lib.rs @@ -1050,7 +1050,7 @@ construct_runtime!( Scheduler: pallet_scheduler::{Module, Call, Storage, Event} = 2, // Must be before session. - Babe: pallet_babe::{Module, Call, Storage, Config, Inherent, ValidateUnsigned} = 3, + Babe: pallet_babe::{Module, Call, Storage, Config, ValidateUnsigned} = 3, Timestamp: pallet_timestamp::{Module, Call, Storage, Inherent} = 4, Indices: pallet_indices::{Module, Call, Storage, Config, Event} = 5, diff --git a/service/src/client.rs b/service/src/client.rs index 623b6a0b2..0add34a52 100644 --- a/service/src/client.rs +++ b/service/src/client.rs @@ -9,7 +9,7 @@ use xpallet_mining_staking_rpc_runtime_api::VoteWeight; /// A set of APIs that chainx-like runtimes must implement. pub trait RuntimeApiCollection: sp_transaction_pool::runtime_api::TaggedTransactionQueue - + sp_api::ApiExt + + sp_api::ApiExt + sp_consensus_babe::BabeApi + sp_finality_grandpa::GrandpaApi + sp_block_builder::BlockBuilder @@ -48,7 +48,7 @@ where impl RuntimeApiCollection for Api where Api: sp_transaction_pool::runtime_api::TaggedTransactionQueue - + sp_api::ApiExt + + sp_api::ApiExt + sp_consensus_babe::BabeApi + sp_finality_grandpa::GrandpaApi + sp_block_builder::BlockBuilder diff --git a/service/src/lib.rs b/service/src/lib.rs index 445cdecb4..227e3f3fd 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -12,6 +12,7 @@ use sc_executor::NativeExecutionDispatch; use sc_finality_grandpa::FinalityProofProvider as GrandpaFinalityProofProvider; use sc_network::{Event, NetworkService}; use sc_service::{config::Configuration, error::Error as ServiceError, TaskManager}; +use sc_telemetry::TelemetrySpan; use sp_api::ConstructRuntimeApi; use sp_inherents::InherentDataProviders; use sp_runtime::traits::Block as BlockT; @@ -111,7 +112,7 @@ where client.clone(), select_chain.clone(), inherent_data_providers.clone(), - &task_manager.spawn_handle(), + &task_manager.spawn_essential_handle(), config.prometheus_registry(), sp_consensus::CanAuthorWithNativeVersion::new(client.executor().clone()), )?; @@ -250,6 +251,9 @@ where let enable_grandpa = !config.disable_grandpa; let prometheus_registry = config.prometheus_registry().cloned(); + let telemetry_span = TelemetrySpan::new(); + let _telemetry_span_entered = telemetry_span.enter(); + let (_rpc_handlers, telemetry_connection_notifier) = sc_service::spawn_tasks(sc_service::SpawnTasksParams { config, @@ -264,6 +268,7 @@ where remote_blockchain: None, network_status_sinks: network_status_sinks.clone(), system_rpc_tx, + telemetry_span: Some(telemetry_span.clone()), })?; let (block_import, grandpa_link, babe_link) = import_setup; @@ -341,7 +346,7 @@ where name: Some(name), observer_enabled: false, keystore, - is_authority: role.is_network_authority(), + is_authority: role.is_authority(), }; if enable_grandpa { @@ -470,7 +475,7 @@ where client.clone(), select_chain, inherent_data_providers, - &task_manager.spawn_handle(), + &task_manager.spawn_essential_handle(), config.prometheus_registry(), sp_consensus::NeverCanAuthor, )?; @@ -506,6 +511,9 @@ where let rpc_extensions = chainx_rpc::create_light(light_deps); + let telemetry_span = TelemetrySpan::new(); + let _telemetry_span_entered = telemetry_span.enter(); + let _rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams { on_demand: Some(on_demand), remote_blockchain: Some(backend.remote_blockchain()), @@ -519,6 +527,7 @@ where system_rpc_tx, network, task_manager: &mut task_manager, + telemetry_span: Some(telemetry_span.clone()), })?; Ok(task_manager)