Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
d76421c8
Unverified
Commit
d76421c8
authored
Aug 09, 2021
by
Marek Kotewicz
Committed by
GitHub
Aug 09, 2021
Browse files
companion pr for substrate:auto_db (#3590)
* companion pr for substrate:auto_db * update Substrate Co-authored-by: parity-processbot <>
parent
adfc160c
Pipeline
#151954
passed with stages
in 37 minutes and 50 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
d76421c8
...
...
@@ -572,9 +572,9 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.5
7.0
"
version = "0.5
9.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d
"
checksum = "
453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375
"
dependencies = [
"bitflags",
"cexpr",
...
...
@@ -595,6 +595,18 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bitvec"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
dependencies = [
"funty",
"radium 0.5.3",
"tap",
"wyz",
]
[[package]]
name = "bitvec"
version = "0.20.1"
...
...
@@ -602,7 +614,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5011ffc90248764d7005b0e10c7294f5aa1bd87d9dd7248f4ad475b347c294d"
dependencies = [
"funty",
"radium",
"radium
0.6.2
",
"tap",
"wyz",
]
...
...
@@ -757,7 +769,7 @@ dependencies = [
name = "bp-messages"
version = "0.1.0"
dependencies = [
"bitvec",
"bitvec
0.20.1
",
"bp-runtime",
"frame-support",
"frame-system",
...
...
@@ -1000,9 +1012,9 @@ dependencies = [
[[package]]
name = "cexpr"
version = "0.
4
.0"
version = "0.
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
f4aedb84272dbe89af497cf81375129abda4fc0a9e7
c5d3
17498c15cc30c0d27
"
checksum = "
db507a7679252d2276ed0dd8113c6875e
c5
6
d3
089f9225b2b42c30cc1f8e5c89
"
dependencies = [
"nom",
]
...
...
@@ -1991,7 +2003,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork-tree"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"parity-scale-codec",
]
...
...
@@ -2009,7 +2021,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -2028,7 +2040,7 @@ dependencies = [
[[package]]
name = "frame-benchmarking-cli"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"Inflector",
"chrono",
...
...
@@ -2054,7 +2066,7 @@ dependencies = [
[[package]]
name = "frame-election-provider-support"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -2067,7 +2079,7 @@ dependencies = [
[[package]]
name = "frame-executive"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -2082,7 +2094,7 @@ dependencies = [
[[package]]
name = "frame-metadata"
version = "14.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"parity-scale-codec",
"serde",
...
...
@@ -2093,7 +2105,7 @@ dependencies = [
[[package]]
name = "frame-support"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"bitflags",
"frame-metadata",
...
...
@@ -2119,7 +2131,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"Inflector",
"frame-support-procedural-tools",
...
...
@@ -2131,7 +2143,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support-procedural-tools-derive",
"proc-macro-crate 1.0.0",
...
...
@@ -2143,7 +2155,7 @@ dependencies = [
[[package]]
name = "frame-support-procedural-tools-derive"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"proc-macro2",
"quote",
...
...
@@ -2153,7 +2165,7 @@ dependencies = [
[[package]]
name = "frame-support-test"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-metadata",
"frame-support",
...
...
@@ -2174,7 +2186,7 @@ dependencies = [
[[package]]
name = "frame-support-test-pallet"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -2184,7 +2196,7 @@ dependencies = [
[[package]]
name = "frame-system"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"impl-trait-for-tuples",
...
...
@@ -2201,7 +2213,7 @@ dependencies = [
[[package]]
name = "frame-system-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -2215,7 +2227,7 @@ dependencies = [
[[package]]
name = "frame-system-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"parity-scale-codec",
"sp-api",
...
...
@@ -2224,7 +2236,7 @@ dependencies = [
[[package]]
name = "frame-try-runtime"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"parity-scale-codec",
...
...
@@ -3347,7 +3359,7 @@ name = "kusama-runtime"
version = "0.9.9"
dependencies = [
"beefy-primitives",
"bitvec",
"bitvec
0.20.1
",
"frame-benchmarking",
"frame-election-provider-support",
"frame-executive",
...
...
@@ -3462,9 +3474,9 @@ dependencies = [
[[package]]
name = "kvdb-rocksdb"
version = "0.1
2
.0"
version = "0.1
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
431ca65516efab86e65d96281f750ebb54277dec656fcf6c027f3d1c0cb69e4c
"
checksum = "
9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a
"
dependencies = [
"fs-swap",
"kvdb",
...
...
@@ -3958,9 +3970,9 @@ dependencies = [
[[package]]
name = "librocksdb-sys"
version = "6.
17
.3"
version = "6.
20
.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9
"
checksum = "
c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d
"
dependencies = [
"bindgen",
"cc",
...
...
@@ -4128,6 +4140,26 @@ dependencies = [
"linked-hash-map",
]
[[package]]
name = "lz4"
version = "1.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"
dependencies = [
"libc",
"lz4-sys",
]
[[package]]
name = "lz4-sys"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "mach"
version = "0.3.2"
...
...
@@ -4529,10 +4561,12 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "
5.1.2
"
version = "
6.2.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e
6b
8
28
ddb782627af
"
checksum = "
9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d
6b28
ff9a5da960a103a6
"
dependencies = [
"bitvec 0.19.5",
"funty",
"memchr",
"version_check",
]
...
...
@@ -4689,7 +4723,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b"
[[package]]
name = "pallet-authority-discovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4704,7 +4738,7 @@ dependencies = [
[[package]]
name = "pallet-authorship"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -4718,7 +4752,7 @@ dependencies = [
[[package]]
name = "pallet-babe"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4741,7 +4775,7 @@ dependencies = [
[[package]]
name = "pallet-balances"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4796,7 +4830,7 @@ dependencies = [
[[package]]
name = "pallet-bounties"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4850,7 +4884,7 @@ dependencies = [
name = "pallet-bridge-messages"
version = "0.1.0"
dependencies = [
"bitvec",
"bitvec
0.20.1
",
"bp-message-dispatch",
"bp-messages",
"bp-rialto",
...
...
@@ -4874,7 +4908,7 @@ dependencies = [
[[package]]
name = "pallet-collective"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4890,7 +4924,7 @@ dependencies = [
[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4905,7 +4939,7 @@ dependencies = [
[[package]]
name = "pallet-election-provider-multi-phase"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -4926,7 +4960,7 @@ dependencies = [
[[package]]
name = "pallet-elections-phragmen"
version = "5.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4943,7 +4977,7 @@ dependencies = [
[[package]]
name = "pallet-gilt"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4957,7 +4991,7 @@ dependencies = [
[[package]]
name = "pallet-grandpa"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -4979,7 +5013,7 @@ dependencies = [
[[package]]
name = "pallet-identity"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -4994,7 +5028,7 @@ dependencies = [
[[package]]
name = "pallet-im-online"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5013,7 +5047,7 @@ dependencies = [
[[package]]
name = "pallet-indices"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5029,7 +5063,7 @@ dependencies = [
[[package]]
name = "pallet-membership"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5044,7 +5078,7 @@ dependencies = [
[[package]]
name = "pallet-mmr"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"ckb-merkle-mountain-range",
"frame-benchmarking",
...
...
@@ -5061,7 +5095,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-primitives"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5077,7 +5111,7 @@ dependencies = [
[[package]]
name = "pallet-mmr-rpc"
version = "3.0.0"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -5095,7 +5129,7 @@ dependencies = [
[[package]]
name = "pallet-multisig"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5110,7 +5144,7 @@ dependencies = [
[[package]]
name = "pallet-nicks"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5123,7 +5157,7 @@ dependencies = [
[[package]]
name = "pallet-offences"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5139,7 +5173,7 @@ dependencies = [
[[package]]
name = "pallet-offences-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -5161,7 +5195,7 @@ dependencies = [
[[package]]
name = "pallet-proxy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5176,7 +5210,7 @@ dependencies = [
[[package]]
name = "pallet-recovery"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"enumflags2",
"frame-support",
...
...
@@ -5190,7 +5224,7 @@ dependencies = [
[[package]]
name = "pallet-scheduler"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5205,7 +5239,7 @@ dependencies = [
[[package]]
name = "pallet-session"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5225,7 +5259,7 @@ dependencies = [
[[package]]
name = "pallet-session-benchmarking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5241,7 +5275,7 @@ dependencies = [
[[package]]
name = "pallet-society"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5254,7 +5288,7 @@ dependencies = [
[[package]]
name = "pallet-staking"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-election-provider-support",
...
...
@@ -5278,7 +5312,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-curve"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"proc-macro-crate 1.0.0",
"proc-macro2",
...
...
@@ -5289,7 +5323,7 @@ dependencies = [
[[package]]
name = "pallet-staking-reward-fn"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"log",
"sp-arithmetic",
...
...
@@ -5298,7 +5332,7 @@ dependencies = [
[[package]]
name = "pallet-sudo"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5311,7 +5345,7 @@ dependencies = [
[[package]]
name = "pallet-timestamp"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5329,7 +5363,7 @@ dependencies = [
[[package]]
name = "pallet-tips"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5344,7 +5378,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-support",
"frame-system",
...
...
@@ -5360,7 +5394,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"jsonrpc-core",
"jsonrpc-core-client",
...
...
@@ -5377,7 +5411,7 @@ dependencies = [
[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"pallet-transaction-payment",
"parity-scale-codec",
...
...
@@ -5388,7 +5422,7 @@ dependencies = [
[[package]]
name = "pallet-treasury"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5404,7 +5438,7 @@ dependencies = [
[[package]]
name = "pallet-utility"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"frame-benchmarking",
"frame-support",
...
...
@@ -5419,7 +5453,7 @@ dependencies = [
[[package]]
name = "pallet-vesting"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#9d86
7b6b4dd099ecef7bed1a1ff5a3441f41d684
"
source = "git+https://github.com/paritytech/substrate?branch=master#
b
9d86
e1ed319a096456e32790b1f48bd29b996bd
"
dependencies = [
"enumflags2",
"frame-benchmarking",
...
...
@@ -5453,9 +5487,9 @@ dependencies = [
[[package]]
name = "parity-db"
version = "0.
2.4
"
version = "0.
3.1
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2
e337f62db341435f0da05b8f6b97e984ef4ea5800510cd07c2d624688c40b47
"
checksum = "2
41f9c5d25063080f2c02846221f13e1d0e5e18fa00c32c234aad585b744ee55
"
dependencies = [
"blake2-rfc",
"crc32fast",
...
...
@@ -5463,9 +5497,11 @@ dependencies = [
"hex",
"libc",
"log",
"lz4",
"memmap2",
"parking_lot 0.11.1",
"rand 0.8.4",
"snap",
]
[[package]]
...
...
@@ -5493,7 +5529,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8975095a2a03bbbdc70a74ab11a4f76a6d0b84680d87c68d722531b0ac28e8a9"
dependencies = [
"arrayvec 0.7.0",
"bitvec",
"bitvec
0.20.1
",
"byte-slice-cast",
"impl-trait-for-tuples",
"parity-scale-codec-derive",
...
...
@@ -5891,7 +5927,7 @@ name = "polkadot-availability-bitfield-distribution"
version = "0.9.9"
dependencies = [
"assert_matches",
"bitvec",
"bitvec
0.20.1
",
"env_logger 0.8.4",
"futures 0.3.16",
"log",
...
...
@@ -6167,7 +6203,7 @@ name = "polkadot-node-core-approval-voting"
version = "0.9.9"
dependencies = [
"assert_matches",
"bitvec",
"bitvec
0.20.1
",
"derive_more",
"futures 0.3.16",
"futures-timer 3.0.2",
...
...
@@ -6207,7 +6243,7 @@ name = "polkadot-node-core-av-store"
version = "0.9.9"
dependencies = [
"assert_matches",
"bitvec",
"bitvec
0.20.1
",
"env_logger 0.8.4",
"futures 0.3.16",
"futures-timer 3.0.2",
...
...
@@ -6234,7 +6270,7 @@ name = "polkadot-node-core-backing"
version = "0.9.9"
dependencies = [
"assert_matches",
"bitvec",
"bitvec
0.20.1
",
"futures 0.3.16",
"polkadot-erasure-coding",
"polkadot-node-primitives",
...
...
@@ -6334,7 +6370,7 @@ name = "polkadot-node-core-dispute-coordinator"
version = "0.9.9"
dependencies = [