diff --git a/Cargo.lock b/Cargo.lock index 7536eae33b2d..deda26748d23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1345,21 +1345,38 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "frame-benchmarking" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "linregress", + "parity-scale-codec", + "paste", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "frame-benchmarking" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "linregress", "parity-scale-codec", "paste", - "sp-api", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1368,32 +1385,58 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "Inflector", - "frame-benchmarking", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "sc-cli", "sc-client-db", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-service", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-state-machine", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "structopt", ] +[[package]] +name = "frame-executive" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "frame-executive" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "frame-metadata" +version = "11.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -1403,8 +1446,33 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "parity-scale-codec", "serde", - "sp-core", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "frame-support" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "bitmask", + "frame-metadata 11.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support-procedural 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "impl-trait-for-tuples", + "log 0.4.8", + "once_cell", + "parity-scale-codec", + "paste", + "serde", + "smallvec 1.4.1", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -1413,8 +1481,8 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "bitmask", - "frame-metadata", - "frame-support-procedural", + "frame-metadata 11.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support-procedural 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", "log 0.4.8", "once_cell", @@ -1422,14 +1490,25 @@ dependencies = [ "paste", "serde", "smallvec 1.4.1", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "frame-support-procedural" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support-procedural-tools 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", ] [[package]] @@ -1437,7 +1516,19 @@ name = "frame-support-procedural" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support-procedural-tools", + "frame-support-procedural-tools 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + +[[package]] +name = "frame-support-procedural-tools" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support-procedural-tools-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "proc-macro-crate", "proc-macro2 1.0.18", "quote 1.0.7", "syn 1.0.33", @@ -1448,13 +1539,23 @@ name = "frame-support-procedural-tools" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support-procedural-tools-derive", + "frame-support-procedural-tools-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "proc-macro-crate", "proc-macro2 1.0.18", "quote 1.0.7", "syn 1.0.33", ] +[[package]] +name = "frame-support-procedural-tools-derive" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + [[package]] name = "frame-support-procedural-tools-derive" version = "2.0.0-rc4" @@ -1465,20 +1566,36 @@ dependencies = [ "syn 1.0.33", ] +[[package]] +name = "frame-system" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "impl-trait-for-tuples", + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "frame-system" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -1486,13 +1603,22 @@ name = "frame-system-benchmarking" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "frame-system-rpc-runtime-api" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -1501,7 +1627,7 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-api", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -2463,47 +2589,47 @@ name = "kusama-runtime" version = "0.8.14" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-executive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "frame-system-benchmarking", - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", "log 0.3.9", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-collective", - "pallet-democracy", - "pallet-elections-phragmen", - "pallet-finality-tracker", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-multisig", + "pallet-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-collective 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-democracy 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-elections-phragmen 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-identity 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-indices 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-membership 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-multisig 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-nicks", - "pallet-offences", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-offences-benchmarking", - "pallet-proxy", - "pallet-randomness-collective-flip", - "pallet-recovery", - "pallet-scheduler", - "pallet-session", + "pallet-proxy 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-recovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-scheduler 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-session-benchmarking", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", + "pallet-society 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-utility 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-common", @@ -2512,22 +2638,22 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.4.1", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "static_assertions", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0", @@ -3347,6 +3473,83 @@ dependencies = [ "void", ] +[[package]] +name = "node-primitives" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "node-runtime" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-executive 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "integer-sqrt", + "node-primitives", + "pallet-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-collective 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-contracts", + "pallet-contracts-primitives", + "pallet-contracts-rpc-runtime-api", + "pallet-democracy 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-elections-phragmen 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-identity 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-indices 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-membership 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-multisig 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-proxy 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-recovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-scheduler 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-society 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-sudo 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-treasury 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-utility 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "static_assertions", + "substrate-wasm-builder-runner 1.0.6 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "nodrop" version = "0.1.14" @@ -3501,579 +3704,1092 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "pallet-authority-discovery" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "pallet-authority-discovery" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] name = "pallet-authorship" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "impl-trait-for-tuples", "parity-scale-codec", - "sp-authorship", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-babe" +name = "pallet-authorship" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-babe" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-application-crypto", - "sp-consensus-babe", - "sp-consensus-vrf", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-timestamp", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus-vrf 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-balances" +name = "pallet-babe" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-vrf 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-collective" +name = "pallet-balances" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-democracy" +name = "pallet-balances" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-elections-phragmen" +name = "pallet-collective" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-finality-tracker" +name = "pallet-collective" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-finality-tracker", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-grandpa" +name = "pallet-contracts" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-support", - "frame-system", - "pallet-finality-tracker", - "pallet-session", + "bitflags", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-contracts-primitives", "parity-scale-codec", + "parity-wasm", + "pwasm-utils", "serde", - "sp-application-crypto", - "sp-core", - "sp-finality-grandpa", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-sandbox", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasmi-validation", ] [[package]] -name = "pallet-identity" +name = "pallet-contracts-primitives" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", - "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-im-online" +name = "pallet-contracts-rpc-runtime-api" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "pallet-contracts-primitives", + "parity-scale-codec", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-democracy" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-authorship", - "pallet-session", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-indices" +name = "pallet-democracy" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-std", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-membership" +name = "pallet-elections-phragmen" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-npos-elections 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-multisig" +name = "pallet-elections-phragmen" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-npos-elections 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-nicks" +name = "pallet-finality-tracker" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-offences" +name = "pallet-finality-tracker" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", "parity-scale-codec", "serde", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-offences-benchmarking" +name = "pallet-grandpa" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-im-online", - "pallet-offences", - "pallet-session", - "pallet-staking", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", - "sp-runtime", - "sp-staking", - "sp-std", + "serde", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-proxy" +name = "pallet-grandpa" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-randomness-collective-flip" +name = "pallet-identity" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-support", - "frame-system", + "enumflags2", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", - "safe-mix", - "sp-runtime", - "sp-std", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-recovery" +name = "pallet-identity" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "enumflags2", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-scheduler" +name = "pallet-im-online" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-session" +name = "pallet-im-online" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "pallet-timestamp", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-session-benchmarking" +name = "pallet-indices" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "rand 0.7.3", - "sp-runtime", - "sp-session", - "sp-std", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-society" +name = "pallet-indices" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", - "rand_chacha 0.2.2", "serde", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-staking" +name = "pallet-membership" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-authorship", - "pallet-session", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", - "rand_chacha 0.2.2", "serde", - "sp-application-crypto", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", - "sp-std", - "static_assertions", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-staking-reward-curve" +name = "pallet-membership" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "proc-macro-crate", - "proc-macro2 1.0.18", - "quote 1.0.7", - "syn 1.0.33", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-sudo" +name = "pallet-multisig" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-timestamp" +name = "pallet-multisig" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-transaction-payment" +name = "pallet-nicks" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", - "frame-system", - "pallet-transaction-payment-rpc-runtime-api", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "smallvec 1.4.1", - "sp-runtime", - "sp-std", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-transaction-payment-rpc" +name = "pallet-offences" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "jsonrpc-core", - "jsonrpc-core-client", - "jsonrpc-derive", - "pallet-transaction-payment-rpc-runtime-api", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-transaction-payment-rpc-runtime-api" +name = "pallet-offences" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-support", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-api", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-treasury" +name = "pallet-offences-benchmarking" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-balances", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", - "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "pallet-utility" +name = "pallet-proxy" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "pallet-vesting" +name = "pallet-proxy" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] -name = "parity-db" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00d595e372d119261593297debbe4193811a4dc811d2a1ccbb8caaa6666ad7ab" +name = "pallet-randomness-collective-flip" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "blake2-rfc", - "crc32fast", - "libc", - "log 0.4.8", - "memmap", - "parking_lot 0.10.2", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "safe-mix", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] -name = "parity-multiaddr" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477" +name = "pallet-randomness-collective-flip" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "arrayref", - "bs58", - "byteorder", - "data-encoding", - "parity-multihash", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "safe-mix", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-recovery" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "enumflags2", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-recovery" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "enumflags2", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-scheduler" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-scheduler" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-session" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "impl-trait-for-tuples", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-session" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-session-benchmarking" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "rand 0.7.3", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-society" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "rand_chacha 0.2.2", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-society" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "rand_chacha 0.2.2", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-staking" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-npos-elections 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "static_assertions", +] + +[[package]] +name = "pallet-staking" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "rand_chacha 0.2.2", + "serde", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-npos-elections 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "static_assertions", +] + +[[package]] +name = "pallet-staking-reward-curve" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "proc-macro-crate", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + +[[package]] +name = "pallet-staking-reward-curve" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "proc-macro-crate", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + +[[package]] +name = "pallet-sudo" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-sudo" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-timestamp" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "impl-trait-for-tuples", + "parity-scale-codec", + "serde", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-timestamp" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "impl-trait-for-tuples", + "parity-scale-codec", + "serde", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-transaction-payment" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "smallvec 1.4.1", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-transaction-payment" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "smallvec 1.4.1", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-transaction-payment-rpc" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "jsonrpc-core", + "jsonrpc-core-client", + "jsonrpc-derive", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-rpc", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-transaction-payment-rpc-runtime-api" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-transaction-payment-rpc-runtime-api" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-treasury" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-treasury" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-utility" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-utility" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "pallet-vesting" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "enumflags2", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "parity-scale-codec", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "pallet-vesting" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "enumflags2", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "parity-scale-codec", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "parity-db" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00d595e372d119261593297debbe4193811a4dc811d2a1ccbb8caaa6666ad7ab" +dependencies = [ + "blake2-rfc", + "crc32fast", + "libc", + "log 0.4.8", + "memmap", + "parking_lot 0.10.2", +] + +[[package]] +name = "parity-multiaddr" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f77055f9e81921a8cc7bebeb6cded3d128931d51f1e3dd6251f0770a6d431477" +dependencies = [ + "arrayref", + "bs58", + "byteorder", + "data-encoding", + "parity-multihash", "percent-encoding 2.1.0", "serde", "static_assertions", @@ -4396,14 +5112,14 @@ dependencies = [ "parking_lot 0.9.0", "polkadot-erasure-coding", "polkadot-primitives", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-keystore", "sc-network", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "tokio 0.2.21", ] @@ -4417,13 +5133,13 @@ dependencies = [ "polkadot-service", "polkadot-service-new", "sc-cli", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-client-db", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-service", - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "structopt", "substrate-browser-utils", "substrate-build-script-utils", @@ -4447,16 +5163,16 @@ dependencies = [ "polkadot-service-new", "polkadot-validation", "sc-cli", - "sc-client-api", - "sc-executor", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-network", "sc-service", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keyring", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "tokio 0.2.21", ] @@ -4465,9 +5181,9 @@ name = "polkadot-core-primitives" version = "0.7.30" dependencies = [ "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4478,8 +5194,8 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "reed-solomon-erasure", - "sp-core", - "sp-trie", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4502,12 +5218,12 @@ dependencies = [ "rand 0.7.3", "sc-network", "sc-network-gossip", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] @@ -4526,7 +5242,7 @@ dependencies = [ "polkadot-primitives", "polkadot-subsystem-test-helpers", "sc-network", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "streamunordered", ] @@ -4540,15 +5256,15 @@ dependencies = [ "polkadot-test-runtime-client", "rand 0.7.3", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus", "sc-network", "sc-network-test", "sc-service", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4567,12 +5283,12 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "polkadot-subsystem-test-helpers", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-keystore", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keyring", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "streamunordered", ] @@ -4589,15 +5305,15 @@ dependencies = [ "polkadot-primitives", "sc-basic-authorship", "sc-block-builder", - "sc-client-api", - "sc-telemetry", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-transaction-pool", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "tokio-executor 0.2.0-alpha.6", "wasm-timer", ] @@ -4610,7 +5326,7 @@ dependencies = [ "parity-scale-codec", "polkadot-primitives", "polkadot-statement-table", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4637,7 +5353,7 @@ dependencies = [ "log 0.4.8", "polkadot-node-subsystem", "polkadot-primitives", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "streamunordered", ] @@ -4650,14 +5366,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", "polkadot-core-primitives", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "serde", "shared_memory", - "sp-core", - "sp-externalities", - "sp-io", - "sp-std", - "sp-wasm-interface", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4675,7 +5391,7 @@ dependencies = [ "polkadot-primitives", "polkadot-subsystem-test-helpers", "sc-network", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "streamunordered", ] @@ -4684,22 +5400,22 @@ name = "polkadot-primitives" version = "0.8.14" dependencies = [ "bitvec", - "frame-system", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-core-primitives", "polkadot-parachain", "pretty_assertions", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-serializer", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-serializer 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4710,7 +5426,7 @@ dependencies = [ "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-primitives", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-epochs", @@ -4718,13 +5434,13 @@ dependencies = [ "sc-finality-grandpa-rpc", "sc-keystore", "sc-rpc", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-runtime", - "sp-transaction-pool", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-frame-rpc-system", ] @@ -4733,46 +5449,46 @@ name = "polkadot-runtime" version = "0.8.14" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-executive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "frame-system-benchmarking", - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", "log 0.3.9", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-collective", - "pallet-democracy", - "pallet-elections-phragmen", - "pallet-finality-tracker", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-multisig", + "pallet-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-collective 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-democracy 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-elections-phragmen 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-identity 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-indices 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-membership 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-multisig 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-nicks", - "pallet-offences", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-offences-benchmarking", - "pallet-proxy", - "pallet-randomness-collective-flip", - "pallet-scheduler", - "pallet-session", + "pallet-proxy 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-scheduler 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-session-benchmarking", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-sudo 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-utility 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-common", @@ -4781,21 +5497,21 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.4.1", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "static_assertions", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0", @@ -4807,41 +5523,41 @@ name = "polkadot-runtime-common" version = "0.8.14" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", "log 0.3.9", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-offences", - "pallet-randomness-collective-flip", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-primitives", "rustc-hex", "serde", "serde_derive", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "static_assertions", "trie-db", ] @@ -4851,23 +5567,23 @@ name = "polkadot-runtime-parachains" version = "0.8.0" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", "log 0.3.9", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-offences", - "pallet-randomness-collective-flip", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-timestamp", - "pallet-treasury", - "pallet-vesting", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-primitives", "rand 0.7.3", @@ -4876,17 +5592,17 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-trie", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -4894,17 +5610,17 @@ name = "polkadot-service" version = "0.8.14" dependencies = [ "env_logger", - "frame-benchmarking", - "frame-system-rpc-runtime-api", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "futures 0.3.5", "hex-literal", "kusama-runtime", "lazy_static", "log 0.4.8", - "pallet-babe", - "pallet-im-online", - "pallet-staking", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "parking_lot 0.9.0", "polkadot-availability-store", @@ -4917,35 +5633,35 @@ dependencies = [ "sc-authority-discovery", "sc-block-builder", "sc-chain-spec", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-client-db", "sc-consensus", "sc-consensus-babe", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-finality-grandpa", "sc-keystore", "sc-network", "sc-service", - "sc-telemetry", - "sc-transaction-pool", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "serde", "slog", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-finality-grandpa", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-transaction-pool", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "westend-runtime", ] @@ -4954,17 +5670,17 @@ name = "polkadot-service-new" version = "0.8.3" dependencies = [ "env_logger", - "frame-benchmarking", - "frame-system-rpc-runtime-api", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "futures 0.3.5", "hex-literal", "kusama-runtime", "lazy_static", "log 0.4.8", - "pallet-babe", - "pallet-im-online", - "pallet-staking", - "pallet-transaction-payment-rpc-runtime-api", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "parking_lot 0.9.0", "polkadot-network", @@ -4978,35 +5694,35 @@ dependencies = [ "sc-authority-discovery", "sc-block-builder", "sc-chain-spec", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-client-db", "sc-consensus", "sc-consensus-babe", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-finality-grandpa", "sc-keystore", "sc-network", "sc-service", - "sc-telemetry", - "sc-transaction-pool", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "serde", "slog", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-finality-grandpa", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-transaction-pool", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "westend-runtime", ] @@ -5026,9 +5742,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-primitives", "polkadot-subsystem-test-helpers", - "sp-keyring", - "sp-runtime", - "sp-staking", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "streamunordered", ] @@ -5038,7 +5754,7 @@ version = "0.8.14" dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -5056,31 +5772,31 @@ name = "polkadot-test-runtime" version = "0.8.14" dependencies = [ "bitvec", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-executive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", "log 0.3.9", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-finality-tracker", - "pallet-grandpa", - "pallet-indices", + "pallet-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-indices 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-nicks", - "pallet-offences", - "pallet-randomness-collective-flip", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-vesting", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-sudo 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-parachain", "polkadot-primitives", @@ -5090,22 +5806,22 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.4.1", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0", ] @@ -5115,21 +5831,21 @@ name = "polkadot-test-runtime-client" version = "2.0.0" dependencies = [ "futures 0.3.5", - "pallet-timestamp", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-primitives", "polkadot-runtime-common", "polkadot-test-runtime", "polkadot-test-service", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus", "sc-light", "sc-service", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-test-client", ] @@ -5137,15 +5853,15 @@ dependencies = [ name = "polkadot-test-service" version = "0.8.2" dependencies = [ - "frame-benchmarking", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "futures 0.1.29", "futures 0.3.5", "hex", "log 0.4.8", - "pallet-balances", - "pallet-staking", - "pallet-transaction-payment", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "polkadot-availability-store", "polkadot-network", "polkadot-primitives", @@ -5157,26 +5873,26 @@ dependencies = [ "rand 0.7.3", "sc-authority-discovery", "sc-chain-spec", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus", "sc-consensus-babe", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-finality-grandpa", "sc-informant", "sc-network", "sc-service", - "sc-transaction-pool", + "sc-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "serde_json", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-finality-grandpa", - "sp-inherents", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-test-client", "tempfile", "tokio 0.2.21", @@ -5193,7 +5909,7 @@ dependencies = [ "futures 0.3.5", "futures-timer 2.0.2", "log 0.4.8", - "pallet-babe", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "parking_lot 0.9.0", "polkadot-availability-store", @@ -5203,21 +5919,21 @@ dependencies = [ "polkadot-statement-table", "sc-basic-authorship", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-finality-grandpa", "sc-keystore", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-keyring", - "sp-runtime", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "tokio 0.2.21", ] @@ -5445,6 +6161,17 @@ version = "2.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d883f78645c21b7281d21305181aa1f4dd9e9363e7cf2566c93121552cff003e" +[[package]] +name = "pwasm-utils" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f7a12f176deee919f4ba55326ee17491c8b707d0987aed822682c821b660192" +dependencies = [ + "byteorder", + "log 0.4.8", + "parity-wasm", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -6019,16 +6746,16 @@ dependencies = [ "prost", "prost-build", "rand 0.7.3", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-keystore", "sc-network", "serde_json", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6041,17 +6768,17 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-proposer-metrics", - "sc-telemetry", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-transaction-pool", - "substrate-prometheus-endpoint", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "tokio-executor 0.2.0-alpha.6", ] @@ -6061,15 +6788,15 @@ version = "0.8.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6080,12 +6807,12 @@ dependencies = [ "impl-trait-for-tuples", "sc-chain-spec-derive", "sc-network", - "sc-telemetry", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "serde", "serde_json", "sp-chain-spec", - "sp-core", - "sp-runtime", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6118,28 +6845,64 @@ dependencies = [ "parity-util-mem", "regex", "rpassword", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-informant", "sc-network", "sc-service", - "sc-telemetry", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-tracing", "serde", "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-panic-handler", - "sp-runtime", - "sp-state-machine", - "sp-utils", - "sp-version", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "structopt", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "time", "tokio 0.2.21", ] +[[package]] +name = "sc-client-api" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "fnv", + "futures 0.3.5", + "hash-db", + "hex-literal", + "kvdb", + "lazy_static", + "log 0.4.8", + "parity-scale-codec", + "parking_lot 0.10.2", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-database 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-storage 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sc-client-api" version = "2.0.0-rc4" @@ -6155,25 +6918,25 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "parking_lot 0.10.2", - "sc-executor", - "sc-telemetry", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-inherents", - "sp-keyring", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-transaction-pool", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-database 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-storage 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6192,17 +6955,17 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.10.2", - "sc-client-api", - "sc-executor", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-state-db", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "substrate-prometheus-endpoint", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-database 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6210,10 +6973,10 @@ name = "sc-consensus" version = "0.8.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "sc-client-api", - "sp-blockchain", - "sp-consensus", - "sp-runtime", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6234,28 +6997,28 @@ dependencies = [ "parking_lot 0.10.2", "pdqselect", "rand 0.7.3", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus-epochs", "sc-consensus-slots", "sc-consensus-uncles", "sc-keystore", - "sc-telemetry", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "schnorrkel", "serde", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-timestamp", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-vrf 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6273,13 +7036,13 @@ dependencies = [ "sc-keystore", "sc-rpc-api", "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6290,9 +7053,9 @@ dependencies = [ "fork-tree", "parity-scale-codec", "parking_lot 0.10.2", - "sc-client-api", - "sp-blockchain", - "sp-runtime", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6305,17 +7068,17 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "parking_lot 0.10.2", - "sc-client-api", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-slots 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6324,12 +7087,39 @@ version = "0.8.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "log 0.4.8", - "sc-client-api", - "sp-authorship", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-executor" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "lazy_static", + "libsecp256k1", + "log 0.4.8", + "parity-scale-codec", + "parity-wasm", + "parking_lot 0.10.2", + "sc-executor-common 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sc-executor-wasmi 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-panic-handler 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-serializer 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasmi", ] [[package]] @@ -6344,19 +7134,36 @@ dependencies = [ "parity-scale-codec", "parity-wasm", "parking_lot 0.10.2", - "sc-executor-common", - "sc-executor-wasmi", + "sc-executor-common 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-executor-wasmi 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-executor-wasmtime", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-serializer", - "sp-trie", - "sp-version", - "sp-wasm-interface", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-serializer 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "wasmi", +] + +[[package]] +name = "sc-executor-common" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "log 0.4.8", + "parity-scale-codec", + "parity-wasm", + "sp-allocator 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-serializer 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "wasmi", ] @@ -6369,11 +7176,26 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "parity-wasm", - "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-serializer", - "sp-wasm-interface", + "sp-allocator 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-serializer 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "wasmi", +] + +[[package]] +name = "sc-executor-wasmi" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "log 0.4.8", + "parity-scale-codec", + "sc-executor-common 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-allocator 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", "wasmi", ] @@ -6384,11 +7206,11 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "log 0.4.8", "parity-scale-codec", - "sc-executor-common", - "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sc-executor-common 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-allocator 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasmi", ] @@ -6402,12 +7224,12 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "parity-wasm", - "sc-executor-common", + "sc-executor-common 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "scoped-tls 1.0.0", - "sp-allocator", - "sp-core", - "sp-runtime-interface", - "sp-wasm-interface", + "sp-allocator 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-wasmtime", "substrate-wasmtime-runtime", "wasmtime-environ", @@ -6430,25 +7252,25 @@ dependencies = [ "pin-project", "rand 0.7.3", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus", "sc-keystore", "sc-network", "sc-network-gossip", - "sc-telemetry", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-finality-grandpa", - "sp-finality-tracker", - "sp-inherents", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6477,12 +7299,12 @@ dependencies = [ "futures 0.3.5", "log 0.4.8", "parity-util-mem", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-network", - "sp-blockchain", - "sp-runtime", - "sp-transaction-pool", - "sp-utils", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] @@ -6497,8 +7319,8 @@ dependencies = [ "parking_lot 0.10.2", "rand 0.7.3", "serde_json", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "subtle 2.2.3", ] @@ -6511,14 +7333,14 @@ dependencies = [ "lazy_static", "parity-scale-codec", "parking_lot 0.10.2", - "sc-client-api", - "sc-executor", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-externalities", - "sp-runtime", - "sp-state-machine", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6552,20 +7374,20 @@ dependencies = [ "prost-build", "rand 0.7.3", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-peerset", "serde", "serde_json", "slog", "slog_derive", "smallvec 0.6.13", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-utils", - "substrate-prometheus-endpoint", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "thiserror", "unsigned-varint 0.3.3", "void", @@ -6584,7 +7406,7 @@ dependencies = [ "log 0.4.8", "lru", "sc-network", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] @@ -6601,15 +7423,15 @@ dependencies = [ "parking_lot 0.10.2", "rand 0.7.3", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus", "sc-network", "sc-service", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-runtime", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-test-runtime", "substrate-test-runtime-client", "tempfile", @@ -6631,14 +7453,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", "rand 0.7.3", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-keystore", "sc-network", - "sp-api", - "sp-core", - "sp-offchain", - "sp-runtime", - "sp-utils", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "threadpool", ] @@ -6651,7 +7473,7 @@ dependencies = [ "libp2p", "log 0.4.8", "serde_json", - "sp-utils", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] @@ -6661,7 +7483,7 @@ version = "0.8.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "log 0.4.8", - "substrate-prometheus-endpoint", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6677,23 +7499,23 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", "sc-block-builder", - "sc-client-api", - "sc-executor", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-keystore", "sc-rpc-api", "serde_json", - "sp-api", - "sp-blockchain", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sp-chain-spec", - "sp-core", - "sp-offchain", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sp-rpc", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-transaction-pool", - "sp-utils", - "sp-version", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6713,11 +7535,11 @@ dependencies = [ "serde", "serde_json", "sp-chain-spec", - "sp-core", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sp-rpc", - "sp-runtime", - "sp-transaction-pool", - "sp-version", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6733,7 +7555,7 @@ dependencies = [ "log 0.4.8", "serde", "serde_json", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -6761,9 +7583,9 @@ dependencies = [ "rand 0.7.3", "sc-block-builder", "sc-chain-spec", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-client-db", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-informant", "sc-keystore", "sc-light", @@ -6771,28 +7593,28 @@ dependencies = [ "sc-offchain", "sc-rpc", "sc-rpc-server", - "sc-telemetry", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-tracing", - "sc-transaction-pool", + "sc-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "serde", "serde_json", "slog", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-transaction-pool", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sysinfo", "tempfile", "tracing", @@ -6809,8 +7631,29 @@ dependencies = [ "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.10.2", - "sc-client-api", - "sp-core", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sc-telemetry" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "futures 0.3.5", + "futures-timer 3.0.2", + "libp2p", + "log 0.4.8", + "parking_lot 0.10.2", + "pin-project", + "rand 0.7.3", + "serde", + "slog", + "slog-json", + "slog-scope", + "take_mut", + "void", + "wasm-timer", ] [[package]] @@ -6843,14 +7686,34 @@ dependencies = [ "log 0.4.8", "parking_lot 0.10.2", "rustc-hash", - "sc-telemetry", + "sc-telemetry 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "serde", "serde_json", "slog", - "sp-tracing", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "tracing-core", ] +[[package]] +name = "sc-transaction-graph" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "futures 0.3.5", + "linked-hash-map", + "log 0.4.8", + "parity-util-mem", + "parking_lot 0.10.2", + "serde", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasm-timer", +] + [[package]] name = "sc-transaction-graph" version = "2.0.0-rc4" @@ -6863,18 +7726,45 @@ dependencies = [ "parity-util-mem", "parking_lot 0.10.2", "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", - "sp-utils", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] [[package]] name = "sc-transaction-pool" version = "2.0.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "futures 0.3.5", + "futures-diagnose", + "intervalier", + "log 0.4.8", + "node-runtime", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.10.2", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sc-transaction-graph 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasm-timer", +] + +[[package]] +name = "sc-transaction-pool" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate#e89f0644ca6b752e98dcdc6e207d66756f239caa" dependencies = [ "derive_more 0.99.9", "futures 0.3.5", @@ -6884,16 +7774,16 @@ dependencies = [ "parity-scale-codec", "parity-util-mem", "parking_lot 0.10.2", - "sc-client-api", - "sc-transaction-graph", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "sp-utils", - "substrate-prometheus-endpoint", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sc-transaction-graph 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] @@ -7297,6 +8187,18 @@ dependencies = [ "sha-1", ] +[[package]] +name = "sp-allocator" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "log 0.4.8", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-allocator" version = "2.0.0-rc4" @@ -7304,9 +8206,24 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "derive_more 0.99.9", "log 0.4.8", - "sp-core", - "sp-std", - "sp-wasm-interface", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-api" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "hash-db", + "parity-scale-codec", + "sp-api-proc-macro 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7316,12 +8233,24 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "hash-db", "parity-scale-codec", - "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-version", + "sp-api-proc-macro 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-api-proc-macro" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "blake2-rfc", + "proc-macro-crate", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", ] [[package]] @@ -7336,6 +8265,18 @@ dependencies = [ "syn 1.0.33", ] +[[package]] +name = "sp-application-crypto" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-application-crypto" version = "2.0.0-rc4" @@ -7343,9 +8284,22 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "parity-scale-codec", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-arithmetic" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "integer-sqrt", + "num-traits 0.2.12", + "parity-scale-codec", + "serde", + "sp-debug-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7357,8 +8311,20 @@ dependencies = [ "num-traits 0.2.12", "parity-scale-codec", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-authority-discovery" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7367,10 +8333,21 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-authorship" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7379,9 +8356,21 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-block-builder" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7390,10 +8379,27 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-blockchain" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "log 0.4.8", + "lru", + "parity-scale-codec", + "parking_lot 0.10.2", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-database 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7406,11 +8412,11 @@ dependencies = [ "lru", "parity-scale-codec", "parking_lot 0.10.2", - "sp-block-builder", - "sp-consensus", - "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-database 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -7422,6 +8428,31 @@ dependencies = [ "serde_json", ] +[[package]] +name = "sp-consensus" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "futures 0.3.5", + "futures-timer 3.0.2", + "libp2p", + "log 0.4.8", + "parity-scale-codec", + "parking_lot 0.10.2", + "serde", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasm-timer", +] + [[package]] name = "sp-consensus" version = "0.8.0-rc4" @@ -7435,15 +8466,15 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.10.2", "serde", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-utils", - "sp-version", - "substrate-prometheus-endpoint", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "substrate-prometheus-endpoint 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] @@ -7453,12 +8484,31 @@ version = "0.8.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-consensus-babe" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "merlin", + "parity-scale-codec", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus-slots 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-consensus-vrf 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7468,16 +8518,25 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "merlin", "parity-scale-codec", - "sp-api", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-consensus-vrf", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-std", - "sp-timestamp", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-slots 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-vrf 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-consensus-slots" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7486,7 +8545,19 @@ version = "0.8.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-runtime", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-consensus-vrf" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "schnorrkel", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7496,9 +8567,52 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "parity-scale-codec", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-core" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "base58", + "blake2-rfc", + "byteorder", + "derive_more 0.99.9", + "ed25519-dalek", + "futures 0.3.5", + "hash-db", + "hash256-std-hasher", + "hex", + "impl-serde 0.3.1", + "lazy_static", + "libsecp256k1", + "log 0.4.8", + "merlin", + "num-traits 0.2.12", + "parity-scale-codec", + "parity-util-mem", + "parking_lot 0.10.2", + "primitive-types", + "rand 0.7.3", + "regex", + "schnorrkel", + "secrecy", + "serde", + "sha2 0.8.2", + "sp-debug-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-storage 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "substrate-bip39", + "tiny-bip39", + "tiny-keccak 2.0.2", + "twox-hash", + "wasmi", + "zeroize", ] [[package]] @@ -7531,11 +8645,11 @@ dependencies = [ "secrecy", "serde", "sha2 0.8.2", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-debug-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-storage 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-bip39", "tiny-bip39", "tiny-keccak 2.0.2", @@ -7544,6 +8658,15 @@ dependencies = [ "zeroize", ] +[[package]] +name = "sp-database" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "kvdb", + "parking_lot 0.10.2", +] + [[package]] name = "sp-database" version = "2.0.0-rc4" @@ -7553,6 +8676,16 @@ dependencies = [ "parking_lot 0.10.2", ] +[[package]] +name = "sp-debug-derive" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + [[package]] name = "sp-debug-derive" version = "2.0.0-rc4" @@ -7564,14 +8697,41 @@ dependencies = [ ] [[package]] -name = "sp-externalities" -version = "0.8.0-rc4" -source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +name = "sp-externalities" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-storage 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + +[[package]] +name = "sp-externalities" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +dependencies = [ + "environmental", + "parity-scale-codec", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-storage 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-finality-grandpa" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" dependencies = [ - "environmental", + "finality-grandpa", + "log 0.4.8", "parity-scale-codec", - "sp-std", - "sp-storage", + "serde", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7583,11 +8743,21 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-runtime", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-finality-tracker" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7596,8 +8766,20 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-inherents", - "sp-std", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-inherents" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "parity-scale-codec", + "parking_lot 0.10.2", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7608,8 +8790,29 @@ dependencies = [ "derive_more 0.99.9", "parity-scale-codec", "parking_lot 0.10.2", - "sp-core", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-io" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "futures 0.3.5", + "hash-db", + "libsecp256k1", + "log 0.4.8", + "parity-scale-codec", + "parking_lot 0.10.2", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7623,14 +8826,25 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "parking_lot 0.10.2", - "sp-core", - "sp-externalities", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-keyring" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "lazy_static", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "strum", ] [[package]] @@ -7639,11 +8853,23 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "strum", ] +[[package]] +name = "sp-npos-elections" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "serde", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-npos-elections-compact 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-npos-elections" version = "2.0.0-rc4" @@ -7651,9 +8877,20 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "parity-scale-codec", "serde", - "sp-arithmetic", - "sp-npos-elections-compact", - "sp-std", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-npos-elections-compact 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-npos-elections-compact" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "proc-macro-crate", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", ] [[package]] @@ -7667,14 +8904,33 @@ dependencies = [ "syn 1.0.33", ] +[[package]] +name = "sp-offchain" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-offchain" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-panic-handler" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "backtrace", + "log 0.4.8", ] [[package]] @@ -7692,7 +8948,29 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "serde", - "sp-core", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-runtime" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log 0.4.8", + "parity-scale-codec", + "parity-util-mem", + "paste", + "rand 0.7.3", + "serde", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7709,12 +8987,27 @@ dependencies = [ "paste", "rand 0.7.3", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-std", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-arithmetic 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-runtime-interface" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "primitive-types", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime-interface-proc-macro 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "static_assertions", ] [[package]] @@ -7724,14 +9017,26 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "parity-scale-codec", "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface-proc-macro 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-tracing 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "static_assertions", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2 1.0.18", + "quote 1.0.7", + "syn 1.0.33", +] + [[package]] name = "sp-runtime-interface-proc-macro" version = "2.0.0-rc4" @@ -7744,6 +9049,28 @@ dependencies = [ "syn 1.0.33", ] +[[package]] +name = "sp-sandbox" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-wasm-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasmi", +] + +[[package]] +name = "sp-serializer" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "sp-serializer" version = "2.0.0-rc4" @@ -7753,17 +9080,40 @@ dependencies = [ "serde_json", ] +[[package]] +name = "sp-session" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-session" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-api", - "sp-core", - "sp-runtime", - "sp-staking", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-staking" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "parity-scale-codec", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", ] [[package]] @@ -7772,8 +9122,29 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "parity-scale-codec", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-state-machine" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "hash-db", + "itertools 0.9.0", + "log 0.4.8", + "num-traits 0.2.12", + "parity-scale-codec", + "parking_lot 0.10.2", + "rand 0.7.3", + "smallvec 1.4.1", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-panic-handler 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "trie-db", + "trie-root", ] [[package]] @@ -7789,19 +9160,36 @@ dependencies = [ "parking_lot 0.10.2", "rand 0.7.3", "smallvec 1.4.1", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-trie", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-externalities 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-panic-handler 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "trie-db", "trie-root", ] +[[package]] +name = "sp-std" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" + [[package]] name = "sp-std" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" +[[package]] +name = "sp-storage" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "impl-serde 0.2.3", + "ref-cast", + "serde", + "sp-debug-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-storage" version = "2.0.0-rc4" @@ -7810,8 +9198,22 @@ dependencies = [ "impl-serde 0.2.3", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-timestamp" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasm-timer", ] [[package]] @@ -7821,13 +9223,23 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-api", - "sp-inherents", - "sp-runtime", - "sp-std", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-timer", ] +[[package]] +name = "sp-tracing" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "log 0.4.8", + "rental", + "tracing", +] + [[package]] name = "sp-tracing" version = "2.0.0-rc4" @@ -7838,6 +9250,22 @@ dependencies = [ "tracing", ] +[[package]] +name = "sp-transaction-pool" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "derive_more 0.99.9", + "futures 0.3.5", + "log 0.4.8", + "parity-scale-codec", + "serde", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-transaction-pool" version = "2.0.0-rc4" @@ -7848,10 +9276,24 @@ dependencies = [ "log 0.4.8", "parity-scale-codec", "serde", - "sp-api", - "sp-blockchain", - "sp-runtime", - "sp-utils", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-utils 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-trie" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "hash-db", + "memory-db", + "parity-scale-codec", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "trie-db", + "trie-root", ] [[package]] @@ -7862,12 +9304,24 @@ dependencies = [ "hash-db", "memory-db", "parity-scale-codec", - "sp-core", - "sp-std", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "trie-db", "trie-root", ] +[[package]] +name = "sp-utils" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "futures 0.3.5", + "futures-core", + "futures-timer 3.0.2", + "lazy_static", + "prometheus", +] + [[package]] name = "sp-utils" version = "2.0.0-rc4" @@ -7880,6 +9334,18 @@ dependencies = [ "prometheus", ] +[[package]] +name = "sp-version" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "impl-serde 0.2.3", + "parity-scale-codec", + "serde", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", +] + [[package]] name = "sp-version" version = "2.0.0-rc4" @@ -7888,8 +9354,19 @@ dependencies = [ "impl-serde 0.2.3", "parity-scale-codec", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "sp-wasm-interface" +version = "2.0.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging)", + "wasmi", ] [[package]] @@ -7899,7 +9376,7 @@ source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c67 dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", - "sp-std", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasmi", ] @@ -8054,7 +9531,7 @@ dependencies = [ "sc-informant", "sc-network", "sc-service", - "sp-database", + "sp-database 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "wasm-bindgen", "wasm-bindgen-futures", ] @@ -8072,22 +9549,36 @@ name = "substrate-frame-rpc-system" version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "futures 0.3.5", "jsonrpc-core", "jsonrpc-core-client", "jsonrpc-derive", "log 0.4.8", "parity-scale-codec", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-rpc-api", "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-transaction-pool", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", +] + +[[package]] +name = "substrate-prometheus-endpoint" +version = "0.8.0-rc4" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" +dependencies = [ + "async-std", + "derive_more 0.99.9", + "futures-util", + "hyper 0.13.6", + "log 0.4.8", + "prometheus", + "tokio 0.2.21", ] [[package]] @@ -8114,20 +9605,20 @@ dependencies = [ "hash-db", "hex", "parity-scale-codec", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-client-db", "sc-consensus", - "sc-executor", + "sc-executor 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-light", "sc-service", "serde", "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keyring", - "sp-runtime", - "sp-state-machine", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-state-machine 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", ] [[package]] @@ -8136,36 +9627,36 @@ version = "2.0.0-rc4" source = "git+https://github.com/paritytech/substrate#06dedb0eb77abb7f64832b5c675ee4c00e40d730" dependencies = [ "cfg-if", - "frame-executive", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", + "frame-executive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "log 0.4.8", "memory-db", - "pallet-babe", - "pallet-timestamp", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "parity-util-mem", "sc-service", "serde", - "sp-api", - "sp-application-crypto", - "sp-block-builder", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-application-crypto 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sp-consensus-aura", - "sp-consensus-babe", - "sp-core", - "sp-finality-grandpa", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-runtime-interface", - "sp-session", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-finality-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime-interface 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.6 (git+https://github.com/paritytech/substrate)", "trie-db", ] @@ -8178,19 +9669,24 @@ dependencies = [ "futures 0.3.5", "parity-scale-codec", "sc-block-builder", - "sc-client-api", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "sc-consensus", "sc-light", "sc-service", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-blockchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-test-client", "substrate-test-runtime", ] +[[package]] +name = "substrate-wasm-builder-runner" +version = "1.0.6" +source = "git+https://github.com/paritytech/substrate?branch=IncomingTransactionsLogging#a33393e8ff0151433328fbcd6d1c63d4eb478762" + [[package]] name = "substrate-wasm-builder-runner" version = "1.0.6" @@ -8425,8 +9921,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0", ] @@ -8441,8 +9937,8 @@ dependencies = [ "polkadot-collator", "polkadot-parachain", "polkadot-primitives", - "sc-client-api", - "sp-core", + "sc-client-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "test-parachain-adder", ] @@ -8453,8 +9949,8 @@ dependencies = [ "dlmalloc", "parity-scale-codec", "polkadot-parachain", - "sp-io", - "sp-std", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0", ] @@ -9407,48 +10903,48 @@ name = "westend-runtime" version = "0.8.14" dependencies = [ "bitvec", - "frame-benchmarking", - "frame-executive", - "frame-support", - "frame-system", + "frame-benchmarking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-executive 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-support 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "frame-system 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "frame-system-benchmarking", - "frame-system-rpc-runtime-api", + "frame-system-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "hex-literal", "libsecp256k1", "log 0.3.9", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-collective", - "pallet-democracy", - "pallet-elections-phragmen", - "pallet-finality-tracker", - "pallet-grandpa", - "pallet-identity", - "pallet-im-online", - "pallet-indices", - "pallet-membership", - "pallet-multisig", + "pallet-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-authorship 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-babe 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-balances 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-collective 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-democracy 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-elections-phragmen 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-finality-tracker 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-grandpa 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-identity 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-im-online 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-indices 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-membership 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-multisig 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-nicks", - "pallet-offences", + "pallet-offences 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-offences-benchmarking", - "pallet-proxy", - "pallet-randomness-collective-flip", - "pallet-recovery", - "pallet-scheduler", - "pallet-session", + "pallet-proxy 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-randomness-collective-flip 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-recovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-scheduler 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "pallet-session-benchmarking", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", + "pallet-society 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-staking-reward-curve 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-sudo 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-timestamp 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-transaction-payment-rpc-runtime-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-treasury 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-utility 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "pallet-vesting 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "parity-scale-codec", "polkadot-parachain", "polkadot-primitives", @@ -9458,22 +10954,22 @@ dependencies = [ "serde_derive", "serde_json", "smallvec 1.4.1", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "sp-transaction-pool", - "sp-trie", - "sp-version", + "sp-api 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-authority-discovery 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-block-builder 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-consensus-babe 0.8.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-core 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-inherents 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-io 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-keyring 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-offchain 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-runtime 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-session 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-staking 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-std 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-transaction-pool 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-trie 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", + "sp-version 2.0.0-rc4 (git+https://github.com/paritytech/substrate)", "static_assertions", "substrate-wasm-builder-runner 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tiny-keccak 1.5.0", diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index a9552b56ad2b..d60cd76dc16d 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -40,7 +40,7 @@ inherents = { package = "sp-inherents", git = "https://github.com/paritytech/sub service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "IncomingTransactionsLogging" } sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/node/test-service/Cargo.toml b/node/test-service/Cargo.toml index db6328a9aac2..39e1c0f84680 100644 --- a/node/test-service/Cargo.toml +++ b/node/test-service/Cargo.toml @@ -40,7 +40,7 @@ sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "mast sc-executor = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-informant = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "IncomingTransactionsLogging" } service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/service/Cargo.toml b/service/Cargo.toml index 6a82aff1e15c..c2ddf709df29 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -39,7 +39,7 @@ inherents = { package = "sp-inherents", git = "https://github.com/paritytech/sub service = { package = "sc-service", git = "https://github.com/paritytech/substrate", branch = "master", default-features = false } telemetry = { package = "sc-telemetry", git = "https://github.com/paritytech/substrate", branch = "master" } sc-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "IncomingTransactionsLogging" } sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }