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
+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"]