diff --git a/Cargo.lock b/Cargo.lock index 4369e1dc3f04..8b9a2873e1c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,7 +1171,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", ] @@ -1179,7 +1179,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1214,7 +1214,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "serde", @@ -1240,7 +1240,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "bitmask", "frame-metadata", @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.17", @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1288,7 +1288,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "proc-macro2 1.0.17", "quote 1.0.6", @@ -1298,7 +1298,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1314,7 +1314,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -1328,7 +1328,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-api", @@ -2161,6 +2161,20 @@ dependencies = [ "unicase", ] +[[package]] +name = "jsonrpc-ipc-server" +version = "14.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dedccd693325d833963b549e959137f30a7a0ea650cde92feda81dc0c1393cb5" +dependencies = [ + "jsonrpc-core", + "jsonrpc-server-utils", + "log 0.4.8", + "parity-tokio-ipc", + "parking_lot 0.10.2", + "tokio-service", +] + [[package]] name = "jsonrpc-pubsub" version = "14.2.0" @@ -2222,7 +2236,7 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "frame-benchmarking", @@ -2919,7 +2933,7 @@ dependencies = [ "kernel32-sys", "libc", "log 0.4.8", - "miow", + "miow 0.2.1", "net2", "slab", "winapi 0.2.8", @@ -2937,6 +2951,18 @@ dependencies = [ "slab", ] +[[package]] +name = "mio-named-pipes" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" +dependencies = [ + "log 0.4.8", + "mio", + "miow 0.3.5", + "winapi 0.3.8", +] + [[package]] name = "mio-uds" version = "0.6.8" @@ -2960,6 +2986,16 @@ dependencies = [ "ws2_32-sys", ] +[[package]] +name = "miow" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" +dependencies = [ + "socket2", + "winapi 0.3.8", +] + [[package]] name = "more-asserts" version = "0.2.1" @@ -3230,7 +3266,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3246,7 +3282,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3261,7 +3297,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3283,7 +3319,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3297,7 +3333,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3313,7 +3349,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3328,7 +3364,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3343,7 +3379,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3359,7 +3395,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3379,7 +3415,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3395,7 +3431,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3415,7 +3451,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3431,7 +3467,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3445,7 +3481,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3460,7 +3496,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3474,7 +3510,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3489,7 +3525,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3510,7 +3546,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3525,7 +3561,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3538,7 +3574,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "enumflags2", "frame-support", @@ -3553,7 +3589,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3568,7 +3604,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3576,6 +3612,8 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "serde", + "sp-core", + "sp-io", "sp-runtime", "sp-session", "sp-staking", @@ -3586,7 +3624,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3600,7 +3638,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3614,7 +3652,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3636,7 +3674,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.17", @@ -3647,7 +3685,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3661,7 +3699,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3679,7 +3717,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "frame-system", @@ -3693,7 +3731,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -3711,7 +3749,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-support", "parity-scale-codec", @@ -3724,7 +3762,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3739,7 +3777,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3755,7 +3793,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3863,6 +3901,25 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" +[[package]] +name = "parity-tokio-ipc" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf" +dependencies = [ + "bytes 0.4.12", + "futures 0.1.29", + "libc", + "log 0.4.8", + "mio-named-pipes", + "miow 0.3.5", + "rand 0.7.3", + "tokio 0.1.22", + "tokio-named-pipes", + "tokio-uds", + "winapi 0.3.8", +] + [[package]] name = "parity-util-mem" version = "0.6.1" @@ -4064,7 +4121,7 @@ checksum = "feb3b2b1033b8a60b4da6ee470325f887758c95d5320f52f9ce0df055a55940e" [[package]] name = "polkadot" -version = "0.8.8" +version = "0.8.9" dependencies = [ "assert_cmd", "futures 0.3.5", @@ -4078,7 +4135,7 @@ dependencies = [ [[package]] name = "polkadot-availability-store" -version = "0.8.8" +version = "0.8.9" dependencies = [ "derive_more 0.99.7", "exit-future", @@ -4104,7 +4161,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "0.8.8" +version = "0.8.9" dependencies = [ "frame-benchmarking-cli", "futures 0.3.5", @@ -4129,7 +4186,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "0.8.8" +version = "0.8.9" dependencies = [ "futures 0.3.5", "futures-timer 2.0.2", @@ -4157,7 +4214,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "0.8.8" +version = "0.8.9" dependencies = [ "derive_more 0.15.0", "parity-scale-codec", @@ -4169,7 +4226,7 @@ dependencies = [ [[package]] name = "polkadot-network" -version = "0.8.8" +version = "0.8.9" dependencies = [ "arrayvec 0.4.12", "bytes 0.5.4", @@ -4197,7 +4254,7 @@ dependencies = [ [[package]] name = "polkadot-network-test" -version = "0.8.8" +version = "0.8.9" dependencies = [ "futures 0.3.5", "log 0.4.8", @@ -4240,7 +4297,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" -version = "0.8.8" +version = "0.8.9" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -4259,7 +4316,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "frame-system", @@ -4281,7 +4338,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" -version = "0.8.8" +version = "0.8.9" dependencies = [ "jsonrpc-core", "pallet-transaction-payment-rpc", @@ -4306,7 +4363,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "frame-benchmarking", @@ -4380,7 +4437,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "frame-benchmarking", @@ -4467,7 +4524,7 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.8.8" +version = "0.8.9" dependencies = [ "env_logger", "frame-benchmarking", @@ -4585,7 +4642,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "0.8.8" +version = "0.8.9" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -4594,7 +4651,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "frame-executive", @@ -4672,7 +4729,7 @@ dependencies = [ [[package]] name = "polkadot-validation" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "derive_more 0.14.1", @@ -5440,7 +5497,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "bytes 0.5.4", "derive_more 0.99.7", @@ -5467,7 +5524,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5491,7 +5548,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -5507,7 +5564,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -5523,7 +5580,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.17", @@ -5534,7 +5591,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "ansi_term 0.12.1", "atty", @@ -5574,7 +5631,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "fnv", @@ -5610,7 +5667,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "blake2-rfc", "hash-db", @@ -5639,7 +5696,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "sc-client-api", "sp-blockchain", @@ -5650,7 +5707,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "fork-tree", @@ -5692,7 +5749,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -5715,7 +5772,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -5728,7 +5785,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -5750,7 +5807,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "log 0.4.8", "sc-client-api", @@ -5764,7 +5821,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "lazy_static", @@ -5792,7 +5849,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -5809,7 +5866,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -5824,7 +5881,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "cranelift-codegen", "cranelift-wasm", @@ -5845,7 +5902,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "assert_matches", "derive_more 0.99.7", @@ -5883,7 +5940,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "finality-grandpa", @@ -5900,12 +5957,13 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", "log 0.4.8", "parity-util-mem", + "parking_lot 0.10.2", "sc-client-api", "sc-network", "sp-blockchain", @@ -5918,7 +5976,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "hex", @@ -5933,7 +5991,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "hash-db", "lazy_static", @@ -5952,7 +6010,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "bitflags", "bs58", @@ -6004,7 +6062,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6019,7 +6077,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "env_logger", "futures 0.3.5", @@ -6046,7 +6104,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "bytes 0.5.4", "fnv", @@ -6073,7 +6131,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "libp2p", @@ -6086,7 +6144,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "log 0.4.8", "substrate-prometheus-endpoint", @@ -6095,7 +6153,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "hash-db", @@ -6127,7 +6185,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6151,10 +6209,11 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", + "jsonrpc-ipc-server", "jsonrpc-pubsub", "jsonrpc-ws-server", "log 0.4.8", @@ -6166,7 +6225,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "directories", @@ -6229,7 +6288,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "log 0.4.8", "parity-scale-codec", @@ -6243,7 +6302,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "bytes 0.5.4", "futures 0.3.5", @@ -6265,7 +6324,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "erased-serde", "log 0.4.8", @@ -6280,7 +6339,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6300,7 +6359,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6687,7 +6746,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -6699,7 +6758,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "hash-db", "parity-scale-codec", @@ -6714,7 +6773,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -6726,7 +6785,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "serde", @@ -6738,7 +6797,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "integer-sqrt", "num-traits 0.2.11", @@ -6751,7 +6810,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-api", @@ -6763,7 +6822,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6774,7 +6833,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-api", @@ -6786,7 +6845,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "log 0.4.8", @@ -6802,7 +6861,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "serde", "serde_json", @@ -6811,7 +6870,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -6834,7 +6893,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-api", @@ -6848,7 +6907,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "merlin", "parity-scale-codec", @@ -6865,7 +6924,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -6877,7 +6936,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "base58", "blake2-rfc", @@ -6919,7 +6978,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -6928,7 +6987,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "proc-macro2 1.0.17", "quote 1.0.6", @@ -6938,7 +6997,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "environmental", "parity-scale-codec", @@ -6949,7 +7008,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "finality-grandpa", "log 0.4.8", @@ -6965,7 +7024,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -6975,7 +7034,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "parity-scale-codec", @@ -6987,7 +7046,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "hash-db", @@ -7007,7 +7066,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "lazy_static", "sp-core", @@ -7018,7 +7077,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "serde", @@ -7030,7 +7089,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.17", @@ -7041,7 +7100,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "sp-api", "sp-core", @@ -7051,7 +7110,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "backtrace", "log 0.4.8", @@ -7060,7 +7119,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "serde", "sp-core", @@ -7069,7 +7128,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "either", "hash256-std-hasher", @@ -7091,7 +7150,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "primitive-types", @@ -7106,7 +7165,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "Inflector", "proc-macro-crate", @@ -7118,7 +7177,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "serde", "serde_json", @@ -7127,7 +7186,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-api", @@ -7140,7 +7199,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7150,7 +7209,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "hash-db", "log 0.4.8", @@ -7169,12 +7228,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" [[package]] name = "sp-storage" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -7186,7 +7245,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7200,7 +7259,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "tracing", ] @@ -7208,7 +7267,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "derive_more 0.99.7", "futures 0.3.5", @@ -7224,7 +7283,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "hash-db", "memory-db", @@ -7238,10 +7297,11 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "futures-core", + "futures-timer 3.0.2", "lazy_static", "prometheus", ] @@ -7249,7 +7309,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -7261,7 +7321,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -7392,7 +7452,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "chrono", "clear_on_drop", @@ -7419,7 +7479,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "platforms", ] @@ -7427,7 +7487,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -7448,7 +7508,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "async-std", "derive_more 0.99.7", @@ -7462,7 +7522,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "hash-db", @@ -7484,7 +7544,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "cfg-if", "frame-executive", @@ -7524,7 +7584,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc3" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -7545,7 +7605,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#4368fc66041b155050d68dccd43711ae01bc250b" +source = "git+https://github.com/paritytech/substrate#24cbfc442a80f602ee3e907d6ceb840f9fdeba9d" [[package]] name = "substrate-wasm-builder-runner" @@ -7771,7 +7831,7 @@ dependencies = [ [[package]] name = "test-parachain-adder" -version = "0.8.8" +version = "0.8.9" dependencies = [ "dlmalloc", "parity-scale-codec", @@ -7810,7 +7870,7 @@ dependencies = [ [[package]] name = "test-parachain-halt" -version = "0.8.8" +version = "0.8.9" dependencies = [ "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -8050,6 +8110,19 @@ dependencies = [ "log 0.4.8", ] +[[package]] +name = "tokio-named-pipes" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae" +dependencies = [ + "bytes 0.4.12", + "futures 0.1.29", + "mio", + "mio-named-pipes", + "tokio 0.1.22", +] + [[package]] name = "tokio-reactor" version = "0.1.12" @@ -8081,6 +8154,15 @@ dependencies = [ "webpki", ] +[[package]] +name = "tokio-service" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" +dependencies = [ + "futures 0.1.29", +] + [[package]] name = "tokio-sync" version = "0.1.8" @@ -8678,7 +8760,7 @@ dependencies = [ [[package]] name = "westend-runtime" -version = "0.8.8" +version = "0.8.9" dependencies = [ "bitvec", "frame-benchmarking", diff --git a/Cargo.toml b/Cargo.toml index fd6d302da368..486e304b630a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "polkadot" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/availability-store/Cargo.toml b/availability-store/Cargo.toml index c658885c0dd4..c886d11b7981 100644 --- a/availability-store/Cargo.toml +++ b/availability-store/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-availability-store" description = "Persistent database for parachain data" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8e811b9c85d0..a404c75502b2 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-cli" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] description = "Polkadot Relay-chain Client Node" edition = "2018" diff --git a/collator/Cargo.toml b/collator/Cargo.toml index dfbc9d7530da..32ade9319976 100644 --- a/collator/Cargo.toml +++ b/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] description = "Collator node implementation" edition = "2018" diff --git a/erasure-coding/Cargo.toml b/erasure-coding/Cargo.toml index c9ee5fb60f74..9c71a3b31b5e 100644 --- a/erasure-coding/Cargo.toml +++ b/erasure-coding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-erasure-coding" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/network/Cargo.toml b/network/Cargo.toml index ac292ed34811..53dd868342f9 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] description = "Polkadot-specific networking protocol" edition = "2018" diff --git a/network/test/Cargo.toml b/network/test/Cargo.toml index 8b0881f828bf..4e32c88c1d7e 100644 --- a/network/test/Cargo.toml +++ b/network/test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-network-test" -version = "0.8.8" +version = "0.8.9" license = "GPL-3.0" authors = ["Parity Technologies "] edition = "2018" diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index be713fe56d90..541edff8063c 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] description = "Types and utilities for creating and working with parachains" edition = "2018" diff --git a/parachain/test-parachains/adder/Cargo.toml b/parachain/test-parachains/adder/Cargo.toml index bc379ad18398..d6e9f981bdda 100644 --- a/parachain/test-parachains/adder/Cargo.toml +++ b/parachain/test-parachains/adder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-adder" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] description = "Test parachain which adds to a number as its state transition" edition = "2018" diff --git a/parachain/test-parachains/halt/Cargo.toml b/parachain/test-parachains/halt/Cargo.toml index 6df56d75024b..7fd788f5e5b6 100644 --- a/parachain/test-parachains/halt/Cargo.toml +++ b/parachain/test-parachains/halt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-parachain-halt" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] description = "Test parachain which executes forever" edition = "2018" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 42c1ef9c1edb..1c4ca153b0a8 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-primitives" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 8ec6bda43ecd..04ad82777c92 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-rpc" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index f572a96ef837..19dc74b61503 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime-common" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index a2a7477dc53b..0b8472c4b63b 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kusama-runtime" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index be3c4f30876a..aa91592e386f 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-runtime" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/test-runtime/Cargo.toml b/runtime/test-runtime/Cargo.toml index b8534601dd0e..9be3aa59b27c 100644 --- a/runtime/test-runtime/Cargo.toml +++ b/runtime/test-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-test-runtime" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/westend/Cargo.toml b/runtime/westend/Cargo.toml index 86e6c22d7159..f90961972fec 100644 --- a/runtime/westend/Cargo.toml +++ b/runtime/westend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "westend-runtime" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" build = "build.rs" diff --git a/service/Cargo.toml b/service/Cargo.toml index 2751f140b5fc..58a24dbce825 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-service" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/statement-table/Cargo.toml b/statement-table/Cargo.toml index d1fbdcf37bd7..ef6e8206caf4 100644 --- a/statement-table/Cargo.toml +++ b/statement-table/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-statement-table" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018" diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 003d6aef16e9..d6d91f91a22b 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-validation" -version = "0.8.8" +version = "0.8.9" authors = ["Parity Technologies "] edition = "2018"