From c35c92aa11b0ebe5b933815fe390fb7045f7db63 Mon Sep 17 00:00:00 2001 From: mattrutherford <44339188+mattrutherford@users.noreply.github.com> Date: Wed, 12 Aug 2020 13:15:11 +0100 Subject: [PATCH] Companion PR for substrate #6672 (#1560) * update Cargo.lock * "Update Substrate" Co-authored-by: Matt Rutherford Co-authored-by: parity-processbot <> --- polkadot/Cargo.lock | 423 ++++++++++++++++++++++++++------------------ 1 file changed, 251 insertions(+), 172 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index ab125cb005..6b41d54242 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -1395,7 +1395,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", ] @@ -1403,7 +1403,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -1420,7 +1420,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "parity-scale-codec", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -1453,7 +1453,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "11.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "serde", @@ -1464,7 +1464,7 @@ dependencies = [ [[package]] name = "frame-support" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "bitmask", "frame-metadata", @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support-procedural-tools", "proc-macro2 1.0.18", @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -1512,7 +1512,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -1522,7 +1522,7 @@ dependencies = [ [[package]] name = "frame-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -1552,7 +1552,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-api", @@ -3107,6 +3107,15 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" +[[package]] +name = "matchers" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1" +dependencies = [ + "regex-automata", +] + [[package]] name = "matches" version = "0.1.8" @@ -3542,7 +3551,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3558,7 +3567,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3573,7 +3582,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3598,7 +3607,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3612,7 +3621,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3628,7 +3637,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3643,7 +3652,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3658,7 +3667,7 @@ dependencies = [ [[package]] name = "pallet-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3674,7 +3683,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3696,7 +3705,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "enumflags2", "frame-benchmarking", @@ -3712,7 +3721,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3732,7 +3741,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3748,7 +3757,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3762,7 +3771,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3777,7 +3786,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3791,7 +3800,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3806,7 +3815,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3827,7 +3836,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3842,7 +3851,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3855,7 +3864,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "enumflags2", "frame-support", @@ -3870,7 +3879,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3885,7 +3894,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3905,7 +3914,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3921,7 +3930,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3935,7 +3944,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -3957,7 +3966,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -3968,7 +3977,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -3982,7 +3991,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -4000,7 +4009,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "frame-system", @@ -4017,7 +4026,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4035,7 +4044,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-support", "parity-scale-codec", @@ -4048,7 +4057,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -4063,7 +4072,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-benchmarking", "frame-support", @@ -4079,7 +4088,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5674,6 +5683,17 @@ dependencies = [ "prost", ] +[[package]] +name = "pwasm-utils" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7" +dependencies = [ + "byteorder", + "log 0.4.11", + "parity-wasm", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -6029,6 +6049,16 @@ dependencies = [ "thread_local", ] +[[package]] +name = "regex-automata" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" +dependencies = [ + "byteorder", + "regex-syntax", +] + [[package]] name = "regex-syntax" version = "0.6.18" @@ -6339,7 +6369,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "bytes 0.5.5", "derive_more 0.99.9", @@ -6366,7 +6396,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6390,7 +6420,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -6407,7 +6437,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", @@ -6423,7 +6453,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -6434,7 +6464,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "ansi_term 0.12.1", "atty", @@ -6475,7 +6505,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "fnv", @@ -6511,7 +6541,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "blake2-rfc", "hash-db", @@ -6541,7 +6571,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "sc-client-api", "sp-blockchain", @@ -6552,7 +6582,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "fork-tree", @@ -6596,7 +6626,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6620,7 +6650,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "fork-tree", "parity-scale-codec", @@ -6633,7 +6663,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6656,7 +6686,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "log 0.4.11", "sc-client-api", @@ -6670,7 +6700,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "lazy_static", @@ -6698,7 +6728,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -6715,7 +6745,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -6730,28 +6760,25 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ - "cranelift-codegen", - "cranelift-wasm", "log 0.4.11", "parity-scale-codec", "parity-wasm", + "pwasm-utils", "sc-executor-common", "scoped-tls 1.0.0", "sp-allocator", "sp-core", "sp-runtime-interface", "sp-wasm-interface", - "substrate-wasmtime", - "wasmtime-environ", - "wasmtime-runtime", + "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6788,7 +6815,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "finality-grandpa", @@ -6809,7 +6836,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "ansi_term 0.12.1", "futures 0.3.5", @@ -6827,7 +6854,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "hex", @@ -6843,7 +6870,7 @@ dependencies = [ [[package]] name = "sc-light" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "hash-db", "lazy_static", @@ -6862,7 +6889,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "bitflags", "bs58", @@ -6914,7 +6941,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -6929,7 +6956,7 @@ dependencies = [ [[package]] name = "sc-network-test" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "env_logger", "futures 0.3.5", @@ -6956,7 +6983,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "bytes 0.5.5", "fnv", @@ -6983,7 +7010,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "libp2p", @@ -6996,7 +7023,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "log 0.4.11", "substrate-prometheus-endpoint", @@ -7005,7 +7032,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "hash-db", @@ -7037,7 +7064,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7061,7 +7088,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "jsonrpc-core", "jsonrpc-http-server", @@ -7077,7 +7104,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "directories", @@ -7137,7 +7164,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "log 0.4.11", "parity-scale-codec", @@ -7151,7 +7178,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "futures-timer 3.0.2", @@ -7172,7 +7199,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "erased-serde", "log 0.4.11", @@ -7183,13 +7210,14 @@ dependencies = [ "serde_json", "slog", "sp-tracing", - "tracing-core", + "tracing", + "tracing-subscriber", ] [[package]] name = "sc-transaction-graph" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7210,7 +7238,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7455,6 +7483,15 @@ dependencies = [ "opaque-debug 0.2.3", ] +[[package]] +name = "sharded-slab" +version = "0.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06d5a3f5166fb5b42a5439f2eee8b9de149e235961e3eb21c5808fc3ea17ff3e" +dependencies = [ + "lazy_static", +] + [[package]] name = "shared_memory" version = "0.10.0" @@ -7668,7 +7705,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7680,7 +7717,7 @@ dependencies = [ [[package]] name = "sp-api" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "hash-db", "parity-scale-codec", @@ -7695,7 +7732,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "blake2-rfc", "proc-macro-crate", @@ -7707,7 +7744,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "serde", @@ -7719,7 +7756,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "integer-sqrt", "num-traits 0.2.12", @@ -7732,7 +7769,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-api", @@ -7744,7 +7781,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7755,7 +7792,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-api", @@ -7767,7 +7804,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "log 0.4.11", @@ -7784,7 +7821,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "serde", "serde_json", @@ -7793,7 +7830,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -7819,7 +7856,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-api", @@ -7833,7 +7870,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "merlin", "parity-scale-codec", @@ -7852,7 +7889,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -7861,7 +7898,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -7873,7 +7910,7 @@ dependencies = [ [[package]] name = "sp-core" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "base58", "blake2-rfc", @@ -7917,7 +7954,7 @@ dependencies = [ [[package]] name = "sp-database" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "kvdb", "parking_lot 0.10.2", @@ -7926,7 +7963,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "proc-macro2 1.0.18", "quote 1.0.7", @@ -7936,7 +7973,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "environmental", "parity-scale-codec", @@ -7947,7 +7984,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "finality-grandpa", "log 0.4.11", @@ -7963,7 +8000,7 @@ dependencies = [ [[package]] name = "sp-finality-tracker" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -7973,7 +8010,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "parity-scale-codec", @@ -7985,7 +8022,7 @@ dependencies = [ [[package]] name = "sp-io" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "hash-db", @@ -8006,7 +8043,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "lazy_static", "sp-core", @@ -8017,7 +8054,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "serde", @@ -8029,7 +8066,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "proc-macro-crate", "proc-macro2 1.0.18", @@ -8040,7 +8077,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "sp-api", "sp-core", @@ -8050,7 +8087,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "backtrace", "log 0.4.11", @@ -8059,7 +8096,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "serde", "sp-core", @@ -8068,7 +8105,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "either", "hash256-std-hasher", @@ -8090,7 +8127,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "primitive-types", @@ -8105,7 +8142,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "Inflector", "proc-macro-crate", @@ -8117,7 +8154,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "serde", "serde_json", @@ -8126,7 +8163,7 @@ dependencies = [ [[package]] name = "sp-session" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-api", @@ -8139,7 +8176,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -8149,7 +8186,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "hash-db", "itertools 0.9.0", @@ -8170,12 +8207,12 @@ dependencies = [ [[package]] name = "sp-std" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" [[package]] name = "sp-storage" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "impl-serde 0.2.3", "ref-cast", @@ -8187,7 +8224,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8201,7 +8238,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "log 0.4.11", "rental", @@ -8211,7 +8248,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -8226,7 +8263,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "hash-db", "memory-db", @@ -8240,7 +8277,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "futures-core", @@ -8252,7 +8289,7 @@ dependencies = [ [[package]] name = "sp-version" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", @@ -8264,7 +8301,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8395,7 +8432,7 @@ dependencies = [ [[package]] name = "substrate-browser-utils" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "chrono", "console_error_panic_hook", @@ -8421,7 +8458,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "platforms", ] @@ -8429,7 +8466,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.5", @@ -8452,7 +8489,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.8.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "async-std", "derive_more 0.99.9", @@ -8466,7 +8503,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.1.29", "futures 0.3.5", @@ -8492,7 +8529,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "cfg-if", "frame-executive", @@ -8532,7 +8569,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0-rc5" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" dependencies = [ "futures 0.3.5", "parity-scale-codec", @@ -8553,7 +8590,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" -source = "git+https://github.com/paritytech/substrate#eb0e05e126a027499d0993c0df8833c55bc359e0" +source = "git+https://github.com/paritytech/substrate#0c3cdf16d48532969237d1aa0e5cf27d7ade8018" [[package]] name = "substrate-wasm-builder-runner" @@ -8561,31 +8598,6 @@ version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2a965994514ab35d3893e9260245f2947fd1981cdd4fffd2c6e6d1a9ce02e6a" -[[package]] -name = "substrate-wasmtime" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a69f5b3afef86e3e372529bf3fb1f7219b20287c4490e4cb4b4e91970f4f5" -dependencies = [ - "anyhow", - "backtrace", - "cfg-if", - "lazy_static", - "libc", - "log 0.4.11", - "region", - "rustc-demangle", - "smallvec 1.4.1", - "target-lexicon", - "wasmparser 0.59.0", - "wasmtime-environ", - "wasmtime-jit", - "wasmtime-profiling", - "wasmtime-runtime", - "wat", - "winapi 0.3.9", -] - [[package]] name = "subtle" version = "1.0.0" @@ -9161,9 +9173,9 @@ checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" [[package]] name = "tracing" -version = "0.1.16" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2e2a2de6b0d5cbb13fc21193a2296888eaab62b6044479aafb3c54c01c29fcd" +checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178" dependencies = [ "cfg-if", "tracing-attributes", @@ -9183,13 +9195,55 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94ae75f0d28ae10786f3b1895c55fe72e79928fd5ccdebb5438c75e93fec178f" +checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9" dependencies = [ "lazy_static", ] +[[package]] +name = "tracing-log" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9" +dependencies = [ + "lazy_static", + "log 0.4.11", + "tracing-core", +] + +[[package]] +name = "tracing-serde" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6ccba2f8f16e0ed268fc765d9b7ff22e965e7185d32f8f1ec8294fe17d86e79" +dependencies = [ + "serde", + "tracing-core", +] + +[[package]] +name = "tracing-subscriber" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abd165311cc4d7a555ad11cc77a37756df836182db0d81aac908c8184c584f40" +dependencies = [ + "ansi_term 0.12.1", + "chrono", + "lazy_static", + "matchers", + "regex", + "serde", + "serde_json", + "sharded-slab", + "smallvec 1.4.1", + "thread_local", + "tracing-core", + "tracing-log", + "tracing-serde", +] + [[package]] name = "treeline" version = "0.1.0" @@ -9549,6 +9603,31 @@ version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9" +[[package]] +name = "wasmtime" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cd3c4f449382779ef6e0a7c3ec6752ae614e20a42e4100000c3efdc973100e2" +dependencies = [ + "anyhow", + "backtrace", + "cfg-if", + "lazy_static", + "libc", + "log 0.4.11", + "region", + "rustc-demangle", + "smallvec 1.4.1", + "target-lexicon", + "wasmparser 0.59.0", + "wasmtime-environ", + "wasmtime-jit", + "wasmtime-profiling", + "wasmtime-runtime", + "wat", + "winapi 0.3.9", +] + [[package]] name = "wasmtime-debug" version = "0.19.0"