Upgrading parity-scale-codec to v3 (#10825)

* Upgraded dependencies

* Adapting code to scale v3

* Empty commit to trigger CI

* Triggering CI

* Fixing UI test

* Remove superfluous dev-dep added by #9228

* Cryout for CI
This commit is contained in:
wigy
2022-02-24 15:34:34 +01:00
committed by GitHub
parent eeb267e1d6
commit 535325d2e6
176 changed files with 528 additions and 450 deletions
+206 -127
View File
@@ -486,7 +486,7 @@ dependencies = [
"futures 0.3.16",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-chain-spec",
"sc-client-api",
"sc-keystore",
@@ -521,7 +521,7 @@ dependencies = [
"jsonrpc-pubsub",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-rpc",
"sc-utils",
"serde",
@@ -577,9 +577,9 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.59.1"
version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
dependencies = [
"bitflags",
"cexpr",
@@ -602,24 +602,12 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitvec"
version = "0.19.5"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"
dependencies = [
"funty",
"radium 0.5.3",
"tap",
"wyz",
]
[[package]]
name = "bitvec"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"
dependencies = [
"funty",
"radium 0.6.2",
"radium",
"tap",
"wyz",
]
@@ -824,6 +812,17 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "cache-padded"
version = "1.1.1"
@@ -881,9 +880,9 @@ dependencies = [
[[package]]
name = "cexpr"
version = "0.5.0"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
@@ -2011,9 +2010,9 @@ dependencies = [
[[package]]
name = "finality-grandpa"
version = "0.14.4"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"
checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"
dependencies = [
"either",
"futures 0.3.16",
@@ -2182,9 +2181,9 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "14.2.0"
version = "15.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ed5e5c346de62ca5c184b4325a6600d1eaca210666e4606fe4e449574978d0"
checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"
dependencies = [
"cfg-if 1.0.0",
"parity-scale-codec",
@@ -2404,9 +2403,9 @@ checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "funty"
version = "1.1.0"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
@@ -2759,6 +2758,15 @@ dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
dependencies = [
"ahash",
]
[[package]]
name = "heck"
version = "0.3.2"
@@ -3043,9 +3051,9 @@ dependencies = [
[[package]]
name = "impl-codec"
version = "0.5.1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"
checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"
dependencies = [
"parity-scale-codec",
]
@@ -3524,9 +3532,9 @@ dependencies = [
[[package]]
name = "kvdb"
version = "0.10.0"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"
checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"
dependencies = [
"parity-util-mem",
"smallvec 1.7.0",
@@ -3534,20 +3542,20 @@ dependencies = [
[[package]]
name = "kvdb-memorydb"
version = "0.10.0"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"
checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"
dependencies = [
"kvdb",
"parity-util-mem",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
]
[[package]]
name = "kvdb-rocksdb"
version = "0.14.0"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"
checksum = "a1e72a631a32527fafe22d0751c002e67d28173c49dcaecf79d1aaa323c520e9"
dependencies = [
"fs-swap",
"kvdb",
@@ -3555,7 +3563,7 @@ dependencies = [
"num_cpus",
"owning_ref",
"parity-util-mem",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"regex",
"rocksdb",
"smallvec 1.7.0",
@@ -4113,14 +4121,17 @@ dependencies = [
[[package]]
name = "librocksdb-sys"
version = "6.20.3"
version = "0.6.1+6.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"
checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"
dependencies = [
"bindgen",
"bzip2-sys",
"cc",
"glob",
"libc",
"libz-sys",
"tikv-jemalloc-sys",
]
[[package]]
@@ -4243,9 +4254,9 @@ dependencies = [
[[package]]
name = "lock_api"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
dependencies = [
"scopeguard",
]
@@ -4412,23 +4423,12 @@ dependencies = [
[[package]]
name = "memory-db"
version = "0.27.0"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de006e09d04fc301a5f7e817b75aa49801c4479a8af753764416b085337ddcc5"
checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"
dependencies = [
"hash-db",
"hashbrown 0.11.2",
"parity-util-mem",
]
[[package]]
name = "memory-db"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"
dependencies = [
"hash-db",
"hashbrown 0.11.2",
"hashbrown 0.12.0",
"parity-util-mem",
]
@@ -4459,6 +4459,12 @@ dependencies = [
"log 0.3.9",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.4.4"
@@ -5151,13 +5157,12 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "6.1.2"
version = "7.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
dependencies = [
"bitvec 0.19.5",
"funty",
"memchr",
"minimal-lexical",
"version_check 0.9.2",
]
@@ -5813,7 +5818,7 @@ dependencies = [
"log 0.4.14",
"pallet-balances",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"rand 0.7.3",
"scale-info",
"sp-arithmetic",
@@ -6615,12 +6620,12 @@ dependencies = [
[[package]]
name = "parity-scale-codec"
version = "2.3.1"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
checksum = "2a7f3fcf5e45fc28b84dcdab6b983e77f197ec01f325a33f404ba6855afd1070"
dependencies = [
"arrayvec 0.7.1",
"bitvec 0.20.2",
"bitvec",
"byte-slice-cast",
"impl-trait-for-tuples",
"parity-scale-codec-derive",
@@ -6629,9 +6634,9 @@ dependencies = [
[[package]]
name = "parity-scale-codec-derive"
version = "2.3.1"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"
checksum = "2c6e626dc84025ff56bf1476ed0e30d10c84d7f89a475ef46ebabee1095a8fba"
dependencies = [
"proc-macro-crate 1.1.0",
"proc-macro2",
@@ -6661,15 +6666,15 @@ dependencies = [
[[package]]
name = "parity-util-mem"
version = "0.10.2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"
checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"
dependencies = [
"cfg-if 1.0.0",
"hashbrown 0.11.2",
"hashbrown 0.12.0",
"impl-trait-for-tuples",
"parity-util-mem-derive",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"primitive-types",
"smallvec 1.7.0",
"winapi 0.3.9",
@@ -6743,10 +6748,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api 0.4.5",
"lock_api 0.4.6",
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api 0.4.6",
"parking_lot_core 0.9.1",
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
@@ -6776,6 +6791,19 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.10",
"smallvec 1.7.0",
"windows-sys",
]
[[package]]
name = "paste"
version = "0.1.18"
@@ -7082,9 +7110,9 @@ dependencies = [
[[package]]
name = "primitive-types"
version = "0.10.1"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"
dependencies = [
"fixed-hash",
"impl-codec",
@@ -7272,15 +7300,9 @@ dependencies = [
[[package]]
name = "radium"
version = "0.5.3"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
[[package]]
name = "radium"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
name = "rand"
@@ -7705,9 +7727,9 @@ dependencies = [
[[package]]
name = "rocksdb"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"
checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"
dependencies = [
"libc",
"librocksdb-sys",
@@ -7934,7 +7956,7 @@ dependencies = [
"futures-timer",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-block-builder",
"sc-client-api",
"sc-proposer-metrics",
@@ -8040,7 +8062,7 @@ dependencies = [
"hash-db",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-executor",
"sc-transaction-pool-api",
"sc-utils",
@@ -8073,7 +8095,7 @@ dependencies = [
"log 0.4.14",
"parity-db",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"quickcheck",
"sc-client-api",
"sc-state-db",
@@ -8098,7 +8120,7 @@ dependencies = [
"futures-timer",
"libp2p",
"log 0.4.14",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-client-api",
"sc-utils",
"serde",
@@ -8122,7 +8144,7 @@ dependencies = [
"getrandom 0.2.3",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-block-builder",
"sc-client-api",
"sc-consensus",
@@ -8164,7 +8186,7 @@ dependencies = [
"num-rational 0.2.4",
"num-traits",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"rand 0.7.3",
"rand_chacha 0.2.2",
"retain_mut",
@@ -8290,7 +8312,7 @@ dependencies = [
"futures-timer",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-client-api",
"sc-consensus",
"sp-api",
@@ -8349,7 +8371,7 @@ dependencies = [
"libsecp256k1",
"lru 0.6.6",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"paste 1.0.6",
"regex",
"sc-executor-common",
@@ -8445,7 +8467,7 @@ dependencies = [
"futures-timer",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"rand 0.8.4",
"sc-block-builder",
"sc-chain-spec",
@@ -8525,7 +8547,7 @@ version = "4.0.0-dev"
dependencies = [
"async-trait",
"hex",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"serde_json",
"sp-application-crypto",
"sp-core",
@@ -8558,7 +8580,7 @@ dependencies = [
"log 0.4.14",
"lru 0.7.0",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"pin-project 1.0.10",
"prost",
"prost-build",
@@ -8619,7 +8641,7 @@ dependencies = [
"futures-timer",
"libp2p",
"log 0.4.14",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
@@ -8651,7 +8673,7 @@ dependencies = [
"num_cpus",
"once_cell",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"rand 0.7.3",
"sc-block-builder",
"sc-client-api",
@@ -8705,7 +8727,7 @@ dependencies = [
"lazy_static",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-block-builder",
"sc-chain-spec",
"sc-client-api",
@@ -8741,7 +8763,7 @@ dependencies = [
"jsonrpc-pubsub",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-chain-spec",
"sc-transaction-pool-api",
"serde",
@@ -8800,7 +8822,7 @@ dependencies = [
"log 0.4.14",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"pin-project 1.0.10",
"rand 0.7.3",
"sc-block-builder",
@@ -8860,7 +8882,7 @@ dependencies = [
"hex-literal",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-block-builder",
"sc-client-api",
"sc-client-db",
@@ -8894,7 +8916,7 @@ dependencies = [
"parity-scale-codec",
"parity-util-mem",
"parity-util-mem-derive",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-client-api",
"sp-core",
]
@@ -8927,7 +8949,7 @@ dependencies = [
"futures 0.3.16",
"libp2p",
"log 0.4.14",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"pin-project 1.0.10",
"rand 0.7.3",
"serde",
@@ -8948,7 +8970,7 @@ dependencies = [
"libc",
"log 0.4.14",
"once_cell",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"regex",
"rustc-hash",
"sc-client-api",
@@ -8990,7 +9012,7 @@ dependencies = [
"log 0.4.14",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"retain_mut",
"sc-block-builder",
"sc-client-api",
@@ -9030,18 +9052,18 @@ dependencies = [
"futures 0.3.16",
"futures-timer",
"lazy_static",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"prometheus",
"tokio-test",
]
[[package]]
name = "scale-info"
version = "1.0.0"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"
checksum = "7d3b4d0b178e3af536f7988303bc73a0766c816de2138c08262015f8ec7be568"
dependencies = [
"bitvec 0.20.2",
"bitvec",
"cfg-if 1.0.0",
"derive_more",
"parity-scale-codec",
@@ -9051,9 +9073,9 @@ dependencies = [
[[package]]
name = "scale-info-derive"
version = "1.0.0"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"
checksum = "b7805950c36512db9e3251c970bb7ac425f326716941862205d612ab3b5e46e2"
dependencies = [
"proc-macro-crate 1.1.0",
"proc-macro2",
@@ -9640,7 +9662,7 @@ dependencies = [
"log 0.4.14",
"lru 0.7.0",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sp-api",
"sp-consensus",
"sp-database",
@@ -9766,7 +9788,7 @@ dependencies = [
"num-traits",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"primitive-types",
"rand 0.7.3",
"regex",
@@ -9819,7 +9841,7 @@ name = "sp-database"
version = "4.0.0-dev"
dependencies = [
"kvdb",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
]
[[package]]
@@ -9881,7 +9903,7 @@ dependencies = [
"libsecp256k1",
"log 0.4.14",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sp-core",
"sp-externalities",
"sp-keystore",
@@ -9913,7 +9935,7 @@ dependencies = [
"futures 0.3.16",
"merlin",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"rand 0.7.3",
"rand_chacha 0.2.2",
"schnorrkel",
@@ -10156,7 +10178,7 @@ dependencies = [
"log 0.4.14",
"num-traits",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"pretty_assertions",
"rand 0.7.3",
"smallvec 1.7.0",
@@ -10269,7 +10291,7 @@ dependencies = [
"criterion",
"hash-db",
"hex-literal",
"memory-db 0.28.0",
"memory-db",
"parity-scale-codec",
"scale-info",
"sp-core",
@@ -10530,7 +10552,7 @@ dependencies = [
"frame-system-rpc-runtime-api",
"futures 0.3.16",
"log 0.4.14",
"memory-db 0.27.0",
"memory-db",
"pallet-babe",
"pallet-timestamp",
"parity-scale-codec",
@@ -10590,7 +10612,7 @@ version = "2.0.0"
dependencies = [
"futures 0.3.16",
"parity-scale-codec",
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"sc-transaction-pool",
"sc-transaction-pool-api",
"sp-blockchain",
@@ -10767,6 +10789,17 @@ dependencies = [
"num_cpus",
]
[[package]]
name = "tikv-jemalloc-sys"
version = "0.4.2+5.2.1-patched.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5844e429d797c62945a566f8da4e24c7fe3fbd5d6617fd8bf7a0b7dc1ee0f22e"
dependencies = [
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "time"
version = "0.1.44"
@@ -11133,14 +11166,14 @@ checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "trie-bench"
version = "0.29.0"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ac46f6503d0fa976193db46f9dbb1d454e5dbde76495f1316f576c7f3f0e6b"
checksum = "57ecec5d10427b35e9ae374b059dccc0801d02d832617c04c78afc7a8c5c4a34"
dependencies = [
"criterion",
"hash-db",
"keccak-hasher",
"memory-db 0.28.0",
"memory-db",
"parity-scale-codec",
"trie-db",
"trie-root",
@@ -11149,12 +11182,12 @@ dependencies = [
[[package]]
name = "trie-db"
version = "0.23.0"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3ddae50680c12ef75bfbf58416ca6622fa43d879553f6cb2ed1a817346e1ffe"
checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"
dependencies = [
"hash-db",
"hashbrown 0.11.2",
"hashbrown 0.12.0",
"log 0.4.14",
"rustc-hex",
"smallvec 1.7.0",
@@ -11279,7 +11312,7 @@ version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
dependencies = [
"cfg-if 1.0.0",
"cfg-if 0.1.10",
"digest 0.10.2",
"rand 0.8.4",
"static_assertions",
@@ -12185,6 +12218,49 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
[[package]]
name = "windows_i686_gnu"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
[[package]]
name = "windows_i686_msvc"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
[[package]]
name = "windows_x86_64_gnu"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
[[package]]
name = "windows_x86_64_msvc"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
[[package]]
name = "winreg"
version = "0.6.2"
@@ -12206,9 +12282,12 @@ dependencies = [
[[package]]
name = "wyz"
version = "0.2.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
dependencies = [
"tap",
]
[[package]]
name = "x25519-dalek"