Bump sp-crates from latest crates.io version + release (#14265)

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-05-31 15:11:01 +03:00
committed by GitHub
parent 01c1c14687
commit 3da9449067
227 changed files with 921 additions and 921 deletions
+23 -23
View File
@@ -10737,7 +10737,7 @@ dependencies = [
[[package]]
name = "sp-application-crypto"
version = "8.0.0"
version = "23.0.0"
dependencies = [
"parity-scale-codec",
"scale-info",
@@ -10761,7 +10761,7 @@ dependencies = [
[[package]]
name = "sp-arithmetic"
version = "7.0.0"
version = "16.0.0"
dependencies = [
"criterion",
"integer-sqrt",
@@ -10942,7 +10942,7 @@ dependencies = [
[[package]]
name = "sp-core"
version = "8.0.0"
version = "21.0.0"
dependencies = [
"array-bytes 4.2.0",
"bitflags",
@@ -10990,7 +10990,7 @@ dependencies = [
[[package]]
name = "sp-core-hashing"
version = "6.0.0"
version = "9.0.0"
dependencies = [
"blake2b_simd",
"byteorder",
@@ -11003,7 +11003,7 @@ dependencies = [
[[package]]
name = "sp-core-hashing-proc-macro"
version = "6.0.0"
version = "9.0.0"
dependencies = [
"proc-macro2",
"quote",
@@ -11021,7 +11021,7 @@ dependencies = [
[[package]]
name = "sp-debug-derive"
version = "6.0.0"
version = "8.0.0"
dependencies = [
"proc-macro2",
"quote",
@@ -11030,7 +11030,7 @@ dependencies = [
[[package]]
name = "sp-externalities"
version = "0.14.0"
version = "0.19.0"
dependencies = [
"environmental",
"parity-scale-codec",
@@ -11055,7 +11055,7 @@ dependencies = [
[[package]]
name = "sp-io"
version = "8.0.0"
version = "23.0.0"
dependencies = [
"bytes",
"ed25519",
@@ -11080,7 +11080,7 @@ dependencies = [
[[package]]
name = "sp-keyring"
version = "8.0.0"
version = "24.0.0"
dependencies = [
"lazy_static",
"sp-core",
@@ -11090,7 +11090,7 @@ dependencies = [
[[package]]
name = "sp-keystore"
version = "0.14.0"
version = "0.27.0"
dependencies = [
"futures",
"parity-scale-codec",
@@ -11178,7 +11178,7 @@ dependencies = [
[[package]]
name = "sp-panic-handler"
version = "6.0.0"
version = "8.0.0"
dependencies = [
"backtrace",
"lazy_static",
@@ -11197,7 +11197,7 @@ dependencies = [
[[package]]
name = "sp-runtime"
version = "8.0.0"
version = "24.0.0"
dependencies = [
"either",
"hash256-std-hasher",
@@ -11224,7 +11224,7 @@ dependencies = [
[[package]]
name = "sp-runtime-interface"
version = "8.0.0"
version = "17.0.0"
dependencies = [
"bytes",
"impl-trait-for-tuples",
@@ -11247,7 +11247,7 @@ dependencies = [
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "7.0.0"
version = "11.0.0"
dependencies = [
"Inflector",
"proc-macro-crate",
@@ -11322,7 +11322,7 @@ dependencies = [
[[package]]
name = "sp-state-machine"
version = "0.14.0"
version = "0.28.0"
dependencies = [
"array-bytes 4.2.0",
"assert_matches",
@@ -11363,11 +11363,11 @@ dependencies = [
[[package]]
name = "sp-std"
version = "6.0.0"
version = "8.0.0"
[[package]]
name = "sp-storage"
version = "8.0.0"
version = "13.0.0"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -11406,7 +11406,7 @@ dependencies = [
[[package]]
name = "sp-tracing"
version = "7.0.0"
version = "10.0.0"
dependencies = [
"parity-scale-codec",
"sp-std",
@@ -11440,7 +11440,7 @@ dependencies = [
[[package]]
name = "sp-trie"
version = "8.0.0"
version = "22.0.0"
dependencies = [
"ahash 0.8.3",
"array-bytes 4.2.0",
@@ -11467,7 +11467,7 @@ dependencies = [
[[package]]
name = "sp-version"
version = "6.0.0"
version = "22.0.0"
dependencies = [
"impl-serde",
"parity-scale-codec",
@@ -11483,7 +11483,7 @@ dependencies = [
[[package]]
name = "sp-version-proc-macro"
version = "4.0.0"
version = "8.0.0"
dependencies = [
"parity-scale-codec",
"proc-macro2",
@@ -11494,7 +11494,7 @@ dependencies = [
[[package]]
name = "sp-wasm-interface"
version = "8.0.0"
version = "14.0.0"
dependencies = [
"anyhow",
"impl-trait-for-tuples",
@@ -11506,7 +11506,7 @@ dependencies = [
[[package]]
name = "sp-weights"
version = "5.0.0"
version = "20.0.0"
dependencies = [
"parity-scale-codec",
"scale-info",
+4 -4
View File
@@ -21,7 +21,7 @@ clap = { version = "4.2.5", features = ["derive"] }
futures = { version = "0.3.21", features = ["thread-pool"]}
sc-cli = { version = "0.10.0-dev", path = "../../../client/cli" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
sc-network = { version = "0.10.0-dev", path = "../../../client/network" }
sc-service = { version = "0.10.0-dev", path = "../../../client/service" }
@@ -37,11 +37,11 @@ sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/commo
sc-consensus-grandpa = { version = "0.10.0-dev", path = "../../../client/consensus/grandpa" }
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" }
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "8.0.0", path = "../../../primitives/io" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
frame-system = { version = "4.0.0-dev", path = "../../../frame/system" }
pallet-transaction-payment = { version = "4.0.0-dev", default-features = false, path = "../../../frame/transaction-payment" }
@@ -22,9 +22,9 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../..
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../../frame/system" }
[dev-dependencies]
sp-core = { version = "8.0.0", path = "../../../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../../../primitives/io" }
sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../../../primitives/io" }
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
[features]
default = ["std"]
@@ -30,14 +30,14 @@ sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../pri
sp-block-builder = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/block-builder"}
sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../../primitives/consensus/aura" }
sp-consensus-grandpa = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/consensus/grandpa" }
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents"}
sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" }
sp-version = { version = "6.0.0", default-features = false, path = "../../../primitives/version" }
sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" }
# Used for the node template's RPCs
frame-system-rpc-runtime-api = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
+5 -5
View File
@@ -19,20 +19,20 @@ node-primitives = { version = "2.0.0", path = "../primitives" }
node-testing = { version = "3.0.0-dev", path = "../testing" }
kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" }
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
serde = "1.0.136"
serde_json = "1.0.85"
derive_more = { version = "0.99.17", default-features = false, features = ["display"] }
kvdb = "0.13.0"
kvdb-rocksdb = "0.19.0"
sp-trie = { version = "8.0.0", path = "../../../primitives/trie" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-trie = { version = "22.0.0", path = "../../../primitives/trie" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
hash-db = "0.16.0"
tempfile = "3.1.0"
fs_extra = "1"
+5 -5
View File
@@ -49,12 +49,12 @@ sp-authority-discovery = { version = "4.0.0-dev", path = "../../../primitives/au
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" }
grandpa-primitives = { version = "4.0.0-dev", package = "sp-consensus-grandpa", path = "../../../primitives/consensus/grandpa" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-transaction-pool = { version = "4.0.0-dev", path = "../../../primitives/transaction-pool" }
sp-transaction-storage-proof = { version = "4.0.0-dev", path = "../../../primitives/transaction-storage-proof" }
@@ -114,7 +114,7 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../../../client/consensus/
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../../client/consensus/epochs" }
sc-service-test = { version = "2.0.0", path = "../../../client/service/test" }
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
futures = "0.3.21"
tempfile = "3.1.0"
+9 -9
View File
@@ -19,11 +19,11 @@ frame-benchmarking = { version = "4.0.0-dev", path = "../../../frame/benchmarkin
node-primitives = { version = "2.0.0", path = "../primitives" }
kitchensink-runtime = { version = "3.0.0-dev", path = "../runtime" }
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-trie = { version = "8.0.0", path = "../../../primitives/trie" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
sp-trie = { version = "22.0.0", path = "../../../primitives/trie" }
sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" }
[dev-dependencies]
@@ -41,12 +41,12 @@ pallet-sudo = { version = "4.0.0-dev", path = "../../../frame/sudo" }
pallet-timestamp = { version = "4.0.0-dev", path = "../../../frame/timestamp" }
pallet-treasury = { version = "4.0.0-dev", path = "../../../frame/treasury" }
pallet-transaction-payment = { version = "4.0.0-dev", path = "../../../frame/transaction-payment" }
sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" }
pallet-root-testing = { version = "1.0.0-dev", path = "../../../frame/root-testing" }
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" }
sp-externalities = { version = "0.14.0", path = "../../../primitives/externalities" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-externalities = { version = "0.19.0", path = "../../../primitives/externalities" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[features]
stress-test = []
+2 -2
View File
@@ -21,5 +21,5 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../client/api" }
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../client/service" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
+3 -3
View File
@@ -18,9 +18,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
] }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../../frame/system" }
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../../primitives/application-crypto" }
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../../primitives/application-crypto" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
[features]
default = ["std"]
+2 -2
View File
@@ -33,8 +33,8 @@ sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-bu
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" }
substrate-frame-rpc-system = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/system" }
substrate-state-trie-migration-rpc = { version = "4.0.0-dev", path = "../../../utils/frame/rpc/state-trie-migration-rpc/" }
+5 -5
View File
@@ -35,16 +35,16 @@ sp-block-builder = { path = "../../../primitives/block-builder", default-feature
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/inherents" }
node-primitives = { version = "2.0.0", default-features = false, path = "../primitives" }
sp-offchain = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/offchain" }
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/api" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/staking" }
sp-session = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/session" }
sp-transaction-pool = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/transaction-pool" }
sp-statement-store = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/statement-store" }
sp-version = { version = "6.0.0", default-features = false, path = "../../../primitives/version" }
sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" }
sp-version = { version = "22.0.0", default-features = false, path = "../../../primitives/version" }
sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" }
# frame dependencies
frame-executive = { version = "4.0.0-dev", default-features = false, path = "../../../frame/executive" }
+4 -4
View File
@@ -39,10 +39,10 @@ sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-io = { version = "8.0.0", path = "../../../primitives/io" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/timestamp" }
substrate-test-client = { version = "2.0.0", path = "../../../test-utils/client" }
@@ -20,5 +20,5 @@ rand = "0.8"
node-cli = { version = "3.0.0-dev", path = "../../node/cli" }
sc-chain-spec = { version = "4.0.0-dev", path = "../../../client/chain-spec" }
sc-keystore = { version = "4.0.0-dev", path = "../../../client/keystore" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
+2 -2
View File
@@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
log = "0.4.17"
thiserror = "1.0.30"
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-wasm-interface = { version = "8.0.0", path = "../../primitives/wasm-interface" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-wasm-interface = { version = "14.0.0", path = "../../primitives/wasm-interface" }
+6 -6
View File
@@ -28,14 +28,14 @@ sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-database = { version = "4.0.0-dev", path = "../../primitives/database" }
sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" }
sp-keystore = { version = "0.14.0", default-features = false, path = "../../primitives/keystore" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" }
sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" }
sp-keystore = { version = "0.27.0", default-features = false, path = "../../primitives/keystore" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" }
sp-storage = { version = "8.0.0", path = "../../primitives/storage" }
sp-storage = { version = "13.0.0", path = "../../primitives/storage" }
[dev-dependencies]
thiserror = "1.0.30"
@@ -34,12 +34,12 @@ sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-authority-discovery = { version = "4.0.0-dev", path = "../../primitives/authority-discovery" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
async-trait = "0.1.56"
[dev-dependencies]
quickcheck = { version = "1.0.3", default-features = false }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
+2 -2
View File
@@ -26,9 +26,9 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../client/transact
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
[dev-dependencies]
parking_lot = "0.12.1"
+3 -3
View File
@@ -20,10 +20,10 @@ sc-client-api = { version = "4.0.0-dev", path = "../api" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-block-builder = { version = "4.0.0-dev", path = "../../primitives/block-builder" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
[dev-dependencies]
sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
+3 -3
View File
@@ -22,6 +22,6 @@ sc-executor = { version = "0.10.0-dev", path = "../executor" }
sc-network = { version = "0.10.0-dev", path = "../network" }
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
+7 -7
View File
@@ -40,17 +40,17 @@ sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-keyring = { version = "8.0.0", path = "../../primitives/keyring" }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-panic-handler = { version = "6.0.0", path = "../../primitives/panic-handler" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-keyring = { version = "24.0.0", path = "../../primitives/keyring" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
sp-panic-handler = { version = "8.0.0", path = "../../primitives/panic-handler" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
[dev-dependencies]
tempfile = "3.1.0"
futures-timer = "3.0.1"
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
[features]
default = ["rocksdb"]
+6 -6
View File
@@ -25,16 +25,16 @@ sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/commo
sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" }
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" }
sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" }
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[dev-dependencies]
parking_lot = "0.12.1"
@@ -42,8 +42,8 @@ tempfile = "3.1.0"
sc-keystore = { version = "4.0.0-dev", path = "../../keystore" }
sc-network = { version = "0.10.0-dev", path = "../../network" }
sc-network-test = { version = "0.8.0", path = "../../network/test" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
tokio = { version = "1.22.0" }
+6 -6
View File
@@ -33,24 +33,24 @@ sc-consensus-slots = { version = "0.10.0-dev", path = "../slots" }
sc-keystore = { version = "4.0.0-dev", path = "../../keystore" }
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" }
sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-builder" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" }
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[dev-dependencies]
rand_chacha = "0.2.2"
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sc-network = { version = "0.10.0-dev", path = "../../network" }
sc-network-test = { version = "0.8.0", path = "../../network/test" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
tokio = "1.22.0"
@@ -21,18 +21,18 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../" }
sc-consensus-epochs = { version = "0.10.0-dev", path = "../../epochs" }
sc-rpc-api = { version = "0.10.0-dev", path = "../../../rpc-api" }
sp-api = { version = "4.0.0-dev", path = "../../../../primitives/api" }
sp-application-crypto = { version = "8.0.0", path = "../../../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", path = "../../../../primitives/application-crypto" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../../primitives/consensus/common" }
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../../primitives/consensus/babe" }
sp-core = { version = "8.0.0", path = "../../../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
[dev-dependencies]
serde_json = "1.0.85"
tokio = "1.22.0"
sc-consensus = { version = "0.10.0-dev", path = "../../../consensus/common" }
sc-keystore = { version = "4.0.0-dev", path = "../../../keystore" }
sp-keyring = { version = "8.0.0", path = "../../../../primitives/keyring" }
sp-keyring = { version = "24.0.0", path = "../../../../primitives/keyring" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
+7 -7
View File
@@ -29,15 +29,15 @@ sc-network-gossip = { version = "0.10.0-dev", path = "../../network-gossip" }
sc-network-sync = { version = "0.10.0-dev", path = "../../network/sync" }
sc-utils = { version = "4.0.0-dev", path = "../../utils" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" }
sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" }
sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" }
sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../primitives/consensus/beefy" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[dev-dependencies]
serde = "1.0.136"
@@ -46,6 +46,6 @@ tokio = "1.22.0"
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
sc-network-test = { version = "0.8.0", path = "../../network/test" }
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
@@ -19,8 +19,8 @@ thiserror = "1.0"
sc-consensus-beefy = { version = "4.0.0-dev", path = "../" }
sp-consensus-beefy = { version = "4.0.0-dev", path = "../../../../primitives/consensus/beefy" }
sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" }
sp-core = { version = "8.0.0", path = "../../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
[dev-dependencies]
serde_json = "1.0.85"
+3 -3
View File
@@ -28,9 +28,9 @@ sc-utils = { version = "4.0.0-dev", path = "../../utils" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
[dev-dependencies]
sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" }
+1 -1
View File
@@ -18,4 +18,4 @@ fork-tree = { version = "3.0.0", path = "../../../utils/fork-tree" }
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sc-consensus = { version = "0.10.0-dev", path = "../common" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
@@ -39,14 +39,14 @@ sc-network-common = { version = "0.10.0-dev", path = "../../network/common" }
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
sc-utils = { version = "4.0.0-dev", path = "../../utils" }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-application-crypto = { version = "8.0.0", path = "../../../primitives/application-crypto" }
sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" }
sp-application-crypto = { version = "23.0.0", path = "../../../primitives/application-crypto" }
sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[dev-dependencies]
assert_matches = "1.3.0"
@@ -55,6 +55,6 @@ serde = "1.0.136"
tokio = "1.22.0"
sc-network = { version = "0.10.0-dev", path = "../../network" }
sc-network-test = { version = "0.8.0", path = "../../network/test" }
sp-keyring = { version = "8.0.0", path = "../../../primitives/keyring" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-keyring = { version = "24.0.0", path = "../../../primitives/keyring" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
@@ -21,14 +21,14 @@ sc-client-api = { version = "4.0.0-dev", path = "../../../api" }
sc-consensus-grandpa = { version = "0.10.0-dev", path = "../" }
sc-rpc = { version = "4.0.0-dev", path = "../../../rpc" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
[dev-dependencies]
sc-block-builder = { version = "0.10.0-dev", path = "../../../block-builder" }
sc-rpc = { version = "4.0.0-dev", features = ["test-helpers"], path = "../../../rpc" }
sp-core = { version = "8.0.0", path = "../../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../../primitives/core" }
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../../primitives/consensus/grandpa" }
sp-keyring = { version = "8.0.0", path = "../../../../primitives/keyring" }
sp-keyring = { version = "24.0.0", path = "../../../../primitives/keyring" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../../test-utils/runtime/client" }
tokio = { version = "1.22.0", features = ["macros"] }
@@ -36,10 +36,10 @@ sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/c
sp-consensus-aura = { version = "0.10.0-dev", path = "../../../primitives/consensus/aura" }
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" }
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keystore = { version = "0.14.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
[dev-dependencies]
+2 -2
View File
@@ -28,6 +28,6 @@ sp-block-builder = { version = "4.0.0-dev", path = "../../../primitives/block-bu
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-pow = { version = "0.10.0-dev", path = "../../../primitives/consensus/pow" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
+4 -4
View File
@@ -22,14 +22,14 @@ log = "0.4.17"
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sc-consensus = { version = "0.10.0-dev", path = "../../../client/consensus/common" }
sc-telemetry = { version = "4.0.0-dev", path = "../../telemetry" }
sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-slots = { version = "0.10.0-dev", path = "../../../primitives/consensus/slots" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
[dev-dependencies]
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
+6 -6
View File
@@ -27,13 +27,13 @@ parking_lot = "0.12.1"
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-state-db = { version = "0.10.0-dev", path = "../state-db" }
schnellru = "0.2.1"
sp-arithmetic = { version = "7.0.0", path = "../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", path = "../../primitives/arithmetic" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-database = { version = "4.0.0-dev", path = "../../primitives/database" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" }
sp-trie = { version = "8.0.0", path = "../../primitives/trie" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
sp-trie = { version = "22.0.0", path = "../../primitives/trie" }
[dev-dependencies]
criterion = "0.4.0"
@@ -42,7 +42,7 @@ rand = "0.8.5"
tempfile = "3.1.0"
quickcheck = { version = "1.0.3", default-features = false }
kitchensink-runtime = { path = "../../bin/node/runtime" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
array-bytes = "4.1"
+11 -11
View File
@@ -22,14 +22,14 @@ codec = { package = "parity-scale-codec", version = "3.2.2" }
sc-executor-common = { version = "0.10.0-dev", path = "common" }
sc-executor-wasmtime = { version = "0.10.0-dev", path = "wasmtime" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-panic-handler = { version = "6.0.0", path = "../../primitives/panic-handler" }
sp-runtime-interface = { version = "8.0.0", path = "../../primitives/runtime-interface" }
sp-trie = { version = "8.0.0", path = "../../primitives/trie" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-wasm-interface = { version = "8.0.0", path = "../../primitives/wasm-interface" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-panic-handler = { version = "8.0.0", path = "../../primitives/panic-handler" }
sp-runtime-interface = { version = "17.0.0", path = "../../primitives/runtime-interface" }
sp-trie = { version = "22.0.0", path = "../../primitives/trie" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
sp-wasm-interface = { version = "14.0.0", path = "../../primitives/wasm-interface" }
[dev-dependencies]
array-bytes = "4.1"
@@ -37,11 +37,11 @@ assert_matches = "1.3.0"
wat = "1.0"
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 = "0.14.0", path = "../../primitives/state-machine" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/maybe-compressed-blob" }
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
tracing-subscriber = "0.2.19"
paste = "1.0"
regex = "1.6.0"
+1 -1
View File
@@ -18,7 +18,7 @@ thiserror = "1.0.30"
wasm-instrument = "0.3"
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" }
sp-wasm-interface = { version = "8.0.0", path = "../../../primitives/wasm-interface" }
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface" }
[features]
default = []
@@ -13,11 +13,11 @@ repository = "https://github.com/paritytech/substrate/"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime-interface" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, features = ["improved_panic_error_reporting"], path = "../../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../../primitives/runtime-interface" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
[build-dependencies]
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
@@ -29,8 +29,8 @@ wasmtime = { version = "8.0.1", default-features = false, features = [
anyhow = "1.0.68"
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
sc-executor-common = { version = "0.10.0-dev", path = "../common" }
sp-runtime-interface = { version = "8.0.0", path = "../../../primitives/runtime-interface" }
sp-wasm-interface = { version = "8.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] }
sp-runtime-interface = { version = "17.0.0", path = "../../../primitives/runtime-interface" }
sp-wasm-interface = { version = "14.0.0", path = "../../../primitives/wasm-interface", features = ["wasmtime"] }
# Here we include the rustix crate in the exactly same semver-compatible version as used by
# wasmtime and enable its 'use-libc' flag.
@@ -44,7 +44,7 @@ once_cell = "1.12.0"
[dev-dependencies]
wat = "1.0"
sc-runtime-test = { version = "2.0.0", path = "../runtime-test" }
sp-io = { version = "8.0.0", path = "../../../primitives/io" }
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
tempfile = "3.3.0"
paste = "1.0"
codec = { package = "parity-scale-codec", version = "3.2.2" }
+1 -1
View File
@@ -21,4 +21,4 @@ sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
sc-network = { version = "0.10.0-dev", path = "../network" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
+3 -3
View File
@@ -18,9 +18,9 @@ array-bytes = "4.1"
parking_lot = "0.12.1"
serde_json = "1.0.85"
thiserror = "1.0"
sp-application-crypto = { version = "8.0.0", path = "../../primitives/application-crypto" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-application-crypto = { version = "23.0.0", path = "../../primitives/application-crypto" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
[dev-dependencies]
tempfile = "3.1.0"
@@ -19,14 +19,14 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
sp-consensus-beefy = { version = "4.0.0-dev", path = "../../primitives/consensus/beefy" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-mmr-primitives = { version = "4.0.0-dev", path = "../../primitives/merkle-mountain-range" }
sc-offchain = { version = "4.0.0-dev", path = "../offchain" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
[dev-dependencies]
parking_lot = "0.12.1"
sc-block-builder = { version = "0.10.0-dev", path = "../block-builder" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
tokio = "1.17.0"
@@ -17,9 +17,9 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"]
serde = { version = "1.0.136", features = ["derive"] }
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-mmr-primitives = { version = "4.0.0-dev", path = "../../../primitives/merkle-mountain-range" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
anyhow = "1"
[dev-dependencies]
+1 -1
View File
@@ -24,7 +24,7 @@ tracing = "0.1.29"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
sc-network = { version = "0.10.0-dev", path = "../network/" }
sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
[dev-dependencies]
tokio = "1.22.0"
+4 -4
View File
@@ -46,11 +46,11 @@ sc-client-api = { version = "4.0.0-dev", path = "../api" }
sc-consensus = { version = "0.10.0-dev", path = "../consensus/common" }
sc-network-common = { version = "0.10.0-dev", path = "./common" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-arithmetic = { version = "7.0.0", path = "../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", path = "../../primitives/arithmetic" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
# Force 0.9.2 as snow release to fix the compilation.
#
# When libp2p also enforces this version, we can get rid off this extra dep here.
@@ -69,7 +69,7 @@ tokio-test = "0.4.2"
sc-network-light = { version = "0.10.0-dev", path = "./light" }
sc-network-sync = { version = "0.10.0-dev", path = "./sync" }
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
+2 -2
View File
@@ -28,13 +28,13 @@ sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sc-network = { version = "0.10.0-dev", path = "../" }
sc-network-common = { version = "0.10.0-dev", path = "../common" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[dev-dependencies]
tokio = { version = "1.22.0", features = ["full"] }
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
+1 -1
View File
@@ -33,7 +33,7 @@ sc-utils = { version = "4.0.0-dev", path = "../../utils" }
serde = { version = "1.0.136", features = ["derive"] }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
thiserror = "1.0"
zeroize = "1.4.3"
+2 -2
View File
@@ -29,6 +29,6 @@ sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain"
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sc-network = { version = "0.10.0-dev", path = "../" }
sc-network-common = { version = "0.10.0-dev", path = "../common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
thiserror = "1.0"
@@ -23,6 +23,6 @@ pin-project = "1.0.12"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
sc-network-common = { version = "0.10.0-dev", path = "../common" }
sc-network = { version = "0.10.0-dev", path = "../" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-statement-store = { version = "4.0.0-dev", path = "../../../primitives/statement-store" }
+4 -4
View File
@@ -36,17 +36,17 @@ sc-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
sc-network = { version = "0.10.0-dev", path = "../" }
sc-network-common = { version = "0.10.0-dev", path = "../common" }
sc-utils = { version = "4.0.0-dev", path = "../../utils" }
sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-consensus-grandpa = { version = "4.0.0-dev", path = "../../../primitives/consensus/grandpa" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
[dev-dependencies]
tokio = { version = "1.22.0", features = ["macros"] }
quickcheck = { version = "1.0.3", default-features = false }
sc-block-builder = { version = "0.10.0-dev", path = "../../block-builder" }
sp-test-primitives = { version = "2.0.0", path = "../../../primitives/test-primitives" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
+3 -3
View File
@@ -33,8 +33,8 @@ sc-service = { version = "0.10.0-dev", default-features = false, features = ["te
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-consensus-babe = { version = "0.10.0-dev", path = "../../../primitives/consensus/babe" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
@@ -22,5 +22,5 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.
sc-network = { version = "0.10.0-dev", path = "../" }
sc-network-common = { version = "0.10.0-dev", path = "../common" }
sc-utils = { version = "4.0.0-dev", path = "../../utils" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
+3 -3
View File
@@ -33,9 +33,9 @@ sc-network = { version = "0.10.0-dev", path = "../network" }
sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
[dev-dependencies]
lazy_static = "1.4.0"
@@ -45,7 +45,7 @@ sc-client-db = { version = "0.10.0-dev", default-features = true, path = "../db"
sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" }
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
[features]
+3 -3
View File
@@ -20,8 +20,8 @@ serde_json = "1.0.85"
thiserror = "1.0"
sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" }
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
jsonrpsee = { version = "0.16.2", features = ["server", "client-core", "macros"] }
+3 -3
View File
@@ -18,11 +18,11 @@ jsonrpsee = { version = "0.16.2", features = ["client-core", "server", "macros"]
sc-chain-spec = { version = "4.0.0-dev", path = "../chain-spec" }
# Pool for submitting extrinsics required by "transaction"
sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/api" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
codec = { package = "parity-scale-codec", version = "3.2.2" }
thiserror = "1.0"
+5 -5
View File
@@ -28,13 +28,13 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../transaction-pool/a
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
sp-offchain = { version = "4.0.0-dev", path = "../../primitives/offchain" }
sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-session = { version = "4.0.0-dev", path = "../../primitives/session" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement-store" }
tokio = "1.22.0"
@@ -48,7 +48,7 @@ sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
sc-transaction-pool = { version = "4.0.0-dev", path = "../transaction-pool" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
tokio = "1.22.0"
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
[features]
+8 -8
View File
@@ -34,19 +34,19 @@ pin-project = "1.0.12"
serde = "1.0.136"
serde_json = "1.0.85"
sc-keystore = { version = "4.0.0-dev", path = "../keystore" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-trie = { version = "8.0.0", path = "../../primitives/trie" }
sp-externalities = { version = "0.14.0", path = "../../primitives/externalities" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-trie = { version = "22.0.0", path = "../../primitives/trie" }
sp-externalities = { version = "0.19.0", path = "../../primitives/externalities" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
sp-session = { version = "4.0.0-dev", path = "../../primitives/session" }
sp-state-machine = { version = "0.14.0", path = "../../primitives/state-machine" }
sp-state-machine = { version = "0.28.0", path = "../../primitives/state-machine" }
sp-consensus = { version = "0.10.0-dev", path = "../../primitives/consensus/common" }
sc-consensus = { version = "0.10.0-dev", path = "../../client/consensus/common" }
sp-storage = { version = "8.0.0", path = "../../primitives/storage" }
sp-storage = { version = "13.0.0", path = "../../primitives/storage" }
sc-network = { version = "0.10.0-dev", path = "../network" }
sc-network-bitswap = { version = "0.10.0-dev", path = "../network/bitswap" }
sc-network-common = { version = "0.10.0-dev", path = "../network/common" }
+7 -7
View File
@@ -34,12 +34,12 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "../../../client/trans
sp-api = { version = "4.0.0-dev", path = "../../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.14.0", path = "../../../primitives/state-machine" }
sp-storage = { version = "8.0.0", path = "../../../primitives/storage" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-trie = { version = "8.0.0", path = "../../../primitives/trie" }
sp-io = { version = "8.0.0", path = "../../../primitives/io" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
sp-storage = { version = "13.0.0", path = "../../../primitives/storage" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
sp-trie = { version = "22.0.0", path = "../../../primitives/trie" }
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
substrate-test-runtime = { version = "2.0.0", path = "../../../test-utils/runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
+1 -1
View File
@@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] }
log = "0.4.17"
parking_lot = "0.12.1"
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
+3 -3
View File
@@ -25,9 +25,9 @@ sp-statement-store = { version = "4.0.0-dev", path = "../../primitives/statement
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../utils/prometheus" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
sc-client-api = { version = "4.0.0-dev", path = "../api" }
[dev-dependencies]
+1 -1
View File
@@ -15,6 +15,6 @@ log = "0.4.17"
fs4 = "0.6.3"
sc-client-db = { version = "0.10.0-dev", default-features = false, path = "../db" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
tokio = "1.22.0"
thiserror = "1.0.30"
+1 -1
View File
@@ -23,4 +23,4 @@ sc-consensus-babe = { version = "0.10.0-dev", path = "../consensus/babe" }
sc-consensus-epochs = { version = "0.10.0-dev", path = "../consensus/epochs" }
sc-consensus-grandpa = { version = "0.10.0-dev", path = "../consensus/grandpa" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
+4 -4
View File
@@ -23,9 +23,9 @@ regex = "1"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.85"
sc-telemetry = { version = "4.0.0-dev", path = "../telemetry" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-std = { version = "6.0.0", path = "../../primitives/std" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-std = { version = "8.0.0", path = "../../primitives/std" }
[dev-dependencies]
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
+3 -3
View File
@@ -33,10 +33,10 @@ sc-rpc-server = { version = "4.0.0-dev", path = "../rpc-servers" }
sc-tracing-proc-macro = { version = "4.0.0-dev", path = "./proc-macro" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-rpc = { version = "6.0.0", path = "../../primitives/rpc" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
[dev-dependencies]
criterion = "0.4.0"
+3 -3
View File
@@ -29,9 +29,9 @@ sc-transaction-pool-api = { version = "4.0.0-dev", path = "./api" }
sc-utils = { version = "4.0.0-dev", path = "../utils" }
sp-api = { version = "4.0.0-dev", path = "../../primitives/api" }
sp-blockchain = { version = "4.0.0-dev", path = "../../primitives/blockchain" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-runtime = { version = "8.0.0", path = "../../primitives/runtime" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
sp-transaction-pool = { version = "4.0.0-dev", path = "../../primitives/transaction-pool" }
[dev-dependencies]
@@ -16,8 +16,8 @@ log = "0.4.17"
serde = { version = "1.0.136", features = ["derive"] }
thiserror = "1.0.30"
sp-blockchain = { version = "4.0.0-dev", path = "../../../primitives/blockchain" }
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
[dev-dependencies]
serde_json = "1.0"
+1 -1
View File
@@ -17,7 +17,7 @@ lazy_static = "1.4.0"
log = "0.4"
parking_lot = "0.12.1"
prometheus = { version = "0.13.0", default-features = false }
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
[features]
default = ["metered"]
+6 -6
View File
@@ -19,11 +19,11 @@ log = { version = "0.4.14", default-features = false }
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-core-hashing = { version = "6.0.0", default-features = false, path = "../../primitives/core/hashing", optional = true }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-core-hashing = { version = "9.0.0", default-features = false, path = "../../primitives/core/hashing", optional = true }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
@@ -34,7 +34,7 @@ pallet-collective = { version = "4.0.0-dev", path = "../collective", default-fea
[dev-dependencies]
array-bytes = "4.1"
sp-core-hashing = { version = "6.0.0", default-features = false, path = "../../primitives/core/hashing" }
sp-core-hashing = { version = "9.0.0", default-features = false, path = "../../primitives/core/hashing" }
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
pallet-collective = { version = "4.0.0-dev", path = "../collective" }
+7 -7
View File
@@ -19,18 +19,18 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
pallet-assets = { version = "4.0.0-dev", path = "../assets" }
primitive-types = { version = "0.12.0", default-features = false, features = ["codec", "scale-info", "num-traits"] }
sp-std = { version = "6.0.0", path = "../../primitives/std" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-std = { version = "8.0.0", path = "../../primitives/std" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
[features]
default = ["std"]
+4 -4
View File
@@ -20,13 +20,13 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
[features]
default = ["std"]
+5 -5
View File
@@ -15,19 +15,19 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
# Needed for various traits. In our case, `OnFinalize`.
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
# Needed for type-safe access to storage DB.
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
# `system` module provides us with all sorts of useful stuff and macros depend on it being around.
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../benchmarking", optional = true }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
[dev-dependencies]
sp-std = { version = "6.0.0", path = "../../primitives/std" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-std = { version = "8.0.0", path = "../../primitives/std" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
[features]
+4 -4
View File
@@ -17,10 +17,10 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
+5 -5
View File
@@ -18,14 +18,14 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" }
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-consensus-aura = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/aura" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
[features]
default = ["std"]
@@ -22,14 +22,14 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys
pallet-session = { version = "4.0.0-dev", default-features = false, features = [
"historical",
], path = "../session" }
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-authority-discovery = { version = "4.0.0-dev", default-features = false, path = "../../primitives/authority-discovery" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
[features]
default = ["std"]
+4 -4
View File
@@ -20,12 +20,12 @@ impl-trait-for-tuples = "0.2.2"
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
[features]
default = ["std"]
+6 -6
View File
@@ -22,14 +22,14 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys
pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" }
pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" }
pallet-timestamp = { version = "4.0.0-dev", default-features = false, path = "../timestamp" }
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-consensus-babe = { version = "0.10.0-dev", default-features = false, path = "../../primitives/consensus/babe" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" }
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" }
@@ -37,7 +37,7 @@ pallet-balances = { version = "4.0.0-dev", path = "../balances" }
pallet-offences = { version = "4.0.0-dev", path = "../offences" }
pallet-staking = { version = "4.0.0-dev", path = "../staking" }
pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
[features]
default = ["std"]
+8 -8
View File
@@ -17,8 +17,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
# primitives
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
# FRAME
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
@@ -31,14 +31,14 @@ log = { version = "0.4.17", default-features = false }
# Optional imports for benchmarking
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking", optional = true, default-features = false }
pallet-balances = { version = "4.0.0-dev", path = "../balances", optional = true, default-features = false }
sp-core = { version = "8.0.0", path = "../../primitives/core", optional = true, default-features = false }
sp-io = { version = "8.0.0", path = "../../primitives/io", optional = true, default-features = false }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing", optional = true, default-features = false }
sp-core = { version = "21.0.0", path = "../../primitives/core", optional = true, default-features = false }
sp-io = { version = "23.0.0", path = "../../primitives/io", optional = true, default-features = false }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing", optional = true, default-features = false }
[dev-dependencies]
sp-core = { version = "8.0.0", path = "../../primitives/core"}
sp-io = { version = "8.0.0", path = "../../primitives/io"}
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-core = { version = "21.0.0", path = "../../primitives/core"}
sp-io = { version = "23.0.0", path = "../../primitives/io"}
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" }
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" }
@@ -21,11 +21,11 @@ frame-system = { path = "../../system", version = "4.0.0-dev" }
frame-support = { path = "../../support", version = "4.0.0-dev" }
# core
sp-storage = { path = "../../../primitives/storage", version = "8.0.0" }
sp-core = { path = "../../../primitives/core", version = "8.0.0" }
sp-tracing = { path = "../../../primitives/tracing", version = "7.0.0" }
sp-runtime = { path = "../../../primitives/runtime", version = "8.0.0" }
sp-std = { path = "../../../primitives/std", version = "6.0.0" }
sp-storage = { path = "../../../primitives/storage", version = "13.0.0" }
sp-core = { path = "../../../primitives/core", version = "21.0.0" }
sp-tracing = { path = "../../../primitives/tracing", version = "10.0.0" }
sp-runtime = { path = "../../../primitives/runtime", version = "24.0.0" }
sp-std = { path = "../../../primitives/std", version = "8.0.0" }
# utils
remote-externalities = { path = "../../../utils/frame/remote-externalities", version = "0.10.0-dev", package = "frame-remote-externalities" }
+4 -4
View File
@@ -19,13 +19,13 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
paste = "1.0.12"
[features]
+4 -4
View File
@@ -21,10 +21,10 @@ pallet-beefy = { version = "4.0.0-dev", default-features = false, path = "../bee
pallet-mmr = { version = "4.0.0-dev", default-features = false, path = "../merkle-mountain-range" }
pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" }
sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" }
[dev-dependencies]
+4 -4
View File
@@ -17,10 +17,10 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys
pallet-authorship = { version = "4.0.0-dev", default-features = false, path = "../authorship" }
pallet-session = { version = "4.0.0-dev", default-features = false, path = "../session" }
sp-consensus-beefy = { version = "4.0.0-dev", default-features = false, path = "../../primitives/consensus/beefy" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-session = { version = "4.0.0-dev", default-features = false, path = "../../primitives/session" }
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../../primitives/staking" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
frame-election-provider-support = { version = "4.0.0-dev", path = "../election-provider-support" }
@@ -29,8 +29,8 @@ pallet-offences = { version = "4.0.0-dev", path = "../offences" }
pallet-staking = { version = "4.0.0-dev", path = "../staking" }
pallet-staking-reward-curve = { version = "4.0.0-dev", path = "../staking/reward-curve" }
pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-staking = { version = "4.0.0-dev", path = "../../primitives/staking" }
[features]
+8 -8
View File
@@ -23,19 +23,19 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su
frame-support-procedural = { version = "4.0.0-dev", default-features = false, path = "../support/procedural" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" }
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../../primitives/runtime-interface" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-storage = { version = "8.0.0", default-features = false, path = "../../primitives/storage" }
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../primitives/application-crypto" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../../primitives/runtime-interface" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-storage = { version = "13.0.0", default-features = false, path = "../../primitives/storage" }
static_assertions = "1.1.0"
[dev-dependencies]
array-bytes = "4.1"
rusty-fork = { version = "0.3.0", default-features = false }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
[features]
default = ["std"]
+3 -3
View File
@@ -17,9 +17,9 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, path = "../" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
[features]
default = ["std"]
+4 -4
View File
@@ -22,10 +22,10 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
+4 -4
View File
@@ -23,10 +23,10 @@ frame-support = { version = "4.0.0-dev", default-features = false, path = "../su
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
pallet-bounties = { version = "4.0.0-dev", default-features = false, path = "../bounties" }
pallet-treasury = { version = "4.0.0-dev", default-features = false, path = "../treasury" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
+4 -4
View File
@@ -19,10 +19,10 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[features]
default = ["std"]
+5 -5
View File
@@ -42,10 +42,10 @@ frame-system = { version = "4.0.0-dev", default-features = false, path = "../sys
pallet-contracts-primitives = { version = "7.0.0", default-features = false, path = "primitives" }
pallet-contracts-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../primitives/api" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
array-bytes = "4.1"
@@ -60,7 +60,7 @@ pallet-timestamp = { version = "4.0.0-dev", path = "../timestamp" }
pallet-insecure-randomness-collective-flip = { version = "4.0.0-dev", path = "../insecure-randomness-collective-flip" }
pallet-utility = { version = "4.0.0-dev", path = "../utility" }
pallet-proxy = { version = "4.0.0-dev", path = "../proxy" }
sp-keystore = { version = "0.14.0", path = "../../primitives/keystore" }
sp-keystore = { version = "0.27.0", path = "../../primitives/keystore" }
[features]
default = ["std"]
@@ -18,9 +18,9 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
# Substrate Dependencies (This crate should not rely on frame)
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-weights = { version = "5.0.0", default-features = false, path = "../../../primitives/weights" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-weights = { version = "20.0.0", default-features = false, path = "../../../primitives/weights" }
[features]
default = ["std"]
+4 -4
View File
@@ -23,14 +23,14 @@ serde = { version = "1.0.136", features = ["derive"], optional = true }
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
pallet-scheduler = { version = "4.0.0-dev", path = "../scheduler" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
[features]
default = ["std"]
+5 -5
View File
@@ -19,11 +19,11 @@ scale-info = { version = "2.0.1", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[features]
default = ["std"]
+4 -4
View File
@@ -21,10 +21,10 @@ serde = { version = "1.0.136", features = ["derive"], optional = true }
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
log = { version = "0.4.17", default-features = false }
[dev-dependencies]
@@ -23,12 +23,12 @@ log = { version = "0.4.17", default-features = false }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = "../election-provider-support" }
# Optional imports for benchmarking
@@ -40,10 +40,10 @@ strum = { version = "0.24.1", default-features = false, features = ["derive"],
[dev-dependencies]
parking_lot = "0.12.1"
rand = "0.8.5"
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
frame-benchmarking = { version = "4.0.0-dev", path = "../benchmarking" }
@@ -17,13 +17,13 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
scale-info = { version = "2.0.1", features = ["derive"] }
log = { version = "0.4.17", default-features = false }
sp-runtime = { version = "8.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "8.0.0", path = "../../../primitives/io" }
sp-std = { version = "6.0.0", path = "../../../primitives/std" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-io = { version = "23.0.0", path = "../../../primitives/io" }
sp-std = { version = "8.0.0", path = "../../../primitives/std" }
sp-staking = { version = "4.0.0-dev", path = "../../../primitives/staking" }
sp-core = { version = "8.0.0", path = "../../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../../primitives/core" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" }
sp-tracing = { version = "7.0.0", path = "../../../primitives/tracing" }
sp-tracing = { version = "10.0.0", path = "../../../primitives/tracing" }
frame-system = { version = "4.0.0-dev", path = "../../system" }
frame-support = { version = "4.0.0-dev", path = "../../support" }
@@ -17,15 +17,15 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-election-provider-solution-type = { version = "4.0.0-dev", path = "solution-type" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../../primitives/arithmetic" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
[dev-dependencies]
rand = { version = "0.8.5", features = ["small_rng"] }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-npos-elections = { version = "4.0.0-dev", path = "../../primitives/npos-elections" }
[features]
@@ -19,7 +19,7 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional
frame-election-provider-support = { version = "4.0.0-dev", default-features = false, path = ".." }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/npos-elections" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
[features]
default = ["std"]
@@ -23,7 +23,7 @@ proc-macro-crate = "1.1.3"
[dev-dependencies]
parity-scale-codec = "3.2.2"
scale-info = "2.1.1"
sp-arithmetic = { version = "7.0.0", path = "../../../primitives/arithmetic" }
sp-arithmetic = { version = "16.0.0", path = "../../../primitives/arithmetic" }
# used by generate_solution_type:
frame-election-provider-support = { version = "4.0.0-dev", path = ".." }
frame-support = { version = "4.0.0-dev", path = "../../support" }
@@ -21,8 +21,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
frame-election-provider-solution-type = { version = "4.0.0-dev", path = ".." }
frame-election-provider-support = { version = "4.0.0-dev", path = "../.." }
sp-arithmetic = { version = "7.0.0", path = "../../../../primitives/arithmetic" }
sp-runtime = { version = "8.0.0", path = "../../../../primitives/runtime" }
sp-arithmetic = { version = "16.0.0", path = "../../../../primitives/arithmetic" }
sp-runtime = { version = "24.0.0", path = "../../../../primitives/runtime" }
# used by generate_solution_type:
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../../../primitives/npos-elections" }
frame-support = { version = "4.0.0-dev", path = "../../../support" }
@@ -21,15 +21,15 @@ scale-info = { version = "2.0.0", default-features = false, features = ["derive"
frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional = true, path = "../benchmarking" }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-npos-elections = { version = "4.0.0-dev", default-features = false, path = "../../primitives/npos-elections" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
[dev-dependencies]
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-tracing = { path = "../../primitives/tracing" }
substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" }
+4 -4
View File
@@ -20,12 +20,12 @@ frame-benchmarking = { version = "4.0.0-dev", default-features = false, optional
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" }
sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
[dev-dependencies]
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
[features]
default = ["std"]
+4 -4
View File
@@ -19,12 +19,12 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
pallet-balances = { version = "4.0.0-dev", default-features = false, path = "../../balances" }
sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
[dev-dependencies]
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
[features]
default = ["std"]
@@ -19,11 +19,11 @@ log = { version = "0.4.17", default-features = false }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
frame-support = { version = "4.0.0-dev", default-features = false, path = "../../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
sp-core = { version = "8.0.0", default-features = false, path = "../../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../../primitives/io" }
sp-keystore = { version = "0.14.0", optional = true, path = "../../../primitives/keystore" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../../primitives/std" }
sp-core = { version = "21.0.0", default-features = false, path = "../../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../../primitives/io" }
sp-keystore = { version = "0.27.0", optional = true, path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../../primitives/std" }
[features]
default = ["std"]
+8 -8
View File
@@ -20,20 +20,20 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
frame-support = { version = "4.0.0-dev", default-features = false, path = "../support" }
frame-system = { version = "4.0.0-dev", default-features = false, path = "../system" }
frame-try-runtime = { version = "0.10.0-dev", default-features = false, path = "../try-runtime", optional = true }
sp-core = { version = "8.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "8.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "8.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "6.0.0", default-features = false, path = "../../primitives/std" }
sp-tracing = { version = "7.0.0", default-features = false, path = "../../primitives/tracing" }
sp-core = { version = "21.0.0", default-features = false, path = "../../primitives/core" }
sp-io = { version = "23.0.0", default-features = false, path = "../../primitives/io" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../../primitives/runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../../primitives/std" }
sp-tracing = { version = "10.0.0", default-features = false, path = "../../primitives/tracing" }
[dev-dependencies]
array-bytes = "4.1"
pallet-balances = { version = "4.0.0-dev", path = "../balances" }
pallet-transaction-payment = { version = "4.0.0-dev", path = "../transaction-payment" }
sp-core = { version = "8.0.0", path = "../../primitives/core" }
sp-core = { version = "21.0.0", path = "../../primitives/core" }
sp-inherents = { version = "4.0.0-dev", path = "../../primitives/inherents" }
sp-io = { version = "8.0.0", path = "../../primitives/io" }
sp-version = { version = "6.0.0", path = "../../primitives/version" }
sp-io = { version = "23.0.0", path = "../../primitives/io" }
sp-version = { version = "22.0.0", path = "../../primitives/version" }
[features]
default = ["std"]

Some files were not shown because too many files have changed in this diff Show More