diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index 1dc90b8728..7774a4bdb9 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -42,7 +42,7 @@ checksum = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5" dependencies = [ "aes-soft", "aesni", - "block-cipher 0.7.1", + "block-cipher", ] [[package]] @@ -53,7 +53,7 @@ checksum = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1" dependencies = [ "aead", "aes", - "block-cipher 0.7.1", + "block-cipher", "ghash", "subtle 2.2.3", ] @@ -64,7 +64,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7" dependencies = [ - "block-cipher 0.7.1", + "block-cipher", "byteorder", "opaque-debug 0.2.3", ] @@ -75,7 +75,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264" dependencies = [ - "block-cipher 0.7.1", + "block-cipher", "opaque-debug 0.2.3", ] @@ -531,15 +531,6 @@ dependencies = [ "generic-array 0.14.4", ] -[[package]] -name = "block-cipher" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f337a3e6da609650eb74e02bc9fac7b735049f7623ab12f2e4c719316fcc7e80" -dependencies = [ - "generic-array 0.14.4", -] - [[package]] name = "block-padding" version = "0.1.5" @@ -688,7 +679,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "086c0f07ac275808b7bf9a39f2fd013aae1498be83632814c8c4e0bd53f2dc58" dependencies = [ - "stream-cipher 0.4.1", + "stream-cipher", "zeroize", ] @@ -701,7 +692,7 @@ dependencies = [ "aead", "chacha20", "poly1305", - "stream-cipher 0.4.1", + "stream-cipher", "zeroize", ] @@ -718,6 +709,15 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "cipher" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" +dependencies = [ + "generic-array 0.14.4", +] + [[package]] name = "clang-sys" version = "0.29.3" @@ -1489,7 +1489,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", ] @@ -1507,7 +1507,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -1525,7 +1525,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "Inflector", "chrono", @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -1564,7 +1564,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "12.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "serde", @@ -1575,7 +1575,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "bitflags", "frame-metadata", @@ -1600,7 +1600,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.24", @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -1633,7 +1633,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "impl-trait-for-tuples 0.1.3", @@ -1649,7 +1649,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -1663,7 +1663,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-api", @@ -2843,9 +2843,9 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libp2p" -version = "0.32.2" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022cdac4ab124be12de581e591796d4dfb7d1f1eef94669d2c1eaa0e98dd2f0e" +checksum = "2e17c636b5fe5ff900ccc2840b643074bfac321551d821243a781d0d46f06588" dependencies = [ "atomic", "bytes 0.5.6", @@ -2881,13 +2881,12 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.25.2" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c96d3a606a696a3a6c0ad3c3352c57bda2082ec9090930f1bd9daf787039f" +checksum = "e1cb706da14c064dce54d8864ade6836b3486b51689300da74eeb7053aa4551e" dependencies = [ "asn1_der", "bs58", - "bytes 0.5.6", "ed25519-dalek", "either", "fnv", @@ -2926,9 +2925,9 @@ dependencies = [ [[package]] name = "libp2p-deflate" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a579d7dd506d0620ba88ccc1754436b7de35ed6c884234f9a226bbfce382640" +checksum = "e3257a41f376aa23f237231971fee7e350e4d8353cfcf233aef34d6d6b638f0c" dependencies = [ "flate2", "futures 0.3.8", @@ -2937,9 +2936,9 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15dea5933f570844d7b5222b12b58f7bd52e9ca38cd65a1bd4f35341f053f012" +checksum = "2e09bab25af01326b4ed9486d31325911437448edda30bc57681502542d49f20" dependencies = [ "futures 0.3.8", "libp2p-core", @@ -2948,9 +2947,9 @@ dependencies = [ [[package]] name = "libp2p-floodsub" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23070a0838bd9a8adb27e6eba477eeb650c498f9d139383dd0135d20a8170253" +checksum = "6fd8cdd5ef1dd0b7346975477216d752de976b92e43051bc8bd808c372ea6cec" dependencies = [ "cuckoofilter", "fnv", @@ -2966,9 +2965,9 @@ dependencies = [ [[package]] name = "libp2p-gossipsub" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e8f3aa0906fbad435dac23c177eef3cdfaaf62609791bd7f54f8553edcfdf9" +checksum = "d489531aa9d4ba8726a08b3b74e21c2e10a518ad266ebca98d79040123ab0036" dependencies = [ "base64 0.13.0", "byteorder", @@ -2992,9 +2991,9 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "802fb973a7e0dde3fb9a2113a62bad90338ebe01983b706e1d576d0c2af93cda" +checksum = "c43bc51a9bc3780288c526615ba0f5f8216820ea6dcc02b89e8daee526c5fccb" dependencies = [ "futures 0.3.8", "libp2p-core", @@ -3008,9 +3007,9 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6506b7b7982f7626fc96a91bc61be4b1fe7ae9ac23824f0ecefcce21cb39238c" +checksum = "a226956b49438a10f3206480b8faf5e61fc445c349ea9d9cc37766a83745fa9a" dependencies = [ "arrayvec 0.5.2", "bytes 0.5.6", @@ -3034,9 +3033,9 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b934ee03a361f317df7d75defa4177b285534c58f49d5e6e240278e13ef3f65" +checksum = "8a9e12688e8f14008c950c1efde587cb44dbf316fa805f419cd4e524991236f5" dependencies = [ "async-io", "data-encoding", @@ -3055,9 +3054,9 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae2132b14045009b0f8e577a06e1459592ef0a89dedc58f3d4baf4eac956837b" +checksum = "ce3200fbe6608e623bd9efa459cc8bafa0e4efbb0a2dfcdd0e1387ff4181264b" dependencies = [ "bytes 0.5.6", "futures 0.3.8", @@ -3073,9 +3072,9 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9610a524bef4db383cd96b4ec3ec4722eafa72c7242fa89990b74166760583d" +checksum = "0580e0d18019d254c9c349c03ff7b22e564b6f2ada70c045fc39738e144f2139" dependencies = [ "bytes 0.5.6", "curve25519-dalek 3.0.0", @@ -3095,9 +3094,9 @@ dependencies = [ [[package]] name = "libp2p-ping" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "659adf89356e04f65398bb74ee791b269e63da9e41b37f8dc19eaacd12487bfe" +checksum = "50b2ec86a18cbf09d7df440e7786a2409640c774e476e9a3b4d031382c3d7588" dependencies = [ "futures 0.3.8", "libp2p-core", @@ -3110,9 +3109,9 @@ dependencies = [ [[package]] name = "libp2p-plaintext" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96dfe26270c91d4ff095030d1fcadd602f3fd84968ebd592829916d0715798a6" +checksum = "6a7b1bdcbe46a3a2159c231601ed29645282653c0a96ce3a2ad8352c9fbe6800" dependencies = [ "bytes 0.5.6", "futures 0.3.8", @@ -3127,13 +3126,13 @@ dependencies = [ [[package]] name = "libp2p-pnet" -version = "0.19.2" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b3c2d5d26a9500e959a0e19743897239a6c4be78dadf99b70414301a70c006" +checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599" dependencies = [ "futures 0.3.8", "log", - "pin-project 0.4.23", + "pin-project 1.0.2", "rand 0.7.3", "salsa20", "sha3", @@ -3141,9 +3140,9 @@ dependencies = [ [[package]] name = "libp2p-request-response" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd96c3580fe59a9379ac7906c2f61c7f5ad3b7515362af0e72153a7cc9a45550" +checksum = "620e2950decbf77554b5aed3824f7d0e2c04923f28c70f9bff1a402c47ef6b1e" dependencies = [ "async-trait", "bytes 0.5.6", @@ -3161,9 +3160,9 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6ecee54e85513a7301eb4681b3a6aac5b6d11f60d43097cf7624fd4450d7dfe" +checksum = "fdf5894ee1ee63a38aa58d58a16e3dcf7ede6b59ea7b22302c00c1a41d7aec41" dependencies = [ "either", "futures 0.3.8", @@ -3177,9 +3176,9 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc28c9ad6dc43f4c3950411cf808639d90307a076330e7996e5e94e70279bde0" +checksum = "1d2113a7dab2b502c55fe290910cd7399a2aa04fe70a2f5a415a87a1db600c0e" dependencies = [ "async-std", "futures 0.3.8", @@ -3193,9 +3192,9 @@ dependencies = [ [[package]] name = "libp2p-uds" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d821208d4b9af4b293a56dde470edd9f9fac8bb94a51f4f5327cc29a471b3f3" +checksum = "af05fe92c2a3aa320bc82a308ddb7b33bef3b060154c5a4b9fb0b01f15385fc0" dependencies = [ "async-std", "futures 0.3.8", @@ -3205,9 +3204,9 @@ dependencies = [ [[package]] name = "libp2p-wasm-ext" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e6ef400b231ba78e866b860445480ca21ee447e03034138c6d57cf2969d6bf4" +checksum = "37cd44ea05a4523f40183f60ab6e6a80e400a5ddfc98b0df1c55edeb85576cd9" dependencies = [ "futures 0.3.8", "js-sys", @@ -3219,9 +3218,9 @@ dependencies = [ [[package]] name = "libp2p-websocket" -version = "0.26.3" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "522a877ce42ededf1f5dd011dbc40ea116f1776818f09dacb3d7a206f3ad6305" +checksum = "270c80528e21089ea25b41dd1ab8fd834bdf093ebee422fed3b68699a857a083" dependencies = [ "async-tls", "either", @@ -3239,9 +3238,9 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3be7ac000fa3e42ac09a6e658e48de34ac8ef9fff64a4e6e6b08dcc8f4b0e5f6" +checksum = "36799de9092c35782f080032eddbc8de870f94a0def87cf9f8883efccd5cacf0" dependencies = [ "futures 0.3.8", "libp2p-core", @@ -3895,7 +3894,7 @@ checksum = "13370dae44474229701bb69b90b4f4dca6404cb0357a2d50d635f1171dc3aa7b" [[package]] name = "pallet-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -3911,7 +3910,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -3926,7 +3925,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -3951,7 +3950,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -3965,7 +3964,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -3980,7 +3979,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -3996,7 +3995,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4011,7 +4010,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4026,7 +4025,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4047,7 +4046,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4063,7 +4062,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4083,7 +4082,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4100,7 +4099,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4114,7 +4113,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4130,7 +4129,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4144,7 +4143,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4159,7 +4158,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4180,7 +4179,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4196,7 +4195,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4209,7 +4208,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "enumflags2", "frame-support", @@ -4224,7 +4223,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4239,7 +4238,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4259,7 +4258,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4275,7 +4274,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4289,7 +4288,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4311,7 +4310,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -4322,7 +4321,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4336,7 +4335,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4354,7 +4353,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4369,7 +4368,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "frame-system", @@ -4386,7 +4385,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4404,7 +4403,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-support", "parity-scale-codec", @@ -4417,7 +4416,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4433,7 +4432,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-benchmarking", "frame-support", @@ -4449,7 +4448,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6721,11 +6720,11 @@ dependencies = [ [[package]] name = "salsa20" -version = "0.6.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f47b10fa80f6969bbbd9c8e7cc998f082979d402a9e10579e2303a87955395" +checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15" dependencies = [ - "stream-cipher 0.7.1", + "cipher", ] [[package]] @@ -6740,7 +6739,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "async-trait", "derive_more", @@ -6768,7 +6767,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -6791,7 +6790,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6808,7 +6807,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -6829,7 +6828,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6840,7 +6839,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "atty", "chrono", @@ -6883,7 +6882,7 @@ dependencies = [ [[package]] name = "sc-cli-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -6894,7 +6893,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "fnv", @@ -6928,7 +6927,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "blake2-rfc", "hash-db", @@ -6958,7 +6957,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6969,7 +6968,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "fork-tree", @@ -7014,7 +7013,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "futures 0.3.8", @@ -7038,7 +7037,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "fork-tree", "parity-scale-codec", @@ -7051,7 +7050,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7077,7 +7076,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "sc-client-api", @@ -7091,7 +7090,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "lazy_static", @@ -7120,7 +7119,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "parity-scale-codec", @@ -7136,7 +7135,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "parity-scale-codec", @@ -7151,7 +7150,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "parity-scale-codec", @@ -7169,7 +7168,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "finality-grandpa", @@ -7206,7 +7205,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "finality-grandpa", @@ -7230,7 +7229,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "ansi_term 0.12.1", "futures 0.3.8", @@ -7248,7 +7247,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "async-trait", "derive_more", @@ -7268,7 +7267,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "hash-db", "lazy_static", @@ -7287,7 +7286,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "async-std", "async-trait", @@ -7308,7 +7307,6 @@ dependencies = [ "linked-hash-map", "linked_hash_set", "log", - "lru", "nohash-hasher", "parity-scale-codec", "parking_lot 0.11.1", @@ -7341,7 +7339,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7356,7 +7354,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "bytes 0.5.6", "fnv", @@ -7383,7 +7381,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "libp2p", @@ -7396,7 +7394,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -7405,7 +7403,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "hash-db", @@ -7439,7 +7437,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "futures 0.3.8", @@ -7463,7 +7461,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.1.29", "jsonrpc-core", @@ -7481,7 +7479,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "directories 3.0.1", "exit-future", @@ -7545,7 +7543,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "parity-scale-codec", @@ -7560,7 +7558,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -7580,7 +7578,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -7601,7 +7599,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "ansi_term 0.12.1", "erased-serde", @@ -7625,7 +7623,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "futures 0.3.8", @@ -7647,7 +7645,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-diagnose", @@ -8113,7 +8111,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "sp-core", @@ -8125,7 +8123,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "hash-db", "parity-scale-codec", @@ -8141,7 +8139,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -8153,7 +8151,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "serde", @@ -8165,7 +8163,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -8178,7 +8176,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-api", @@ -8190,7 +8188,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -8201,7 +8199,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-api", @@ -8213,7 +8211,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "log", @@ -8231,7 +8229,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "serde", "serde_json", @@ -8240,7 +8238,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-timer 3.0.2", @@ -8266,7 +8264,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "merlin", "parity-scale-codec", @@ -8286,7 +8284,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8295,7 +8293,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -8307,7 +8305,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "base58", "blake2-rfc", @@ -8351,7 +8349,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -8360,7 +8358,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.7", @@ -8370,7 +8368,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "environmental", "parity-scale-codec", @@ -8381,7 +8379,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "finality-grandpa", "log", @@ -8398,7 +8396,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", @@ -8410,7 +8408,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "hash-db", @@ -8434,7 +8432,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "lazy_static", "sp-core", @@ -8445,7 +8443,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "async-trait", "derive_more", @@ -8462,7 +8460,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "serde", @@ -8474,7 +8472,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.24", @@ -8485,7 +8483,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "sp-api", "sp-core", @@ -8495,7 +8493,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "backtrace", ] @@ -8503,7 +8501,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "serde", "sp-core", @@ -8512,7 +8510,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "either", "hash256-std-hasher", @@ -8533,7 +8531,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8550,7 +8548,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "Inflector", "proc-macro-crate", @@ -8562,7 +8560,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "serde", "serde_json", @@ -8571,7 +8569,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-api", @@ -8584,7 +8582,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8594,7 +8592,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "hash-db", "log", @@ -8616,12 +8614,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" [[package]] name = "sp-storage" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8634,7 +8632,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "sp-core", @@ -8647,7 +8645,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8661,7 +8659,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "log", "parity-scale-codec", @@ -8674,7 +8672,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "derive_more", "futures 0.3.8", @@ -8690,7 +8688,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "hash-db", "memory-db", @@ -8704,7 +8702,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "futures-core", @@ -8716,7 +8714,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "impl-serde", "parity-scale-codec", @@ -8728,7 +8726,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "impl-trait-for-tuples 0.1.3", "parity-scale-codec", @@ -8772,16 +8770,6 @@ dependencies = [ "generic-array 0.14.4", ] -[[package]] -name = "stream-cipher" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89" -dependencies = [ - "block-cipher 0.8.0", - "generic-array 0.14.4", -] - [[package]] name = "streamunordered" version = "0.5.1" @@ -8870,7 +8858,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "chrono", "console_error_panic_hook", @@ -8896,7 +8884,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "platforms", ] @@ -8904,7 +8892,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.8", @@ -8927,7 +8915,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "async-std", "derive_more", @@ -8941,7 +8929,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.1.29", "futures 0.3.8", @@ -8968,7 +8956,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "futures 0.3.8", "substrate-test-utils-derive", @@ -8978,7 +8966,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.8.0" -source = "git+https://github.com/paritytech/substrate#0fc832988bef7ab27f6cf2f3040fcb2d3c9b6568" +source = "git+https://github.com/paritytech/substrate#a2ee0b414f29ce558155dac5cbf78b40723bcc73" dependencies = [ "proc-macro-crate", "quote 1.0.7", diff --git a/polkadot/runtime/common/src/claims.rs b/polkadot/runtime/common/src/claims.rs index 41a19fd87b..102b34fa86 100644 --- a/polkadot/runtime/common/src/claims.rs +++ b/polkadot/runtime/common/src/claims.rs @@ -1168,8 +1168,6 @@ mod benchmarking { } benchmarks! { - _ { } - // Benchmark `claim` including `validate_unsigned` logic. claim { let c = MAX_CLAIMS;