mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
Setting versions locally towards 2.0 release (#4404)
* clean up cargo.toml syntax * bumping versions to 2.0 * bump networking to 0.8 * move consensus down to 0.8 * bump consensus pallets to 0.8.0, too * Upping babe and aura pallets * add remaining, missing version definitions * missed some
This commit is contained in:
committed by
Gavin Wood
parent
33fa445db0
commit
9200bfa997
Generated
+80
-80
@@ -3010,11 +3010,11 @@ dependencies = [
|
||||
"node-primitives 2.0.0",
|
||||
"node-rpc 2.0.0",
|
||||
"node-runtime 2.0.0",
|
||||
"node-transaction-factory 0.0.1",
|
||||
"pallet-authority-discovery 0.1.0",
|
||||
"node-transaction-factory 2.0.0",
|
||||
"pallet-authority-discovery 2.0.0",
|
||||
"pallet-balances 2.0.0",
|
||||
"pallet-contracts 2.0.0",
|
||||
"pallet-im-online 0.1.0",
|
||||
"pallet-im-online 2.0.0",
|
||||
"pallet-indices 2.0.0",
|
||||
"pallet-timestamp 2.0.0",
|
||||
"pallet-transaction-payment 2.0.0",
|
||||
@@ -3028,10 +3028,10 @@ dependencies = [
|
||||
"sc-client 2.0.0",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-client-db 2.0.0",
|
||||
"sc-consensus-babe 2.0.0",
|
||||
"sc-consensus-babe 0.8.0",
|
||||
"sc-finality-grandpa 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-offchain 2.0.0",
|
||||
"sc-rpc 2.0.0",
|
||||
"sc-service 2.0.0",
|
||||
@@ -3040,8 +3040,8 @@ dependencies = [
|
||||
"sc-transaction-pool 2.0.0",
|
||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-authority-discovery 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-finality-grandpa 2.0.0",
|
||||
"sp-finality-tracker 2.0.0",
|
||||
@@ -3138,8 +3138,8 @@ dependencies = [
|
||||
"frame-system-rpc-runtime-api 2.0.0",
|
||||
"integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"node-primitives 2.0.0",
|
||||
"pallet-authority-discovery 0.1.0",
|
||||
"pallet-authorship 0.1.0",
|
||||
"pallet-authority-discovery 2.0.0",
|
||||
"pallet-authorship 2.0.0",
|
||||
"pallet-babe 2.0.0",
|
||||
"pallet-balances 2.0.0",
|
||||
"pallet-collective 2.0.0",
|
||||
@@ -3149,11 +3149,11 @@ dependencies = [
|
||||
"pallet-elections-phragmen 2.0.0",
|
||||
"pallet-finality-tracker 2.0.0",
|
||||
"pallet-grandpa 2.0.0",
|
||||
"pallet-im-online 0.1.0",
|
||||
"pallet-im-online 2.0.0",
|
||||
"pallet-indices 2.0.0",
|
||||
"pallet-membership 2.0.0",
|
||||
"pallet-nicks 2.0.0",
|
||||
"pallet-offences 1.0.0",
|
||||
"pallet-offences 2.0.0",
|
||||
"pallet-randomness-collective-flip 2.0.0",
|
||||
"pallet-session 2.0.0",
|
||||
"pallet-staking 2.0.0",
|
||||
@@ -3171,7 +3171,7 @@ dependencies = [
|
||||
"sp-api 2.0.0",
|
||||
"sp-authority-discovery 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -3200,14 +3200,14 @@ dependencies = [
|
||||
"sc-basic-authority 2.0.0",
|
||||
"sc-cli 2.0.0",
|
||||
"sc-client 2.0.0",
|
||||
"sc-consensus-aura 2.0.0",
|
||||
"sc-consensus-aura 0.8.0",
|
||||
"sc-executor 2.0.0",
|
||||
"sc-finality-grandpa 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-service 2.0.0",
|
||||
"sc-transaction-pool 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-aura 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-aura 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-finality-grandpa 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
@@ -3240,7 +3240,7 @@ dependencies = [
|
||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-consensus-aura 2.0.0",
|
||||
"sp-consensus-aura 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -3284,7 +3284,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "node-transaction-factory"
|
||||
version = "0.0.1"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -3295,7 +3295,7 @@ dependencies = [
|
||||
"sp-api 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
]
|
||||
@@ -3471,7 +3471,7 @@ dependencies = [
|
||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-application-crypto 2.0.0",
|
||||
"sp-consensus-aura 2.0.0",
|
||||
"sp-consensus-aura 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -3482,7 +3482,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pallet-authority-discovery"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"frame-support 2.0.0",
|
||||
"frame-system 2.0.0",
|
||||
@@ -3500,7 +3500,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pallet-authorship"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"frame-support 2.0.0",
|
||||
"frame-system 2.0.0",
|
||||
@@ -3527,7 +3527,7 @@ dependencies = [
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -3776,11 +3776,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pallet-im-online"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"frame-support 2.0.0",
|
||||
"frame-system 2.0.0",
|
||||
"pallet-authorship 0.1.0",
|
||||
"pallet-authorship 2.0.0",
|
||||
"pallet-session 2.0.0",
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -3840,7 +3840,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pallet-offences"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"frame-support 2.0.0",
|
||||
"frame-system 2.0.0",
|
||||
@@ -3870,7 +3870,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pallet-scored-pool"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"frame-support 2.0.0",
|
||||
"frame-system 2.0.0",
|
||||
@@ -3910,7 +3910,7 @@ version = "2.0.0"
|
||||
dependencies = [
|
||||
"frame-support 2.0.0",
|
||||
"frame-system 2.0.0",
|
||||
"pallet-authorship 0.1.0",
|
||||
"pallet-authorship 2.0.0",
|
||||
"pallet-balances 2.0.0",
|
||||
"pallet-session 2.0.0",
|
||||
"pallet-staking-reward-curve 2.0.0",
|
||||
@@ -4927,7 +4927,7 @@ dependencies = [
|
||||
"prost-build 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-peerset 2.0.0",
|
||||
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
@@ -4952,7 +4952,7 @@ dependencies = [
|
||||
"sc-telemetry 2.0.0",
|
||||
"sc-transaction-pool 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -4980,7 +4980,7 @@ version = "2.0.0"
|
||||
dependencies = [
|
||||
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-chain-spec-derive 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5016,7 +5016,7 @@ dependencies = [
|
||||
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-service 2.0.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
"sc-tracing 2.0.0",
|
||||
@@ -5054,7 +5054,7 @@ dependencies = [
|
||||
"sc-telemetry 2.0.0",
|
||||
"sp-api 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-externalities 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
@@ -5087,7 +5087,7 @@ dependencies = [
|
||||
"sc-telemetry 2.0.0",
|
||||
"sp-api 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-externalities 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
@@ -5120,7 +5120,7 @@ dependencies = [
|
||||
"sc-executor 2.0.0",
|
||||
"sc-state-db 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-keyring 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -5131,7 +5131,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-consensus-aura"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5143,10 +5143,10 @@ dependencies = [
|
||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-client 2.0.0",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-consensus-slots 2.0.0",
|
||||
"sc-consensus-slots 0.8.0",
|
||||
"sc-executor 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-network-test 2.0.0",
|
||||
"sc-service 2.0.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
@@ -5154,8 +5154,8 @@ dependencies = [
|
||||
"sp-application-crypto 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-aura 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-aura 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -5170,7 +5170,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-consensus-babe"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5190,11 +5190,11 @@ dependencies = [
|
||||
"sc-block-builder 2.0.0",
|
||||
"sc-client 2.0.0",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-consensus-slots 2.0.0",
|
||||
"sc-consensus-uncles 2.0.0",
|
||||
"sc-consensus-slots 0.8.0",
|
||||
"sc-consensus-uncles 0.8.0",
|
||||
"sc-executor 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-network-test 2.0.0",
|
||||
"sc-service 2.0.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
@@ -5203,8 +5203,8 @@ dependencies = [
|
||||
"sp-application-crypto 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -5219,7 +5219,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-consensus-pow"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5228,8 +5228,8 @@ dependencies = [
|
||||
"sc-client-api 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-pow 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-pow 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -5238,7 +5238,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-consensus-slots"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5248,7 +5248,7 @@ dependencies = [
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -5257,12 +5257,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-consensus-uncles"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-client-api 2.0.0",
|
||||
"sp-authorship 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -5323,15 +5323,15 @@ dependencies = [
|
||||
"sc-client 2.0.0",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-network-gossip 2.0.0",
|
||||
"sc-network-test 2.0.0",
|
||||
"sc-telemetry 2.0.0",
|
||||
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-finality-grandpa 2.0.0",
|
||||
"sp-finality-tracker 2.0.0",
|
||||
@@ -5361,7 +5361,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sc-network"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5395,8 +5395,8 @@ dependencies = [
|
||||
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-arithmetic 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-keyring 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -5422,7 +5422,7 @@ dependencies = [
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sp-runtime 2.0.0",
|
||||
]
|
||||
|
||||
@@ -5441,10 +5441,10 @@ dependencies = [
|
||||
"sc-block-builder 2.0.0",
|
||||
"sc-client 2.0.0",
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
"substrate-test-runtime 2.0.0",
|
||||
@@ -5473,7 +5473,7 @@ dependencies = [
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-client-db 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-transaction-pool 2.0.0",
|
||||
"sp-api 2.0.0",
|
||||
"sp-core 2.0.0",
|
||||
@@ -5514,7 +5514,7 @@ dependencies = [
|
||||
"sc-client-api 2.0.0",
|
||||
"sc-executor 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-rpc-api 2.0.0",
|
||||
"sc-transaction-pool 2.0.0",
|
||||
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -5600,7 +5600,7 @@ dependencies = [
|
||||
"sc-executor 2.0.0",
|
||||
"sc-finality-grandpa 2.0.0",
|
||||
"sc-keystore 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-offchain 2.0.0",
|
||||
"sc-rpc 2.0.0",
|
||||
"sc-rpc-server 2.0.0",
|
||||
@@ -5613,8 +5613,8 @@ dependencies = [
|
||||
"sp-api 2.0.0",
|
||||
"sp-application-crypto 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-finality-grandpa 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
@@ -5640,9 +5640,9 @@ dependencies = [
|
||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sc-client 2.0.0",
|
||||
"sc-network 2.0.0",
|
||||
"sc-network 0.8.0",
|
||||
"sc-service 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
"sp-transaction-pool 2.0.0",
|
||||
@@ -6053,7 +6053,7 @@ dependencies = [
|
||||
"rustversion 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-runtime 2.0.0",
|
||||
"sp-state-machine 2.0.0",
|
||||
"sp-version 2.0.0",
|
||||
@@ -6139,14 +6139,14 @@ dependencies = [
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-runtime 2.0.0",
|
||||
"sp-state-machine 2.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "sp-consensus"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -6165,7 +6165,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sp-consensus-aura"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
@@ -6178,13 +6178,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sp-consensus-babe"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"schnorrkel 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
"sp-application-crypto 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
"sp-std 2.0.0",
|
||||
@@ -6193,7 +6193,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sp-consensus-pow"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"sp-api 2.0.0",
|
||||
@@ -6745,7 +6745,7 @@ dependencies = [
|
||||
"sc-client-db 2.0.0",
|
||||
"sc-executor 2.0.0",
|
||||
"sp-blockchain 2.0.0",
|
||||
"sp-consensus 2.0.0",
|
||||
"sp-consensus 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-keyring 2.0.0",
|
||||
"sp-runtime 2.0.0",
|
||||
@@ -6772,8 +6772,8 @@ dependencies = [
|
||||
"sp-api 2.0.0",
|
||||
"sp-application-crypto 2.0.0",
|
||||
"sp-block-builder 2.0.0",
|
||||
"sp-consensus-aura 2.0.0",
|
||||
"sp-consensus-babe 2.0.0",
|
||||
"sp-consensus-aura 0.8.0",
|
||||
"sp-consensus-babe 0.8.0",
|
||||
"sp-core 2.0.0",
|
||||
"sp-inherents 2.0.0",
|
||||
"sp-io 2.0.0",
|
||||
|
||||
@@ -18,25 +18,25 @@ tokio = "0.1.22"
|
||||
parking_lot = "0.9.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
trie-root = "0.15.2"
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sc-cli = { path = "../../client/cli" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sc-executor = { path = "../../client/executor" }
|
||||
sc-service = { path = "../../client/service" }
|
||||
sp-inherents = { path = "../../primitives/inherents" }
|
||||
sc-transaction-pool = { path = "../../client/transaction-pool" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sc-network = { path = "../../client/network" }
|
||||
sc-consensus-aura = { path = "../../client/consensus/aura" }
|
||||
sp-consensus-aura = { path = "../../primitives/consensus/aura" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
grandpa = { package = "sc-finality-grandpa", path = "../../client/finality-grandpa" }
|
||||
grandpa-primitives = { package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
|
||||
sc-client = { path = "../../client/" }
|
||||
node-template-runtime = { path = "runtime" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sc-basic-authority = { path = "../../client/basic-authorship"}
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sc-cli = { version = "2.0.0", path = "../../client/cli" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sc-executor = { version = "2.0.0", path = "../../client/executor" }
|
||||
sc-service = { version = "2.0.0", path = "../../client/service" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../primitives/inherents" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../../client/transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
sc-network = { version = "0.8", path = "../../client/network" }
|
||||
sc-consensus-aura = { version = "0.8", path = "../../client/consensus/aura" }
|
||||
sp-consensus-aura = { version = "0.8", path = "../../primitives/consensus/aura" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
grandpa = { version = "2.0.0", package = "sc-finality-grandpa", path = "../../client/finality-grandpa" }
|
||||
grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
|
||||
sc-client = { version = "2.0.0", path = "../../client/" }
|
||||
node-template-runtime = { version = "2.0.0", path = "runtime" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sc-basic-authority = { path = "../../client/basic-authorship" }
|
||||
|
||||
[build-dependencies]
|
||||
vergen = "3.0.4"
|
||||
build-script-utils = { package = "substrate-build-script-utils", path = "../../utils/build-script-utils" }
|
||||
build-script-utils = { version = "2.0.0", package = "substrate-build-script-utils", path = "../../utils/build-script-utils" }
|
||||
|
||||
@@ -5,36 +5,36 @@ authors = ["Anonymous"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
aura = { package = "pallet-aura", path = "../../../frame/aura", default-features = false }
|
||||
balances = { package = "pallet-balances", path = "../../../frame/balances", default-features = false }
|
||||
frame-support = { path = "../../../frame/support", default-features = false }
|
||||
grandpa = { package = "pallet-grandpa", path = "../../../frame/grandpa", default-features = false }
|
||||
indices = { package = "pallet-indices", path = "../../../frame/indices", default-features = false }
|
||||
randomness-collective-flip = { package = "pallet-randomness-collective-flip", path = "../../../frame/randomness-collective-flip", default-features = false }
|
||||
sudo = { package = "pallet-sudo", path = "../../../frame/sudo", default-features = false }
|
||||
system = { package = "frame-system", path = "../../../frame/system", default-features = false }
|
||||
timestamp = { package = "pallet-timestamp", path = "../../../frame/timestamp", default-features = false }
|
||||
transaction-payment = { package = "pallet-transaction-payment", path = "../../../frame/transaction-payment", default-features = false }
|
||||
aura = { version = "2.0.0", default-features = false, package = "pallet-aura", path = "../../../frame/aura" }
|
||||
balances = { version = "2.0.0", default-features = false, package = "pallet-balances", path = "../../../frame/balances" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../../../frame/support" }
|
||||
grandpa = { version = "2.0.0", default-features = false, package = "pallet-grandpa", path = "../../../frame/grandpa" }
|
||||
indices = { version = "2.0.0", default-features = false, package = "pallet-indices", path = "../../../frame/indices" }
|
||||
randomness-collective-flip = { version = "2.0.0", default-features = false, package = "pallet-randomness-collective-flip", path = "../../../frame/randomness-collective-flip" }
|
||||
sudo = { version = "2.0.0", default-features = false, package = "pallet-sudo", path = "../../../frame/sudo" }
|
||||
system = { version = "2.0.0", default-features = false, package = "frame-system", path = "../../../frame/system" }
|
||||
timestamp = { version = "2.0.0", default-features = false, package = "pallet-timestamp", path = "../../../frame/timestamp" }
|
||||
transaction-payment = { version = "2.0.0", default-features = false, package = "pallet-transaction-payment", path = "../../../frame/transaction-payment" }
|
||||
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
frame-executive = { path = "../../../frame/executive", default-features = false }
|
||||
frame-executive = { version = "2.0.0", default-features = false, path = "../../../frame/executive" }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
sp-api = { path = "../../../primitives/api", default-features = false }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../../primitives/api" }
|
||||
sp-block-builder = { path = "../../../primitives/block-builder", default-features = false}
|
||||
sp-consensus-aura = { path = "../../../primitives/consensus/aura", default-features = false }
|
||||
sp-core = { path = "../../../primitives/core", default-features = false }
|
||||
sp-consensus-aura = { version = "0.8", default-features = false, path = "../../../primitives/consensus/aura" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-inherents = { path = "../../../primitives/inherents", default-features = false}
|
||||
sp-io = { path = "../../../primitives/io", default-features = false }
|
||||
sp-offchain = { path = "../../../primitives/offchain", default-features = false }
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
sp-session = { path = "../../../primitives/session", default-features = false }
|
||||
sp-std = { path = "../../../primitives/std", default-features = false }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", default-features = false }
|
||||
sp-version = { path = "../../../primitives/version", default-features = false }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../../primitives/io" }
|
||||
sp-offchain = { version = "2.0.0", default-features = false, path = "../../../primitives/offchain" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-session = { version = "2.0.0", default-features = false, path = "../../../primitives/session" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
sp-transaction-pool = { version = "2.0.0", default-features = false, path = "../../../primitives/transaction-pool" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../../../primitives/version" }
|
||||
|
||||
[build-dependencies]
|
||||
wasm-builder-runner = { package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner", version = "1.0.4" }
|
||||
wasm-builder-runner = { version = "1.0.4", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -34,57 +34,57 @@ rand = "0.7.2"
|
||||
structopt = "0.3.3"
|
||||
|
||||
# primitives
|
||||
sp-authority-discovery = { path = "../../../primitives/authority-discovery"}
|
||||
sp-consensus-babe = { path = "../../../primitives/consensus/babe" }
|
||||
grandpa-primitives = { package = "sp-finality-grandpa", path = "../../../primitives/finality-grandpa" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-timestamp = { path = "../../../primitives/timestamp", default-features = false }
|
||||
sp-finality-tracker = { path = "../../../primitives/finality-tracker", default-features = false }
|
||||
sp-inherents = { path = "../../../primitives/inherents" }
|
||||
sp-keyring = { path = "../../../primitives/keyring" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-authority-discovery = { version = "2.0.0", path = "../../../primitives/authority-discovery" }
|
||||
sp-consensus-babe = { version = "0.8", path = "../../../primitives/consensus/babe" }
|
||||
grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", path = "../../../primitives/finality-grandpa" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../../primitives/timestamp" }
|
||||
sp-finality-tracker = { version = "2.0.0", default-features = false, path = "../../../primitives/finality-tracker" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../../primitives/keyring" }
|
||||
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
|
||||
# client dependencies
|
||||
sc-client-api = { path = "../../../client/api" }
|
||||
sc-client = { path = "../../../client/" }
|
||||
sc-chain-spec = { path = "../../../client/chain-spec" }
|
||||
sc-transaction-pool = { path = "../../../client/transaction-pool" }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool" }
|
||||
sc-network = { path = "../../../client/network" }
|
||||
sc-consensus-babe = { path = "../../../client/consensus/babe" }
|
||||
grandpa = { package = "sc-finality-grandpa", path = "../../../client/finality-grandpa" }
|
||||
sc-client-db = { path = "../../../client/db", default-features = false }
|
||||
sc-offchain = { path = "../../../client/offchain" }
|
||||
sc-rpc = { path = "../../../client/rpc" }
|
||||
sc-basic-authority = { path = "../../../client/basic-authorship" }
|
||||
sc-service = { path = "../../../client/service", default-features = false }
|
||||
sc-telemetry = { path = "../../../client/telemetry" }
|
||||
sc-authority-discovery = { path = "../../../client/authority-discovery"}
|
||||
sc-client-api = { version = "2.0.0", path = "../../../client/api" }
|
||||
sc-client = { version = "2.0.0", path = "../../../client/" }
|
||||
sc-chain-spec = { version = "2.0.0", path = "../../../client/chain-spec" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../../../client/transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../../primitives/transaction-pool" }
|
||||
sc-network = { version = "0.8", path = "../../../client/network" }
|
||||
sc-consensus-babe = { version = "0.8", path = "../../../client/consensus/babe" }
|
||||
grandpa = { version = "2.0.0", package = "sc-finality-grandpa", path = "../../../client/finality-grandpa" }
|
||||
sc-client-db = { version = "2.0.0", default-features = false, path = "../../../client/db" }
|
||||
sc-offchain = { version = "2.0.0", path = "../../../client/offchain" }
|
||||
sc-rpc = { version = "2.0.0", path = "../../../client/rpc" }
|
||||
sc-basic-authority = { version = "2.0.0", path = "../../../client/basic-authorship" }
|
||||
sc-service = { version = "2.0.0", default-features = false, path = "../../../client/service" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../../../client/telemetry" }
|
||||
sc-authority-discovery = { version = "2.0.0", path = "../../../client/authority-discovery" }
|
||||
|
||||
# frame dependencies
|
||||
pallet-indices = { path = "../../../frame/indices" }
|
||||
pallet-timestamp = { path = "../../../frame/timestamp", default-features = false }
|
||||
pallet-contracts = { path = "../../../frame/contracts" }
|
||||
frame-system = { path = "../../../frame/system" }
|
||||
pallet-balances = { path = "../../../frame/balances" }
|
||||
pallet-transaction-payment = { path = "../../../frame/transaction-payment" }
|
||||
frame-support = { path = "../../../frame/support", default-features = false }
|
||||
pallet-im-online = { path = "../../../frame/im-online", default-features = false }
|
||||
pallet-authority-discovery = { path = "../../../frame/authority-discovery"}
|
||||
pallet-indices = { version = "2.0.0", path = "../../../frame/indices" }
|
||||
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../../../frame/timestamp" }
|
||||
pallet-contracts = { version = "2.0.0", path = "../../../frame/contracts" }
|
||||
frame-system = { version = "2.0.0", path = "../../../frame/system" }
|
||||
pallet-balances = { version = "2.0.0", path = "../../../frame/balances" }
|
||||
pallet-transaction-payment = { version = "2.0.0", path = "../../../frame/transaction-payment" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../../../frame/support" }
|
||||
pallet-im-online = { version = "2.0.0", default-features = false, path = "../../../frame/im-online" }
|
||||
pallet-authority-discovery = { version = "2.0.0", path = "../../../frame/authority-discovery" }
|
||||
|
||||
# node-specific dependencies
|
||||
node-runtime = { path = "../runtime" }
|
||||
node-rpc = { path = "../rpc" }
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-executor = { path = "../executor" }
|
||||
node-runtime = { version = "2.0.0", path = "../runtime" }
|
||||
node-rpc = { version = "2.0.0", path = "../rpc" }
|
||||
node-primitives = { version = "2.0.0", path = "../primitives" }
|
||||
node-executor = { version = "2.0.0", path = "../executor" }
|
||||
|
||||
# CLI-specific dependencies
|
||||
tokio = { version = "0.1.22", optional = true }
|
||||
sc-cli = { path = "../../../client/cli", optional = true }
|
||||
sc-cli = { version = "2.0.0", optional = true, path = "../../../client/cli" }
|
||||
ctrlc = { version = "3.1.3", features = ["termination"], optional = true }
|
||||
node-transaction-factory = { path = "../transaction-factory", optional = true }
|
||||
node-transaction-factory = { version = "2.0.0", optional = true, path = "../transaction-factory" }
|
||||
|
||||
# WASM-specific dependencies
|
||||
libp2p = { version = "0.13.0", default-features = false, optional = true }
|
||||
@@ -98,15 +98,15 @@ kvdb-memorydb = { version = "0.1.1", optional = true }
|
||||
rand6 = { package = "rand", version = "0.6", features = ["wasm-bindgen"], optional = true } # Imported just for the `wasm-bindgen` feature
|
||||
|
||||
[dev-dependencies]
|
||||
sc-keystore = { path = "../../../client/keystore" }
|
||||
sc-consensus-babe = { path = "../../../client/consensus/babe", features = ["test-helpers"] }
|
||||
sc-service-test = { path = "../../../client/service/test" }
|
||||
sc-keystore = { version = "2.0.0", path = "../../../client/keystore" }
|
||||
sc-consensus-babe = { version = "0.8", features = ["test-helpers"], path = "../../../client/consensus/babe" }
|
||||
sc-service-test = { version = "2.0.0", path = "../../../client/service/test" }
|
||||
futures = "0.3.1"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
sc-cli = { package = "sc-cli", path = "../../../client/cli" }
|
||||
build-script-utils = { package = "substrate-build-script-utils", path = "../../../utils/build-script-utils" }
|
||||
sc-cli = { version = "2.0.0", package = "sc-cli", path = "../../../client/cli" }
|
||||
build-script-utils = { version = "2.0.0", package = "substrate-build-script-utils", path = "../../../utils/build-script-utils" }
|
||||
structopt = "0.3.3"
|
||||
vergen = "3.0.4"
|
||||
|
||||
|
||||
@@ -8,28 +8,28 @@ edition = "2018"
|
||||
[dependencies]
|
||||
trie-root = "0.15.2"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||
sc-executor = { path = "../../../client/executor" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-trie = { path = "../../../primitives/trie" }
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../../primitives/state-machine" }
|
||||
sc-executor = { version = "2.0.0", path = "../../../client/executor" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-trie = { version = "2.0.0", path = "../../../primitives/trie" }
|
||||
node-primitives = { version = "2.0.0", path = "../primitives" }
|
||||
node-runtime = { version = "2.0.0", path = "../runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
node-testing = { path = "../testing" }
|
||||
substrate-test-client = { path = "../../../test-utils/client" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
frame-support = { path = "../../../frame/support" }
|
||||
pallet-balances = { path = "../../../frame/balances" }
|
||||
pallet-transaction-payment = { path = "../../../frame/transaction-payment" }
|
||||
pallet-session = { path = "../../../frame/session" }
|
||||
frame-system = { path = "../../../frame/system" }
|
||||
pallet-timestamp = { path = "../../../frame/timestamp" }
|
||||
pallet-treasury = { path = "../../../frame/treasury" }
|
||||
pallet-contracts = { path = "../../../frame/contracts" }
|
||||
pallet-grandpa = { path = "../../../frame/grandpa" }
|
||||
pallet-indices = { path = "../../../frame/indices" }
|
||||
node-testing = { version = "2.0.0", path = "../testing" }
|
||||
substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", path = "../../../frame/support" }
|
||||
pallet-balances = { version = "2.0.0", path = "../../../frame/balances" }
|
||||
pallet-transaction-payment = { version = "2.0.0", path = "../../../frame/transaction-payment" }
|
||||
pallet-session = { version = "2.0.0", path = "../../../frame/session" }
|
||||
frame-system = { version = "2.0.0", path = "../../../frame/system" }
|
||||
pallet-timestamp = { version = "2.0.0", path = "../../../frame/timestamp" }
|
||||
pallet-treasury = { version = "2.0.0", path = "../../../frame/treasury" }
|
||||
pallet-contracts = { version = "2.0.0", path = "../../../frame/contracts" }
|
||||
pallet-grandpa = { version = "2.0.0", path = "../../../frame/grandpa" }
|
||||
pallet-indices = { version = "2.0.0", path = "../../../frame/indices" }
|
||||
wabt = "0.9.2"
|
||||
criterion = "0.3.0"
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-core = { path = "../../../primitives/core", default-features = false }
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-serializer = { path = "../../../primitives/serializer" }
|
||||
sp-serializer = { version = "2.0.0", path = "../../../primitives/serializer" }
|
||||
pretty_assertions = "0.6.1"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -10,5 +10,5 @@ futures = "0.1.29"
|
||||
hyper = "0.12.35"
|
||||
jsonrpc-core-client = { version = "14.0.3", features = ["http", "ws"] }
|
||||
log = "0.4.8"
|
||||
node-primitives = { path = "../primitives" }
|
||||
sc-rpc = { path = "../../../client/rpc", version = "2.0.0" }
|
||||
node-primitives = { version = "2.0.0", path = "../primitives" }
|
||||
sc-rpc = { version = "2.0.0", path = "../../../client/rpc" }
|
||||
|
||||
@@ -5,12 +5,12 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sc-client = { path = "../../../client/" }
|
||||
sc-client = { version = "2.0.0", path = "../../../client/" }
|
||||
jsonrpc-core = "14.0.3"
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
pallet-contracts-rpc = { path = "../../../frame/contracts/rpc/" }
|
||||
pallet-transaction-payment-rpc = { path = "../../../frame/transaction-payment/rpc/" }
|
||||
substrate-frame-rpc-system = { path = "../../../utils/frame/rpc/system" }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool" }
|
||||
node-primitives = { version = "2.0.0", path = "../primitives" }
|
||||
node-runtime = { version = "2.0.0", path = "../runtime" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
pallet-contracts-rpc = { version = "2.0.0", path = "../../../frame/contracts/rpc/" }
|
||||
pallet-transaction-payment-rpc = { version = "2.0.0", path = "../../../frame/transaction-payment/rpc/" }
|
||||
substrate-frame-rpc-system = { version = "2.0.0", path = "../../../utils/frame/rpc/system" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../../primitives/transaction-pool" }
|
||||
|
||||
@@ -14,59 +14,59 @@ rustc-hex = { version = "2.0", optional = true }
|
||||
serde = { version = "1.0.102", optional = true }
|
||||
|
||||
# primitives
|
||||
sp-authority-discovery = { path = "../../../primitives/authority-discovery", default-features = false }
|
||||
sp-consensus-babe = { path = "../../../primitives/consensus/babe", default-features = false }
|
||||
sp-authority-discovery = { version = "2.0.0", default-features = false, path = "../../../primitives/authority-discovery" }
|
||||
sp-consensus-babe = { version = "0.8", default-features = false, path = "../../../primitives/consensus/babe" }
|
||||
sp-block-builder = { path = "../../../primitives/block-builder", default-features = false}
|
||||
sp-inherents = { path = "../../../primitives/inherents", default-features = false }
|
||||
node-primitives = { path = "../primitives", default-features = false }
|
||||
sp-offchain = { path = "../../../primitives/offchain", default-features = false }
|
||||
sp-core = { path = "../../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../../primitives/std", default-features = false }
|
||||
sp-api = { path = "../../../primitives/api", default-features = false }
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../../primitives/staking", default-features = false }
|
||||
sp-keyring = { path = "../../../primitives/keyring", optional = true }
|
||||
sp-session = { path = "../../../primitives/session", default-features = false }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool", default-features = false }
|
||||
sp-version = { path = "../../../primitives/version", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../../primitives/inherents" }
|
||||
node-primitives = { version = "2.0.0", default-features = false, path = "../primitives" }
|
||||
sp-offchain = { version = "2.0.0", default-features = false, path = "../../../primitives/offchain" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../../primitives/staking" }
|
||||
sp-keyring = { version = "2.0.0", optional = true, path = "../../../primitives/keyring" }
|
||||
sp-session = { version = "2.0.0", default-features = false, path = "../../../primitives/session" }
|
||||
sp-transaction-pool = { version = "2.0.0", default-features = false, path = "../../../primitives/transaction-pool" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../../../primitives/version" }
|
||||
|
||||
# frame dependencies
|
||||
pallet-authority-discovery = { path = "../../../frame/authority-discovery", default-features = false }
|
||||
pallet-authorship = { path = "../../../frame/authorship", default-features = false }
|
||||
pallet-babe = { path = "../../../frame/babe", default-features = false }
|
||||
pallet-balances = { path = "../../../frame/balances", default-features = false }
|
||||
pallet-collective = { path = "../../../frame/collective", default-features = false }
|
||||
pallet-contracts = { path = "../../../frame/contracts", default-features = false }
|
||||
pallet-contracts-rpc-runtime-api = { path = "../../../frame/contracts/rpc/runtime-api/", default-features = false }
|
||||
pallet-democracy = { path = "../../../frame/democracy", default-features = false }
|
||||
pallet-elections-phragmen = { path = "../../../frame/elections-phragmen", default-features = false }
|
||||
frame-executive = { path = "../../../frame/executive", default-features = false }
|
||||
pallet-finality-tracker = { path = "../../../frame/finality-tracker", default-features = false }
|
||||
pallet-grandpa = { path = "../../../frame/grandpa", default-features = false }
|
||||
pallet-im-online = { path = "../../../frame/im-online", default-features = false }
|
||||
pallet-indices = { path = "../../../frame/indices", default-features = false }
|
||||
pallet-membership = { path = "../../../frame/membership", default-features = false }
|
||||
pallet-nicks = { path = "../../../frame/nicks", default-features = false }
|
||||
pallet-offences = { path = "../../../frame/offences", default-features = false }
|
||||
pallet-randomness-collective-flip = { path = "../../../frame/randomness-collective-flip", default-features = false }
|
||||
pallet-session = { path = "../../../frame/session", default-features = false, features = ["historical"] }
|
||||
pallet-staking = { path = "../../../frame/staking", default-features = false, features = ["migrate"] }
|
||||
pallet-staking-reward-curve = { path = "../../../frame/staking/reward-curve"}
|
||||
pallet-sudo = { path = "../../../frame/sudo", default-features = false }
|
||||
frame-support = { path = "../../../frame/support", default-features = false }
|
||||
frame-system = { path = "../../../frame/system", default-features = false }
|
||||
frame-system-rpc-runtime-api = { path = "../../../frame/system/rpc/runtime-api/", default-features = false }
|
||||
pallet-timestamp = { path = "../../../frame/timestamp", default-features = false }
|
||||
pallet-treasury = { path = "../../../frame/treasury", default-features = false }
|
||||
pallet-utility = { path = "../../../frame/utility", default-features = false }
|
||||
pallet-transaction-payment = { path = "../../../frame/transaction-payment", default-features = false }
|
||||
pallet-transaction-payment-rpc-runtime-api = { path = "../../../frame/transaction-payment/rpc/runtime-api/", default-features = false }
|
||||
pallet-authority-discovery = { version = "2.0.0", default-features = false, path = "../../../frame/authority-discovery" }
|
||||
pallet-authorship = { version = "2.0.0", default-features = false, path = "../../../frame/authorship" }
|
||||
pallet-babe = { version = "2.0.0", default-features = false, path = "../../../frame/babe" }
|
||||
pallet-balances = { version = "2.0.0", default-features = false, path = "../../../frame/balances" }
|
||||
pallet-collective = { version = "2.0.0", default-features = false, path = "../../../frame/collective" }
|
||||
pallet-contracts = { version = "2.0.0", default-features = false, path = "../../../frame/contracts" }
|
||||
pallet-contracts-rpc-runtime-api = { version = "2.0.0", default-features = false, path = "../../../frame/contracts/rpc/runtime-api/" }
|
||||
pallet-democracy = { version = "2.0.0", default-features = false, path = "../../../frame/democracy" }
|
||||
pallet-elections-phragmen = { version = "2.0.0", default-features = false, path = "../../../frame/elections-phragmen" }
|
||||
frame-executive = { version = "2.0.0", default-features = false, path = "../../../frame/executive" }
|
||||
pallet-finality-tracker = { version = "2.0.0", default-features = false, path = "../../../frame/finality-tracker" }
|
||||
pallet-grandpa = { version = "2.0.0", default-features = false, path = "../../../frame/grandpa" }
|
||||
pallet-im-online = { version = "2.0.0", default-features = false, path = "../../../frame/im-online" }
|
||||
pallet-indices = { version = "2.0.0", default-features = false, path = "../../../frame/indices" }
|
||||
pallet-membership = { version = "2.0.0", default-features = false, path = "../../../frame/membership" }
|
||||
pallet-nicks = { version = "2.0.0", default-features = false, path = "../../../frame/nicks" }
|
||||
pallet-offences = { version = "2.0.0", default-features = false, path = "../../../frame/offences" }
|
||||
pallet-randomness-collective-flip = { version = "2.0.0", default-features = false, path = "../../../frame/randomness-collective-flip" }
|
||||
pallet-session = { version = "2.0.0", features = ["historical"], path = "../../../frame/session", default-features = false }
|
||||
pallet-staking = { version = "2.0.0", features = ["migrate"], path = "../../../frame/staking", default-features = false }
|
||||
pallet-staking-reward-curve = { version = "2.0.0", path = "../../../frame/staking/reward-curve" }
|
||||
pallet-sudo = { version = "2.0.0", default-features = false, path = "../../../frame/sudo" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../../../frame/support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../../../frame/system" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
|
||||
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../../../frame/timestamp" }
|
||||
pallet-treasury = { version = "2.0.0", default-features = false, path = "../../../frame/treasury" }
|
||||
pallet-utility = { version = "2.0.0", default-features = false, path = "../../../frame/utility" }
|
||||
pallet-transaction-payment = { version = "2.0.0", default-features = false, path = "../../../frame/transaction-payment" }
|
||||
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
|
||||
|
||||
[build-dependencies]
|
||||
wasm-builder-runner = { package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner", version = "1.0.4" }
|
||||
wasm-builder-runner = { version = "1.0.4", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -6,26 +6,26 @@ description = "Test utilities for Substrate node."
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
pallet-balances = { path = "../../../frame/balances" }
|
||||
sc-client = { path = "../../../client/" }
|
||||
pallet-balances = { version = "2.0.0", path = "../../../frame/balances" }
|
||||
sc-client = { version = "2.0.0", path = "../../../client/" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
pallet-contracts = { path = "../../../frame/contracts" }
|
||||
pallet-grandpa = { path = "../../../frame/grandpa" }
|
||||
pallet-indices = { path = "../../../frame/indices" }
|
||||
sp-keyring = { path = "../../../primitives/keyring" }
|
||||
node-executor = { path = "../executor" }
|
||||
node-primitives = { path = "../primitives" }
|
||||
node-runtime = { path = "../runtime" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
frame-support = { path = "../../../frame/support" }
|
||||
pallet-session = { path = "../../../frame/session" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
pallet-staking = { path = "../../../frame/staking" }
|
||||
sc-executor = { path = "../../../client/executor" }
|
||||
frame-system = { path = "../../../frame/system" }
|
||||
substrate-test-client = { path = "../../../test-utils/client" }
|
||||
pallet-timestamp = { path = "../../../frame/timestamp" }
|
||||
pallet-transaction-payment = { path = "../../../frame/transaction-payment" }
|
||||
pallet-treasury = { path = "../../../frame/treasury" }
|
||||
pallet-contracts = { version = "2.0.0", path = "../../../frame/contracts" }
|
||||
pallet-grandpa = { version = "2.0.0", path = "../../../frame/grandpa" }
|
||||
pallet-indices = { version = "2.0.0", path = "../../../frame/indices" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../../primitives/keyring" }
|
||||
node-executor = { version = "2.0.0", path = "../executor" }
|
||||
node-primitives = { version = "2.0.0", path = "../primitives" }
|
||||
node-runtime = { version = "2.0.0", path = "../runtime" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
|
||||
frame-support = { version = "2.0.0", path = "../../../frame/support" }
|
||||
pallet-session = { version = "2.0.0", path = "../../../frame/session" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
pallet-staking = { version = "2.0.0", path = "../../../frame/staking" }
|
||||
sc-executor = { version = "2.0.0", path = "../../../client/executor" }
|
||||
frame-system = { version = "2.0.0", path = "../../../frame/system" }
|
||||
substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" }
|
||||
pallet-timestamp = { version = "2.0.0", path = "../../../frame/timestamp" }
|
||||
pallet-transaction-payment = { version = "2.0.0", path = "../../../frame/transaction-payment" }
|
||||
pallet-treasury = { version = "2.0.0", path = "../../../frame/treasury" }
|
||||
wabt = "0.9.2"
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
[package]
|
||||
name = "node-transaction-factory"
|
||||
version = "0.0.1"
|
||||
version = "2.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-block-builder = { path = "../../../primitives/block-builder" }
|
||||
sc-cli = { path = "../../../client/cli" }
|
||||
sc-client-api = { path = "../../../client/api" }
|
||||
sc-client = { path = "../../../client" }
|
||||
sp-block-builder = { version = "2.0.0", path = "../../../primitives/block-builder" }
|
||||
sc-cli = { version = "2.0.0", path = "../../../client/cli" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../../client/api" }
|
||||
sc-client = { version = "2.0.0", path = "../../../client" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
log = "0.4.8"
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-api = { path = "../../../primitives/api" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sc-service = { path = "../../../client/service" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-api = { version = "2.0.0", path = "../../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sc-service = { version = "2.0.0", path = "../../../client/service" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
|
||||
@@ -7,8 +7,8 @@ build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12.1"
|
||||
sc-keystore = { path = "../../../client/keystore" }
|
||||
node-cli = { path = "../../node/cli" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sc-keystore = { version = "2.0.0", path = "../../../client/keystore" }
|
||||
node-cli = { version = "2.0.0", path = "../../node/cli" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
rand = "0.7.2"
|
||||
structopt = "0.3.3"
|
||||
|
||||
@@ -17,9 +17,9 @@ substrate-bip39 = "0.3.1"
|
||||
hex = "0.4.0"
|
||||
hex-literal = "0.2.1"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
frame-system = { path = "../../../frame/system" }
|
||||
pallet-balances = { path = "../../../frame/balances" }
|
||||
pallet-transaction-payment = { path = "../../../frame/transaction-payment" }
|
||||
frame-system = { version = "2.0.0", path = "../../../frame/system" }
|
||||
pallet-balances = { version = "2.0.0", path = "../../../frame/balances" }
|
||||
pallet-transaction-payment = { version = "2.0.0", path = "../../../frame/transaction-payment" }
|
||||
|
||||
[features]
|
||||
bench = []
|
||||
|
||||
+18
-18
@@ -5,36 +5,36 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sc-block-builder = { path = "block-builder" }
|
||||
sc-client-api = { path = "api" }
|
||||
sc-block-builder = { version = "2.0.0", path = "block-builder" }
|
||||
sc-client-api = { version = "2.0.0", path = "api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
sp-consensus = { path = "../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8", path = "../primitives/consensus/common" }
|
||||
derive_more = { version = "0.99.2" }
|
||||
sc-executor = { path = "executor" }
|
||||
sp-externalities = { path = "../primitives/externalities" }
|
||||
sc-executor = { version = "2.0.0", path = "executor" }
|
||||
sp-externalities = { version = "2.0.0", path = "../primitives/externalities" }
|
||||
fnv = { version = "1.0.6" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
hash-db = { version = "0.15.2" }
|
||||
hex-literal = { version = "0.2.1" }
|
||||
sp-inherents = { path = "../primitives/inherents" }
|
||||
sp-keyring = { path = "../primitives/keyring" }
|
||||
sp-inherents = { version = "2.0.0", path = "../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0", path = "../primitives/keyring" }
|
||||
kvdb = "0.1.1"
|
||||
log = { version = "0.4.8" }
|
||||
parking_lot = { version = "0.9.0" }
|
||||
sp-core = { path = "../primitives/core" }
|
||||
sp-std = { path = "../primitives/std" }
|
||||
sp-version = { path = "../primitives/version" }
|
||||
sp-api = { path = "../primitives/api" }
|
||||
sp-runtime = { path = "../primitives/runtime" }
|
||||
sp-blockchain = { path = "../primitives/blockchain" }
|
||||
sp-state-machine = { path = "../primitives/state-machine" }
|
||||
sc-telemetry = { path = "telemetry" }
|
||||
sp-trie = { path = "../primitives/trie" }
|
||||
sp-core = { version = "2.0.0", path = "../primitives/core" }
|
||||
sp-std = { version = "2.0.0", path = "../primitives/std" }
|
||||
sp-version = { version = "2.0.0", path = "../primitives/version" }
|
||||
sp-api = { version = "2.0.0", path = "../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../primitives/runtime" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../primitives/blockchain" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0", path = "telemetry" }
|
||||
sp-trie = { version = "2.0.0", path = "../primitives/trie" }
|
||||
tracing = "0.1.10"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
substrate-test-runtime-client = { path = "../test-utils/runtime/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../test-utils/runtime/client" }
|
||||
kvdb-memorydb = "0.1.2"
|
||||
sp-panic-handler = { path = "../primitives/panic-handler" }
|
||||
sp-panic-handler = { version = "2.0.0", path = "../primitives/panic-handler" }
|
||||
|
||||
@@ -6,29 +6,29 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
derive_more = { version = "0.99.2" }
|
||||
sc-executor = { path = "../executor" }
|
||||
sp-externalities = { path = "../../primitives/externalities" }
|
||||
sc-executor = { version = "2.0.0", path = "../executor" }
|
||||
sp-externalities = { version = "2.0.0", path = "../../primitives/externalities" }
|
||||
fnv = { version = "1.0.6" }
|
||||
futures = { version = "0.3.1" }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
hex-literal = { version = "0.2.1" }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
kvdb = "0.1.1"
|
||||
log = { version = "0.4.8" }
|
||||
parking_lot = { version = "0.9.0" }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-version = { path = "../../primitives/version", default-features = false }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-trie = { path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../../primitives/version" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
sp-trie = { version = "2.0.0", path = "../../primitives/trie" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-test-primitives = { path = "../../primitives/test-primitives" }
|
||||
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
|
||||
@@ -9,26 +9,26 @@ build = "build.rs"
|
||||
prost-build = "0.5.0"
|
||||
|
||||
[dependencies]
|
||||
sp-authority-discovery = { path = "../../primitives/authority-discovery" }
|
||||
sp-authority-discovery = { version = "2.0.0", path = "../../primitives/authority-discovery" }
|
||||
bytes = "0.4.12"
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
codec = { package = "parity-scale-codec", default-features = false, version = "1.0.3" }
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.1"
|
||||
futures-timer = "2.0"
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sc-keystore = { version = "2.0.0", path = "../keystore" }
|
||||
libp2p = { version = "0.13.0", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
|
||||
log = "0.4.8"
|
||||
sc-network = { path = "../network" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
prost = "0.5.0"
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
parking_lot = "0.9.0"
|
||||
sc-peerset = { path = "../peerset" }
|
||||
sp-test-primitives = { path = "../../primitives/test-primitives" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sc-peerset = { version = "2.0.0", path = "../peerset" }
|
||||
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
|
||||
@@ -8,19 +8,19 @@ edition = "2018"
|
||||
log = "0.4.8"
|
||||
futures = "0.3.1"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sc-client = { path = "../" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-inherents = { path = "../../primitives/inherents" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sc-client = { version = "2.0.0", path = "../" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../primitives/inherents" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
sc-block-builder = { version = "2.0.0", path = "../block-builder" }
|
||||
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sc-transaction-pool = { path = "../../client/transaction-pool" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../../client/transaction-pool" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
parking_lot = "0.9"
|
||||
|
||||
@@ -5,10 +5,10 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.6", features = ["derive"] }
|
||||
sp-block-builder = { path = "../../primitives/block-builder" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sp-block-builder = { version = "2.0.0", path = "../../primitives/block-builder" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
|
||||
@@ -5,11 +5,11 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sc-chain-spec-derive = { path = "./derive" }
|
||||
sc-chain-spec-derive = { version = "2.0.0", path = "./derive" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
sc-network = { path = "../network" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
|
||||
@@ -20,19 +20,19 @@ tokio = "0.2.1"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
fdlimit = "0.1.1"
|
||||
serde_json = "1.0.41"
|
||||
sp-panic-handler = { path = "../../primitives/panic-handler" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sc-network = { path = "../network" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sc-service = { path = "../service", default-features = false }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
sp-panic-handler = { version = "2.0.0", path = "../../primitives/panic-handler" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sc-service = { version = "2.0.0", default-features = false, path = "../service" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
names = "0.11.0"
|
||||
structopt = "0.3.3"
|
||||
sc-tracing = { path = "../tracing" }
|
||||
sc-tracing = { version = "2.0.0", path = "../tracing" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
rpassword = "4.0.1"
|
||||
|
||||
@@ -1,43 +1,43 @@
|
||||
[package]
|
||||
name = "sc-consensus-aura"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Aura consensus algorithm for substrate"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { path = "../../../primitives/application-crypto" }
|
||||
sp-consensus-aura = { path = "../../../primitives/consensus/aura" }
|
||||
sp-block-builder = { path = "../../../primitives/block-builder" }
|
||||
sc-client = { path = "../../" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
sp-application-crypto = { version = "2.0.0", path = "../../../primitives/application-crypto" }
|
||||
sp-consensus-aura = { version = "0.8", path = "../../../primitives/consensus/aura" }
|
||||
sp-block-builder = { version = "2.0.0", path = "../../../primitives/block-builder" }
|
||||
sc-client = { version = "2.0.0", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
derive_more = "0.99.2"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
futures01 = { package = "futures", version = "0.1" }
|
||||
futures-timer = "0.4.0"
|
||||
sp-inherents = { path = "../../../primitives/inherents" }
|
||||
sc-keystore = { path = "../../keystore" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
|
||||
sc-keystore = { version = "2.0.0", path = "../../keystore" }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.9.0"
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
sp-version = { path = "../../../primitives/version" }
|
||||
sc-consensus-slots = { path = "../slots" }
|
||||
sp-api = { path = "../../../primitives/api" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-timestamp = { path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { path = "../../telemetry" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
|
||||
sp-version = { version = "2.0.0", path = "../../../primitives/version" }
|
||||
sc-consensus-slots = { version = "0.8", path = "../slots" }
|
||||
sp-api = { version = "2.0.0", path = "../../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-timestamp = { version = "2.0.0", path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../../telemetry" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { path = "../../../primitives/keyring" }
|
||||
sc-executor = { path = "../../executor" }
|
||||
sc-network = { path = "../../network" }
|
||||
sc-network-test = { path = "../../network/test" }
|
||||
sc-service = { path = "../../service" }
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../../primitives/keyring" }
|
||||
sc-executor = { version = "2.0.0", path = "../../executor" }
|
||||
sc-network = { version = "0.8", path = "../../network" }
|
||||
sc-network-test = { version = "2.0.0", path = "../../network/test" }
|
||||
sc-service = { version = "2.0.0", path = "../../service" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -1,34 +1,34 @@
|
||||
[package]
|
||||
name = "sc-consensus-babe"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "BABE consensus algorithm for substrate"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
sp-consensus-babe = { path = "../../../primitives/consensus/babe" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-application-crypto = { path = "../../../primitives/application-crypto" }
|
||||
sp-consensus-babe = { version = "0.8", path = "../../../primitives/consensus/babe" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0", path = "../../../primitives/application-crypto" }
|
||||
num-bigint = "0.2.3"
|
||||
num-rational = "0.2.2"
|
||||
num-traits = "0.2.8"
|
||||
sp-version = { path = "../../../primitives/version" }
|
||||
sp-io = { path = "../../../primitives/io" }
|
||||
sp-inherents = { path = "../../../primitives/inherents" }
|
||||
sp-timestamp = { path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { path = "../../telemetry" }
|
||||
sc-keystore = { path = "../../keystore" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
sc-client = { path = "../../" }
|
||||
sp-api = { path = "../../../primitives/api" }
|
||||
sp-block-builder = { path = "../../../primitives/block-builder" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sc-consensus-uncles = { path = "../uncles" }
|
||||
sc-consensus-slots = { path = "../slots" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
fork-tree = { path = "../../../utils/fork-tree" }
|
||||
sp-version = { version = "2.0.0", path = "../../../primitives/version" }
|
||||
sp-io = { version = "2.0.0", path = "../../../primitives/io" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
|
||||
sp-timestamp = { version = "2.0.0", path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../../telemetry" }
|
||||
sc-keystore = { version = "2.0.0", path = "../../keystore" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
sc-client = { version = "2.0.0", path = "../../" }
|
||||
sp-api = { version = "2.0.0", path = "../../../primitives/api" }
|
||||
sp-block-builder = { version = "2.0.0", path = "../../../primitives/block-builder" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
sc-consensus-uncles = { version = "0.8", path = "../uncles" }
|
||||
sc-consensus-slots = { version = "0.8", path = "../slots" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
fork-tree = { version = "2.0.0", path = "../../../utils/fork-tree" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
futures01 = { package = "futures", version = "0.1" }
|
||||
futures-timer = "0.4.0"
|
||||
@@ -41,13 +41,13 @@ pdqselect = "0.1.0"
|
||||
derive_more = "0.99.2"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { path = "../../../primitives/keyring" }
|
||||
sc-executor = { path = "../../executor" }
|
||||
sc-network = { path = "../../network" }
|
||||
sc-network-test = { path = "../../network/test" }
|
||||
sc-service = { path = "../../service" }
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
sc-block-builder = { path = "../../block-builder" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../../primitives/keyring" }
|
||||
sc-executor = { version = "2.0.0", path = "../../executor" }
|
||||
sc-network = { version = "0.8", path = "../../network" }
|
||||
sc-network-test = { version = "2.0.0", path = "../../network/test" }
|
||||
sc-service = { version = "2.0.0", path = "../../service" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
sc-block-builder = { version = "2.0.0", path = "../../block-builder" }
|
||||
tokio = "0.1.22"
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
[package]
|
||||
name = "sc-consensus-pow"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "PoW consensus algorithm for substrate"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
sp-block-builder = { path = "../../../primitives/block-builder" }
|
||||
sp-inherents = { path = "../../../primitives/inherents" }
|
||||
sp-consensus-pow = { path = "../../../primitives/consensus/pow" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
sp-block-builder = { version = "2.0.0", path = "../../../primitives/block-builder" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
|
||||
sp-consensus-pow = { version = "0.8", path = "../../../primitives/consensus/pow" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
log = "0.4.8"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
sp-timestamp = { path = "../../../primitives/timestamp" }
|
||||
sp-timestamp = { version = "2.0.0", path = "../../../primitives/timestamp" }
|
||||
derive_more = "0.99.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-slots"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Generic slots-based utilities for consensus"
|
||||
edition = "2018"
|
||||
@@ -8,17 +8,17 @@ build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sc-telemetry = { path = "../../telemetry" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { path = "../../../primitives/inherents" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../../telemetry" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
|
||||
futures = "0.3.1"
|
||||
futures-timer = "2.0"
|
||||
parking_lot = "0.9.0"
|
||||
log = "0.4.8"
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
[package]
|
||||
name = "sc-consensus-uncles"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Generic uncle inclusion utilities for consensus"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sc-client-api = { path = "../../api" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-authorship = { path = "../../../primitives/authorship" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { path = "../../../primitives/inherents" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-authorship = { version = "2.0.0", path = "../../../primitives/authorship" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../../primitives/inherents" }
|
||||
log = "0.4.8"
|
||||
|
||||
@@ -12,21 +12,21 @@ kvdb-rocksdb = { version = "0.2", optional = true }
|
||||
kvdb-memorydb = "0.1.2"
|
||||
linked-hash-map = "0.5.2"
|
||||
hash-db = "0.15.2"
|
||||
sc-client-api = { path = "../api" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sc-client = { path = "../" }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sc-client = { version = "2.0.0", path = "../" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
sc-executor = { path = "../executor" }
|
||||
sc-state-db = { path = "../state-db" }
|
||||
sp-trie = { path = "../../primitives/trie" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sc-executor = { version = "2.0.0", path = "../executor" }
|
||||
sc-state-db = { version = "2.0.0", path = "../state-db" }
|
||||
sp-trie = { version = "2.0.0", path = "../../primitives/trie" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
quickcheck = "0.9"
|
||||
|
||||
|
||||
@@ -7,18 +7,18 @@ edition = "2018"
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-trie = { path = "../../primitives/trie" }
|
||||
sp-serializer = { path = "../../primitives/serializer" }
|
||||
sp-version = { path = "../../primitives/version" }
|
||||
sp-panic-handler = { path = "../../primitives/panic-handler" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-trie = { version = "2.0.0", path = "../../primitives/trie" }
|
||||
sp-serializer = { version = "2.0.0", path = "../../primitives/serializer" }
|
||||
sp-version = { version = "2.0.0", path = "../../primitives/version" }
|
||||
sp-panic-handler = { version = "2.0.0", path = "../../primitives/panic-handler" }
|
||||
wasmi = "0.6.2"
|
||||
parity-wasm = "0.41.0"
|
||||
lazy_static = "1.4.0"
|
||||
sp-wasm-interface = { path = "../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { path = "../../primitives/runtime-interface" }
|
||||
sp-externalities = { path = "../../primitives/externalities" }
|
||||
sp-wasm-interface = { version = "2.0.0", path = "../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0", path = "../../primitives/runtime-interface" }
|
||||
sp-externalities = { version = "2.0.0", path = "../../primitives/externalities" }
|
||||
parking_lot = "0.9.0"
|
||||
log = "0.4.8"
|
||||
libsecp256k1 = "0.3.2"
|
||||
@@ -36,9 +36,9 @@ wasmtime-runtime = { version = "0.8", optional = true }
|
||||
assert_matches = "1.3.0"
|
||||
wabt = "0.9.2"
|
||||
hex-literal = "0.2.1"
|
||||
sc-runtime-test = { path = "runtime-test" }
|
||||
substrate-test-runtime = { path = "../../test-utils/runtime" }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sc-runtime-test = { version = "2.0.0", path = "runtime-test" }
|
||||
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
test-case = "0.3.3"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -6,14 +6,14 @@ edition = "2018"
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sp-std = { path = "../../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../../primitives/io", default-features = false }
|
||||
sp-sandbox = { path = "../../../primitives/sandbox", default-features = false }
|
||||
sp-core = { path = "../../../primitives/core", default-features = false }
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../../primitives/io" }
|
||||
sp-sandbox = { version = "2.0.0", default-features = false, path = "../../../primitives/sandbox" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
|
||||
[build-dependencies]
|
||||
wasm-builder-runner = { package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner", version = "1.0.4" }
|
||||
wasm-builder-runner = { version = "1.0.4", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
fork-tree = { path = "../../utils/fork-tree" }
|
||||
fork-tree = { version = "2.0.0", path = "../../utils/fork-tree" }
|
||||
futures = "0.1.29"
|
||||
futures03 = { package = "futures", version = "0.3.1", features = ["compat"] }
|
||||
futures-timer = "2.0.2"
|
||||
@@ -13,31 +13,31 @@ log = "0.4.8"
|
||||
parking_lot = "0.9.0"
|
||||
rand = "0.7.2"
|
||||
parity-scale-codec = { version = "1.0.0", features = ["derive"] }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
sc-keystore = { version = "2.0.0", path = "../keystore" }
|
||||
serde_json = "1.0.41"
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-client = { path = "../" }
|
||||
sp-inherents = { path = "../../primitives/inherents" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sc-network = { path = "../network" }
|
||||
sc-network-gossip = { path = "../network-gossip" }
|
||||
sp-finality-tracker = { path = "../../primitives/finality-tracker" }
|
||||
sp-finality-grandpa = { path = "../../primitives/finality-grandpa" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sc-client = { version = "2.0.0", path = "../" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../primitives/inherents" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sc-network-gossip = { version = "2.0.0", path = "../network-gossip" }
|
||||
sp-finality-tracker = { version = "2.0.0", path = "../../primitives/finality-tracker" }
|
||||
sp-finality-grandpa = { version = "2.0.0", path = "../../primitives/finality-grandpa" }
|
||||
finality-grandpa = { version = "0.10.1", features = ["derive-codec"] }
|
||||
|
||||
[dev-dependencies]
|
||||
finality-grandpa = { version = "0.10.1", features = ["derive-codec", "test-helpers"] }
|
||||
sc-network = { path = "../network" }
|
||||
sc-network-test = { path = "../network/test" }
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client"}
|
||||
sp-consensus-babe = { path = "../../primitives/consensus/babe" }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sc-network-test = { version = "2.0.0", path = "../network/test" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
sp-consensus-babe = { version = "0.8", path = "../../primitives/consensus/babe" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
env_logger = "0.7.0"
|
||||
tokio = "0.1.22"
|
||||
tempfile = "3.1.0"
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
|
||||
@@ -6,8 +6,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0", path = "../../primitives/application-crypto" }
|
||||
hex = "0.4.0"
|
||||
rand = "0.7.2"
|
||||
serde_json = "1.0.41"
|
||||
|
||||
@@ -13,6 +13,6 @@ futures = { version = "0.3.1", features = ["compat"] }
|
||||
futures-timer = "0.4.0"
|
||||
lru = "0.1.2"
|
||||
libp2p = { version = "0.13.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
sc-network = { path = "../network" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
parking_lot = "0.9.0"
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
description = "Substrate network protocol"
|
||||
name = "sc-network"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
@@ -23,17 +23,17 @@ lru = "0.4.0"
|
||||
rustc-hex = "2.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.13.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
fork-tree = { path = "../../utils/fork-tree" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sc-client = { path = "../" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-arithmetic = { path = "../../primitives/arithmetic" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
fork-tree = { version = "2.0.0", path = "../../utils/fork-tree" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
sc-client = { version = "2.0.0", path = "../" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-arithmetic = { version = "2.0.0", path = "../../primitives/arithmetic" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sc-block-builder = { version = "2.0.0", path = "../block-builder" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
sc-peerset = { path = "../peerset" }
|
||||
sc-peerset = { version = "2.0.0", path = "../peerset" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
@@ -42,18 +42,18 @@ smallvec = "0.6.10"
|
||||
tokio-io = "0.1.12"
|
||||
tokio = { version = "0.1.22", optional = true }
|
||||
unsigned-varint = { version = "0.2.2", features = ["codec"] }
|
||||
sp-keyring = { path = "../../primitives/keyring", optional = true }
|
||||
substrate-test-client = { path = "../../test-utils/client", optional = true }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client", optional = true }
|
||||
sp-keyring = { version = "2.0.0", optional = true, path = "../../primitives/keyring" }
|
||||
substrate-test-client = { version = "2.0.0", optional = true, path = "../../test-utils/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", optional = true, path = "../../test-utils/runtime/client" }
|
||||
erased-serde = "0.3.9"
|
||||
void = "1.0.2"
|
||||
zeroize = "1.0.0"
|
||||
sp-consensus-babe = { path = "../../primitives/consensus/babe" }
|
||||
sp-consensus-babe = { version = "0.8", path = "../../primitives/consensus/babe" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-test-primitives = { path = "../../primitives/test-primitives" }
|
||||
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
|
||||
env_logger = "0.7.0"
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
quickcheck = "0.9.0"
|
||||
rand = "0.7.2"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sc-network = { path = "../" }
|
||||
sc-network = { version = "0.8", path = "../" }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.9.0"
|
||||
futures = "0.1.29"
|
||||
@@ -15,16 +15,16 @@ futures03 = { package = "futures", version = "0.3.1", features = ["compat"] }
|
||||
futures-timer = "0.4.0"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.13.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sc-client = { path = "../../" }
|
||||
sc-client-api = { path = "../../api" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sc-block-builder = { path = "../../block-builder" }
|
||||
sp-consensus-babe = { path = "../../../primitives/consensus/babe" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "2.0.0", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sc-block-builder = { version = "2.0.0", path = "../../block-builder" }
|
||||
sp-consensus-babe = { version = "0.8", path = "../../../primitives/consensus/babe" }
|
||||
env_logger = "0.7.0"
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime = { path = "../../../test-utils/runtime" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" }
|
||||
tempfile = "3.1.0"
|
||||
tokio = "0.1.22"
|
||||
|
||||
@@ -8,8 +8,8 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.4.12"
|
||||
sc-client-api = { path = "../api" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
fnv = "1.0.6"
|
||||
futures01 = { package = "futures", version = "0.1" }
|
||||
futures = "0.3.1"
|
||||
@@ -17,26 +17,26 @@ futures-timer = "2.0"
|
||||
log = "0.4.8"
|
||||
threadpool = "1.7"
|
||||
num_cpus = "1.10"
|
||||
sp-offchain = { path = "../../primitives/offchain" }
|
||||
sp-offchain = { version = "2.0.0", path = "../../primitives/offchain" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
parking_lot = "0.9.0"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
rand = "0.7.2"
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sc-network = { path = "../network" }
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sc-keystore = { version = "2.0.0", path = "../keystore" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
hyper = "0.12.35"
|
||||
hyper-rustls = "0.17.1"
|
||||
|
||||
[dev-dependencies]
|
||||
sc-client-db = { path = "../db/", default-features = true }
|
||||
sc-client-db = { version = "2.0.0", default-features = true, path = "../db/" }
|
||||
env_logger = "0.7.0"
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
sc-transaction-pool = { path = "../../client/transaction-pool" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../../client/transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
@@ -14,9 +14,9 @@ jsonrpc-derive = "14.0.3"
|
||||
jsonrpc-pubsub = "14.0.3"
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.9.0"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-version = { path = "../../primitives/version" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-version = { version = "2.0.0", path = "../../primitives/version" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sp-rpc = { path = "../../primitives/rpc" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
sp-rpc = { version = "2.0.0", path = "../../primitives/rpc" }
|
||||
|
||||
@@ -10,7 +10,7 @@ pubsub = { package = "jsonrpc-pubsub", version = "14.0.3" }
|
||||
log = "0.4.8"
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
http = { package = "jsonrpc-http-server", version = "14.0.3" }
|
||||
|
||||
@@ -5,35 +5,35 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sc-rpc-api = { path = "../rpc-api" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-client = { path = "../" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sc-rpc-api = { version = "2.0.0", path = "../rpc-api" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sc-client = { version = "2.0.0", path = "../" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
jsonrpc-pubsub = "14.0.3"
|
||||
log = "0.4.8"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
rpc = { package = "jsonrpc-core", version = "14.0.3" }
|
||||
sp-version = { path = "../../primitives/version" }
|
||||
sp-version = { version = "2.0.0", path = "../../primitives/version" }
|
||||
serde_json = "1.0.41"
|
||||
sp-session = { path = "../../primitives/session" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-rpc = { path = "../../primitives/rpc" }
|
||||
sp-state-machine = { path = "../../primitives/state-machine" }
|
||||
sc-executor = { path = "../executor" }
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-session = { version = "2.0.0", path = "../../primitives/session" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-rpc = { version = "2.0.0", path = "../../primitives/rpc" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../primitives/state-machine" }
|
||||
sc-executor = { version = "2.0.0", path = "../executor" }
|
||||
sc-keystore = { version = "2.0.0", path = "../keystore" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
parking_lot = { version = "0.9.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
sc-network = { path = "../network" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
rustc-hex = "2.0.1"
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
sc-transaction-pool = { path = "../transaction-pool" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../transaction-pool" }
|
||||
|
||||
@@ -28,36 +28,36 @@ serde = "1.0.101"
|
||||
serde_json = "1.0.41"
|
||||
sysinfo = "0.9.5"
|
||||
target_info = "0.1.0"
|
||||
sc-keystore = { path = "../keystore" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-session = { path = "../../primitives/session" }
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sc-network = { path = "../network" }
|
||||
sc-chain-spec = { path = "../chain-spec" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sc-client = { path = "../" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sc-client-db = { path = "../db" }
|
||||
sc-keystore = { version = "2.0.0", path = "../keystore" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-session = { version = "2.0.0", path = "../../primitives/session" }
|
||||
sp-application-crypto = { version = "2.0.0", path = "../../primitives/application-crypto" }
|
||||
sp-consensus = { version = "0.8", path = "../../primitives/consensus/common" }
|
||||
sc-network = { version = "0.8", path = "../network" }
|
||||
sc-chain-spec = { version = "2.0.0", path = "../chain-spec" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sc-client = { version = "2.0.0", path = "../" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
sc-client-db = { version = "2.0.0", path = "../db" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sc-executor = { path = "../executor" }
|
||||
sc-transaction-pool = { path = "../transaction-pool" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sc-rpc-server = { path = "../rpc-servers" }
|
||||
sc-rpc = { path = "../rpc" }
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
sc-offchain = { path = "../offchain" }
|
||||
sc-executor = { version = "2.0.0", path = "../executor" }
|
||||
sc-transaction-pool = { version = "2.0.0", path = "../transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
sc-rpc-server = { version = "2.0.0", path = "../rpc-servers" }
|
||||
sc-rpc = { version = "2.0.0", path = "../rpc" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
sc-offchain = { version = "2.0.0", path = "../offchain" }
|
||||
parity-multiaddr = { package = "parity-multiaddr", version = "0.5.0" }
|
||||
grafana-data-source = { path = "../../utils/grafana-data-source" }
|
||||
sc-tracing = { path = "../tracing" }
|
||||
grafana-data-source = { version = "2.0.0", path = "../../utils/grafana-data-source" }
|
||||
sc-tracing = { version = "2.0.0", path = "../tracing" }
|
||||
tracing = "0.1.10"
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
sp-consensus-babe = { path = "../../primitives/consensus/babe" }
|
||||
grandpa = { package = "sc-finality-grandpa", path = "../finality-grandpa" }
|
||||
grandpa-primitives = { package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
sp-consensus-babe = { version = "0.8", path = "../../primitives/consensus/babe" }
|
||||
grandpa = { version = "2.0.0", package = "sc-finality-grandpa", path = "../finality-grandpa" }
|
||||
grandpa-primitives = { version = "2.0.0", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
|
||||
tokio = "0.1"
|
||||
|
||||
@@ -12,10 +12,10 @@ log = "0.4.8"
|
||||
env_logger = "0.7.0"
|
||||
fdlimit = "0.1.1"
|
||||
futures03 = { package = "futures", version = "0.3.1", features = ["compat"] }
|
||||
sc-service = { path = "../../service", default-features = false }
|
||||
sc-network = { path = "../../network" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sc-client = { path = "../../" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool" }
|
||||
sc-service = { version = "2.0.0", default-features = false, path = "../../service" }
|
||||
sc-network = { version = "0.8", path = "../../network" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "2.0.0", path = "../../" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../../primitives/transaction-pool" }
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
parking_lot = "0.9.0"
|
||||
log = "0.4.8"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -14,8 +14,8 @@ serde_json = "1.0.41"
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
tracing-core = "0.1.7"
|
||||
|
||||
sc-telemetry = { path = "../telemetry" }
|
||||
grafana-data-source = { path = "../../utils/grafana-data-source" }
|
||||
sc-telemetry = { version = "2.0.0", path = "../telemetry" }
|
||||
grafana-data-source = { version = "2.0.0", path = "../../utils/grafana-data-source" }
|
||||
|
||||
[dev-dependencies]
|
||||
tracing = "0.1.10"
|
||||
|
||||
@@ -10,14 +10,14 @@ derive_more = "0.99.2"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.9.0"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-api = { path = "../../primitives/api" }
|
||||
sp-runtime = { path = "../../primitives/runtime" }
|
||||
sc-transaction-graph = { path = "./graph" }
|
||||
sp-transaction-pool = { path = "../../primitives/transaction-pool" }
|
||||
sc-client-api = { path = "../api" }
|
||||
sp-blockchain = { path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sc-transaction-graph = { version = "2.0.0", path = "./graph" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../primitives/transaction-pool" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
|
||||
@@ -10,14 +10,14 @@ futures = "0.3.1"
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.9.0"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-transaction-pool = { version = "2.0.0", path = "../../../primitives/transaction-pool" }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
substrate-test-runtime = { path = "../../../test-utils/runtime" }
|
||||
substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" }
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
|
||||
@@ -8,16 +8,16 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
# Needed for various traits. In our case, `OnFinalize`.
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
# Needed for type-safe access to storage DB.
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
# `system` module provides us with all sorts of useful stuff and macros depend on it being around.
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-std = { path = "../../primitives/std" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -5,20 +5,20 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../primitives/application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
pallet-session = { path = "../session", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
pallet-session = { version = "2.0.0", default-features = false, path = "../session" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
sp-consensus-aura = { path = "../../primitives/consensus/aura", default-features = false}
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-timestamp = { path = "../../primitives/timestamp", default-features = false }
|
||||
pallet-timestamp = { path = "../timestamp", default-features = false }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../primitives/timestamp" }
|
||||
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../timestamp" }
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
[package]
|
||||
name = "pallet-authority-discovery"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-authority-discovery = { path = "../../primitives/authority-discovery", default-features = false }
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false }
|
||||
sp-authority-discovery = { version = "2.0.0", default-features = false, path = "../../primitives/authority-discovery" }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../primitives/application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
pallet-session = { path = "../session", default-features = false, features = ["historical" ] }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
pallet-session = { version = "2.0.0", features = ["historical" ], path = "../session", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
[package]
|
||||
name = "pallet-authorship"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
description = "Block and Uncle Author tracking for the SRML"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
sp-authorship = { path = "../../primitives/authorship", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-authorship = { version = "2.0.0", default-features = false, path = "../../primitives/authorship" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
|
||||
@@ -8,24 +8,24 @@ edition = "2018"
|
||||
hex-literal = "0.2.1"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-timestamp = { path = "../timestamp", default-features = false }
|
||||
sp-timestamp = { path = "../../primitives/timestamp", default-features = false }
|
||||
pallet-session = { path = "../session", default-features = false }
|
||||
sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../timestamp" }
|
||||
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../primitives/timestamp" }
|
||||
pallet-session = { version = "2.0.0", default-features = false, path = "../session" }
|
||||
sp-consensus-babe = { version = "0.8", default-features = false, path = "../../primitives/consensus/babe" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
parking_lot = "0.9.0"
|
||||
sp-version = { path = "../../primitives/version", default-features = false }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
substrate-test-runtime = { path = "../../test-utils/runtime" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../../primitives/version" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,15 +8,15 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-transaction-payment = { path = "../transaction-payment" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-transaction-payment = { version = "2.0.0", path = "../transaction-payment" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,16 +8,16 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
pallet-balances = { path = "../balances" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -10,21 +10,21 @@ pwasm-utils = { version = "0.12.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
parity-wasm = { version = "0.41.0", default-features = false }
|
||||
wasmi-validation = { version = "0.3.0", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-sandbox = { path = "../../primitives/sandbox", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-sandbox = { version = "2.0.0", default-features = false, path = "../../primitives/sandbox" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
wabt = "0.9.2"
|
||||
assert_matches = "1.3.0"
|
||||
hex-literal = "0.2.1"
|
||||
pallet-balances = { path = "../balances" }
|
||||
pallet-timestamp = { path = "../timestamp" }
|
||||
pallet-randomness-collective-flip = { path = "../randomness-collective-flip" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
pallet-timestamp = { version = "2.0.0", path = "../timestamp" }
|
||||
pallet-randomness-collective-flip = { version = "2.0.0", path = "../randomness-collective-flip" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -9,12 +9,12 @@ codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
jsonrpc-core = "14.0.3"
|
||||
jsonrpc-core-client = "14.0.3"
|
||||
jsonrpc-derive = "14.0.3"
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-rpc = { path = "../../../primitives/rpc" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-rpc = { version = "2.0.0", path = "../../../primitives/rpc" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
pallet-contracts-rpc-runtime-api = { path = "./runtime-api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
pallet-contracts-rpc-runtime-api = { version = "2.0.0", path = "./runtime-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.41"
|
||||
|
||||
@@ -5,10 +5,10 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-api = { path = "../../../../primitives/api", default-features = false }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../../../primitives/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../../../primitives/runtime", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../../primitives/runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,15 +8,15 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -6,18 +6,18 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-phragmen = { path = "../../primitives/phragmen", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-phragmen = { version = "2.0.0", default-features = false, path = "../../primitives/phragmen" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
hex-literal = "0.2.1"
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
substrate-test-utils = { path = "../../test-utils" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
substrate-test-utils = { version = "2.0.0", path = "../../test-utils" }
|
||||
serde = { version = "1.0.101" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -8,16 +8,16 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
pallet-balances = { path = "../balances" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,14 +7,14 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-timestamp = { path = "../timestamp", default-features = false }
|
||||
pallet-balances = { path = "../balances", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../timestamp" }
|
||||
pallet-balances = { version = "2.0.0", default-features = false, path = "../balances" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
primitive-types = { version = "0.6", default-features = false, features = ["rlp"] }
|
||||
rlp = { version = "0.4", default-features = false }
|
||||
evm = { version = "0.14", default-features = false }
|
||||
|
||||
@@ -7,15 +7,15 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-balances = { path = "../balances", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-balances = { version = "2.0.0", default-features = false, path = "../balances" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,18 +7,18 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.2.1"
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-indices = { path = "../indices" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
pallet-transaction-payment = { path = "../transaction-payment" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-indices = { version = "2.0.0", path = "../indices" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
pallet-transaction-payment = { version = "2.0.0", path = "../transaction-payment" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,17 +7,17 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-finality-tracker = { path = "../../primitives/finality-tracker", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-finality-tracker = { version = "2.0.0", default-features = false, path = "../../primitives/finality-tracker" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,14 +7,14 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io ={ path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io ={ version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,18 +7,18 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-finality-grandpa = { path = "../../primitives/finality-grandpa", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-session = { path = "../session", default-features = false }
|
||||
pallet-finality-tracker = { path = "../finality-tracker", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-finality-grandpa = { version = "2.0.0", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-session = { version = "2.0.0", default-features = false, path = "../session" }
|
||||
pallet-finality-tracker = { version = "2.0.0", default-features = false, path = "../finality-tracker" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io ={ path = "../../primitives/io" }
|
||||
sp-io ={ version = "2.0.0", path = "../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,15 +8,15 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
enumflags2 = { version = "0.6.2" }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
[package]
|
||||
name = "pallet-im-online"
|
||||
version = "0.1.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto", default-features = false }
|
||||
pallet-authorship = { path = "../authorship", default-features = false }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../primitives/application-crypto" }
|
||||
pallet-authorship = { version = "2.0.0", default-features = false, path = "../authorship" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
pallet-session = { path = "../session", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-session = { version = "2.0.0", default-features = false, path = "../session" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[features]
|
||||
default = ["std", "pallet-session/historical"]
|
||||
|
||||
@@ -8,13 +8,13 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-keyring = { path = "../../primitives/keyring", optional = true }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-keyring = { version = "2.0.0", optional = true, path = "../../primitives/keyring" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
ref_thread_local = "0.0.0"
|
||||
|
||||
@@ -7,14 +7,14 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,8 +7,8 @@ edition = "2018"
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,15 +7,15 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
[package]
|
||||
name = "pallet-offences"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
pallet-balances = { path = "../balances", default-features = false }
|
||||
pallet-balances = { version = "2.0.0", default-features = false, path = "../balances" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,14 +7,14 @@ edition = "2018"
|
||||
[dependencies]
|
||||
safe-mix = { version = "1.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
[package]
|
||||
name = "pallet-scored-pool"
|
||||
version = "1.0.0"
|
||||
version = "2.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,19 +8,19 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-timestamp = { path = "../timestamp", default-features = false }
|
||||
sp-trie = { path = "../../primitives/trie", default-features = false, optional = true }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-timestamp = { version = "2.0.0", default-features = false, path = "../timestamp" }
|
||||
sp-trie = { optional = true, path = "../../primitives/trie", default-features = false }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-application-crypto = { path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0", path = "../../primitives/application-crypto" }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -8,23 +8,23 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-keyring = { path = "../../primitives/keyring", optional = true }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-phragmen = { path = "../../primitives/phragmen", default-features = false }
|
||||
sp-keyring = { version = "2.0.0", optional = true, path = "../../primitives/keyring" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-phragmen = { version = "2.0.0", default-features = false, path = "../../primitives/phragmen" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-staking = { path = "../../primitives/staking", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-session = { path = "../session", default-features = false, features = ["historical"] }
|
||||
pallet-authorship = { path = "../authorship", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-session = { version = "2.0.0", features = ["historical"], path = "../session", default-features = false }
|
||||
pallet-authorship = { version = "2.0.0", default-features = false, path = "../authorship" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
pallet-timestamp = { path = "../timestamp" }
|
||||
pallet-staking-reward-curve = { path = "../staking/reward-curve"}
|
||||
substrate-test-utils = { path = "../../test-utils" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
pallet-timestamp = { version = "2.0.0", path = "../timestamp" }
|
||||
pallet-staking-reward-curve = { version = "2.0.0", path = "../staking/reward-curve" }
|
||||
substrate-test-utils = { version = "2.0.0", path = "../../test-utils" }
|
||||
|
||||
[features]
|
||||
equalize = []
|
||||
|
||||
@@ -14,4 +14,4 @@ proc-macro2 = "1.0.6"
|
||||
proc-macro-crate = "0.1.4"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
|
||||
@@ -7,14 +7,14 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,24 +8,24 @@ edition = "2018"
|
||||
log = "0.4"
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] }
|
||||
frame-metadata = { path = "../metadata", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
frame-metadata = { version = "2.0.0", default-features = false, path = "../metadata" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-arithmetic = { path = "../../primitives/arithmetic", default-features = false }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
frame-support-procedural = { path = "./procedural" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-arithmetic = { version = "2.0.0", default-features = false, path = "../../primitives/arithmetic" }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
frame-support-procedural = { version = "2.0.0", path = "./procedural" }
|
||||
paste = "0.1.6"
|
||||
once_cell = { version = "0.2.4", default-features = false, optional = true }
|
||||
sp-state-machine = { path = "../../primitives/state-machine", optional = true }
|
||||
sp-state-machine = { version = "2.0.0", optional = true, path = "../../primitives/state-machine" }
|
||||
bitmask = { version = "0.5.0", default-features = false }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
tracing = { version = "0.1.10", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.6.1"
|
||||
frame-system = { path = "../system" }
|
||||
frame-system = { version = "2.0.0", path = "../system" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
frame-support-procedural-tools = { path = "./tools" }
|
||||
frame-support-procedural-tools = { version = "2.0.0", path = "./tools" }
|
||||
|
||||
proc-macro2 = "1.0.6"
|
||||
quote = "1.0.2"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
frame-support-procedural-tools-derive = { path = "./derive" }
|
||||
frame-support-procedural-tools-derive = { version = "2.0.0", path = "./derive" }
|
||||
proc-macro2 = "1.0.6"
|
||||
quote = "1.0.2"
|
||||
syn = { version = "1.0.7", features = ["full", "visit"] }
|
||||
|
||||
@@ -8,11 +8,11 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", default-features = false, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-io ={ path = "../../../primitives/io", default-features = false }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine", optional = true }
|
||||
frame-support = { version = "2", path = "../", default-features = false }
|
||||
sp-inherents = { path = "../../../primitives/inherents", default-features = false }
|
||||
sp-runtime = { path = "../../../primitives/runtime", default-features = false }
|
||||
sp-core = { path = "../../../primitives/core", default-features = false }
|
||||
sp-state-machine = { version = "2.0.0", optional = true, path = "../../../primitives/state-machine" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../" }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../../primitives/inherents" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
trybuild = "1.0.17"
|
||||
pretty_assertions = "0.6.1"
|
||||
|
||||
|
||||
@@ -8,12 +8,12 @@ edition = "2018"
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
safe-mix = { version = "1.0.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { path = "../../primitives/core", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io ={ path = "../../primitives/io", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-version = { path = "../../primitives/version", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../../primitives/version" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -5,8 +5,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-api = { path = "../../../../primitives/api", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../../../primitives/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,17 +7,17 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-timestamp = { path = "../../primitives/timestamp", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../primitives/inherents" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../primitives/timestamp" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io ={ path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io ={ version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -6,16 +6,16 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-transaction-payment-rpc-runtime-api = { path = "./rpc/runtime-api", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0", default-features = false, path = "./rpc/runtime-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-io = { version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -9,9 +9,9 @@ codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
jsonrpc-core = "14.0.3"
|
||||
jsonrpc-core-client = "14.0.3"
|
||||
jsonrpc-derive = "14.0.3"
|
||||
sp-core = { path = "../../../primitives/core" }
|
||||
sp-rpc = { path = "../../../primitives/rpc" }
|
||||
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
|
||||
sp-rpc = { version = "2.0.0", path = "../../../primitives/rpc" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
sp-runtime = { path = "../../../primitives/runtime" }
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" }
|
||||
pallet-transaction-payment-rpc-runtime-api = { path = "./runtime-api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../../primitives/runtime" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
|
||||
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0", path = "./runtime-api" }
|
||||
|
||||
@@ -6,11 +6,11 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
sp-api = { path = "../../../../primitives/api", default-features = false }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../../../primitives/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../../../support", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../../../support" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.41"
|
||||
|
||||
@@ -7,15 +7,15 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
pallet-balances = { path = "../balances", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
pallet-balances = { version = "2.0.0", default-features = false, path = "../balances" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-io ={ path = "../../primitives/io" }
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
sp-io ={ version = "2.0.0", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -7,15 +7,15 @@ edition = "2018"
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
frame-support = { path = "../support", default-features = false }
|
||||
frame-system = { path = "../system", default-features = false }
|
||||
sp-runtime = { path = "../../primitives/runtime", default-features = false }
|
||||
sp-std = { path = "../../primitives/std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
frame-support = { version = "2.0.0", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0", default-features = false, path = "../system" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../primitives/std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { path = "../../primitives/core" }
|
||||
pallet-balances = { path = "../balances" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0", path = "../balances" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -6,15 +6,15 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-api-proc-macro = { path = "proc-macro" }
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
sp-version = { path = "../version", default-features = false }
|
||||
sp-state-machine = { path = "../../primitives/state-machine", optional = true }
|
||||
sp-api-proc-macro = { version = "2.0.0", path = "proc-macro" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../runtime" }
|
||||
sp-version = { version = "2.0.0", default-features = false, path = "../version" }
|
||||
sp-state-machine = { version = "2.0.0", optional = true, path = "../../primitives/state-machine" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-test-primitives = { path = "../test-primitives" }
|
||||
sp-test-primitives = { version = "2.0.0", path = "../test-primitives" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -5,20 +5,20 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-api = { path = "../" }
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
sp-version = { path = "../../version" }
|
||||
sp-runtime = { path = "../../runtime" }
|
||||
sp-blockchain = { path = "../../blockchain" }
|
||||
sp-consensus = { path = "../../../primitives/consensus/common" }
|
||||
sp-api = { version = "2.0.0", path = "../" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
sp-version = { version = "2.0.0", path = "../../version" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../runtime" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../blockchain" }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
sp-state-machine = { path = "../../../primitives/state-machine" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../../../primitives/state-machine" }
|
||||
trybuild = "1.0.17"
|
||||
rustversion = "1.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.0"
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
@@ -6,11 +6,11 @@ edition = "2018"
|
||||
description = "Provides facilities for generating application specific crypto wrapper types."
|
||||
|
||||
[dependencies]
|
||||
sp-core = { path = "../core", default-features = false }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../core" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-io = { path = "../../primitives/io", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
|
||||
sp-io = { version = "2.0.0", default-features = false, path = "../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -7,7 +7,7 @@ description = "Integration tests for application-crypto"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
sp-core = { path = "../../core", default-features = false }
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" }
|
||||
sp-runtime = { path = "../../runtime" }
|
||||
sp-application-crypto = { path = "../" }
|
||||
sp-core = { version = "2.0.0", default-features = false, path = "../../core" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../runtime" }
|
||||
sp-application-crypto = { version = "2.0.0", path = "../" }
|
||||
|
||||
@@ -8,9 +8,9 @@ edition = "2018"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
integer-sqrt = "0.1.2"
|
||||
num-traits = { version = "0.2.8", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
sp-debug-derive = { path = "../../primitives/debug-derive", default-features = false }
|
||||
sp-debug-derive = { version = "2.0.0", default-features = false, path = "../../primitives/debug-derive" }
|
||||
|
||||
[dev-dependencies]
|
||||
primitive-types = "0.6.0"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-arithmetic = { path = ".." }
|
||||
sp-arithmetic = { version = "2.0.0", path = ".." }
|
||||
honggfuzz = "0.5"
|
||||
primitive-types = "0.6"
|
||||
num-bigint = "0.2"
|
||||
|
||||
@@ -6,11 +6,11 @@ description = "Authority discovery primitives"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { path = "../application-crypto", default-features = false }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", default-features = false, version = "1.0.3" }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-api = { path = "../api", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../api" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -6,9 +6,9 @@ description = "Authorship primitives"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-inherents = { path = "../inherents", default-features = false }
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../inherents" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -5,11 +5,11 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-runtime = { path = "../runtime", default-features = false }
|
||||
sp-api = { path = "../api", default-features = false }
|
||||
sp-std = { path = "../std", default-features = false }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../runtime" }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../api" }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../std" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false }
|
||||
sp-inherents = { path = "../inherents", default-features = false }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../inherents" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -10,7 +10,7 @@ lru = "0.4.0"
|
||||
parking_lot = "0.9.0"
|
||||
derive_more = "0.99.2"
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false, features = ["derive"] }
|
||||
sp-consensus = { path = "../consensus/common" }
|
||||
sp-runtime = { path = "../runtime" }
|
||||
sp-block-builder = { path = "../block-builder" }
|
||||
sp-state-machine = { path = "../state-machine" }
|
||||
sp-consensus = { version = "0.8", path = "../consensus/common" }
|
||||
sp-runtime = { version = "2.0.0", path = "../runtime" }
|
||||
sp-block-builder = { version = "2.0.0", path = "../block-builder" }
|
||||
sp-state-machine = { version = "2.0.0", path = "../state-machine" }
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
[package]
|
||||
name = "sp-consensus-aura"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Primitives for Aura consensus"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { path = "../../application-crypto", default-features = false }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-std = { path = "../../std", default-features = false }
|
||||
sp-api = { path = "../../api", default-features = false }
|
||||
sp-runtime = { path = "../../runtime", default-features = false }
|
||||
sp-inherents = { path = "../../inherents", default-features = false }
|
||||
sp-timestamp = { path = "../../timestamp", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../std" }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../api" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../inherents" }
|
||||
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../timestamp" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
[package]
|
||||
name = "sp-consensus-babe"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Primitives for BABE consensus"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { path = "../../application-crypto", default-features = false }
|
||||
sp-application-crypto = { version = "2.0.0", default-features = false, path = "../../application-crypto" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", default-features = false }
|
||||
sp-std = { path = "../../std", default-features = false }
|
||||
sp-std = { version = "2.0.0", default-features = false, path = "../../std" }
|
||||
schnorrkel = { version = "0.8.5", features = ["preaudit_deprecated"], optional = true }
|
||||
sp-api = { path = "../../api", default-features = false }
|
||||
sp-consensus = { path = "../common", optional = true }
|
||||
sp-inherents = { path = "../../inherents", default-features = false }
|
||||
sp-runtime = { path = "../../runtime", default-features = false }
|
||||
sp-timestamp = { path = "../../timestamp", default-features = false }
|
||||
sp-api = { version = "2.0.0", default-features = false, path = "../../api" }
|
||||
sp-consensus = { version = "0.8", optional = true, path = "../common" }
|
||||
sp-inherents = { version = "2.0.0", default-features = false, path = "../../inherents" }
|
||||
sp-runtime = { version = "2.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-timestamp = { version = "2.0.0", default-features = false, path = "../../timestamp" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-consensus"
|
||||
version = "2.0.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Common utilities for substrate consensus"
|
||||
edition = "2018"
|
||||
@@ -10,17 +10,17 @@ derive_more = "0.99.2"
|
||||
libp2p = { version = "0.13.0", default-features = false }
|
||||
log = "0.4.8"
|
||||
sp-core = { path= "../../core" }
|
||||
sp-inherents = { path = "../../inherents" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../inherents" }
|
||||
futures = { version = "0.3.1", features = ["thread-pool"] }
|
||||
futures-timer = "0.4.0"
|
||||
sp-std = { path = "../../std" }
|
||||
sp-version = { path = "../../version" }
|
||||
sp-runtime = { path = "../../runtime" }
|
||||
sp-std = { version = "2.0.0", path = "../../std" }
|
||||
sp-version = { version = "2.0.0", path = "../../version" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../runtime" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
parking_lot = "0.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-test-primitives = { path = "../../test-primitives" }
|
||||
sp-test-primitives = { version = "2.0.0", path = "../../test-primitives" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user