mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Bump sp-crates from latest crates.io version + release (#14265)
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
@@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-version = { version = "6.0.0", default-features = false, path = "../version" }
|
||||
sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../state-machine" }
|
||||
sp-trie = { version = "8.0.0", default-features = false, optional = true, path = "../trie" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-version = { version = "22.0.0", default-features = false, path = "../version" }
|
||||
sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../state-machine" }
|
||||
sp-trie = { version = "22.0.0", default-features = false, optional = true, path = "../trie" }
|
||||
hash-db = { version = "0.16.0", optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
|
||||
@@ -14,13 +14,13 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
sp-api = { version = "4.0.0-dev", path = "../" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
sp-version = { version = "6.0.0", path = "../../version" }
|
||||
sp-tracing = { version = "7.0.0", path = "../../tracing" }
|
||||
sp-runtime = { version = "8.0.0", path = "../../runtime" }
|
||||
sp-version = { version = "22.0.0", path = "../../version" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../tracing" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
|
||||
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../../state-machine" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../state-machine" }
|
||||
trybuild = "1.0.74"
|
||||
rustversion = "1.0.6"
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
@@ -29,7 +29,7 @@ scale-info = { version = "2.5.0", default-features = false, features = ["derive"
|
||||
criterion = "0.4.0"
|
||||
futures = "0.3.21"
|
||||
log = "0.4.17"
|
||||
sp-core = { version = "8.0.0", path = "../../core" }
|
||||
sp-core = { version = "21.0.0", path = "../../core" }
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-application-crypto"
|
||||
version = "8.0.0"
|
||||
version = "23.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
description = "Provides facilities for generating application specific crypto wrapper types."
|
||||
@@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, optional = true, features = ["derive", "alloc"] }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../io" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../io" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-api = { version = "4.0.0-dev", path = "../../api" }
|
||||
sp-application-crypto = { version = "8.0.0", path = "../" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-keystore = { version = "0.14.0", default-features = false, path = "../../keystore" }
|
||||
sp-runtime = { version = "8.0.0", path = "../../runtime" }
|
||||
sp-application-crypto = { version = "23.0.0", path = "../" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-keystore = { version = "0.27.0", default-features = false, path = "../../keystore" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-arithmetic"
|
||||
version = "7.0.0"
|
||||
version = "16.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -23,12 +23,12 @@ num-traits = { version = "0.2.8", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
static_assertions = "1.1.0"
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4.0"
|
||||
primitive-types = "0.12.0"
|
||||
sp-core = { version = "8.0.0", features = ["full_crypto"], path = "../core" }
|
||||
sp-core = { version = "21.0.0", features = ["full_crypto"], path = "../core" }
|
||||
rand = "0.8.5"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -20,7 +20,7 @@ honggfuzz = "0.5.49"
|
||||
num-bigint = "0.4.3"
|
||||
num-traits = "0.2.15"
|
||||
primitive-types = "0.12.0"
|
||||
sp-arithmetic = { version = "7.0.0", path = ".." }
|
||||
sp-arithmetic = { version = "16.0.0", path = ".." }
|
||||
|
||||
[[bin]]
|
||||
name = "biguint"
|
||||
|
||||
@@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -23,5 +23,5 @@ thiserror = "1.0.30"
|
||||
sp-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" }
|
||||
sp-database = { version = "4.0.0-dev", path = "../database" }
|
||||
sp-runtime = { version = "8.0.0", path = "../runtime" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../state-machine" }
|
||||
sp-runtime = { version = "24.0.0", path = "../runtime" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../state-machine" }
|
||||
|
||||
@@ -17,12 +17,12 @@ async-trait = { version = "0.1.57", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" }
|
||||
sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -18,14 +18,14 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-consensus = { version = "0.10.0-dev", optional = true, path = "../common" }
|
||||
sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" }
|
||||
sp-keystore = { version = "0.14.0", default-features = false, optional = true, path = "../../keystore" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-keystore = { version = "0.27.0", default-features = false, optional = true, path = "../../keystore" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
sp-timestamp = { version = "4.0.0-dev", optional = true, path = "../../timestamp" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -16,18 +16,18 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, optional = true, features = ["derive", "alloc"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../../io" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
|
||||
sp-mmr-primitives = { version = "4.0.0-dev", default-features = false, path = "../../merkle-mountain-range" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
strum = { version = "0.24.1", features = ["derive"], default-features = false }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "4.1"
|
||||
sp-keystore = { version = "0.14.0", path = "../../keystore" }
|
||||
sp-keystore = { version = "0.27.0", path = "../../keystore" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -18,10 +18,10 @@ async-trait = "0.1.57"
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
log = "0.4.17"
|
||||
thiserror = "1.0.30"
|
||||
sp-core = { version = "8.0.0", path = "../../core" }
|
||||
sp-core = { version = "21.0.0", path = "../../core" }
|
||||
sp-inherents = { version = "4.0.0-dev", path = "../../inherents" }
|
||||
sp-runtime = { version = "8.0.0", path = "../../runtime" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../../state-machine" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../state-machine" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -20,11 +20,11 @@ log = { version = "0.4.17", default-features = false }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", features = ["derive", "alloc"], default-features = false, optional = true }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-keystore = { version = "0.14.0", default-features = false, optional = true, path = "../../keystore" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../../application-crypto" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-keystore = { version = "0.27.0", default-features = false, optional = true, path = "../../keystore" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive", "max-encoded-len"] }
|
||||
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-core"
|
||||
version = "8.0.0"
|
||||
version = "21.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -32,10 +32,10 @@ secrecy = { version = "0.8.0", default-features = false }
|
||||
lazy_static = { version = "1.4.0", default-features = false, optional = true }
|
||||
parking_lot = { version = "0.12.1", optional = true }
|
||||
ss58-registry = { version = "1.34.0", default-features = false }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-storage = { version = "8.0.0", default-features = false, path = "../storage" }
|
||||
sp-externalities = { version = "0.14.0", optional = true, path = "../externalities" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-storage = { version = "13.0.0", default-features = false, path = "../storage" }
|
||||
sp-externalities = { version = "0.19.0", optional = true, path = "../externalities" }
|
||||
futures = { version = "0.3.21", optional = true }
|
||||
dyn-clonable = { version = "0.9.0", optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
@@ -50,8 +50,8 @@ libsecp256k1 = { version = "0.7", default-features = false, features = ["static-
|
||||
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"], default-features = false }
|
||||
merlin = { version = "2.0", default-features = false }
|
||||
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"], optional = true }
|
||||
sp-core-hashing = { version = "6.0.0", path = "./hashing", default-features = false, optional = true }
|
||||
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../runtime-interface" }
|
||||
sp-core-hashing = { version = "9.0.0", path = "./hashing", default-features = false, optional = true }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" }
|
||||
# bls crypto
|
||||
w3f-bls = { version = "0.1.3", default-features = false, optional = true}
|
||||
|
||||
@@ -59,7 +59,7 @@ w3f-bls = { version = "0.1.3", default-features = false, optional = true}
|
||||
rand = "0.8.5"
|
||||
criterion = "0.4.0"
|
||||
serde_json = "1.0"
|
||||
sp-core-hashing-proc-macro = { version = "6.0.0", path = "./hashing/proc-macro" }
|
||||
sp-core-hashing-proc-macro = { version = "9.0.0", path = "./hashing/proc-macro" }
|
||||
hex-literal = "0.3.4"
|
||||
|
||||
[[bench]]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-core-hashing"
|
||||
version = "6.0.0"
|
||||
version = "9.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -19,7 +19,7 @@ digest = { version = "0.10.3", default-features = false }
|
||||
sha2 = { version = "0.10.2", default-features = false }
|
||||
sha3 = { version = "0.10.0", default-features = false }
|
||||
twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-core-hashing-proc-macro"
|
||||
version = "6.0.0"
|
||||
version = "9.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -19,4 +19,4 @@ proc-macro = true
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.28"
|
||||
syn = { version = "2.0.16", features = ["full", "parsing"] }
|
||||
sp-core-hashing = { version = "6.0.0", default-features = false, path = "../" }
|
||||
sp-core-hashing = { version = "9.0.0", default-features = false, path = "../" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-debug-derive"
|
||||
version = "6.0.0"
|
||||
version = "8.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-externalities"
|
||||
version = "0.14.0"
|
||||
version = "0.19.0"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
@@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
environmental = { version = "1.1.3", default-features = false }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-storage = { version = "8.0.0", default-features = false, path = "../storage" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-storage = { version = "13.0.0", default-features = false, path = "../storage" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -19,9 +19,9 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", optional = true, default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", optional = true, default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.21"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-io"
|
||||
version = "8.0.0"
|
||||
version = "23.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -18,15 +18,15 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
bytes = { version = "1.1.0", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["bytes"] }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-keystore = { version = "0.14.0", default-features = false, optional = true, path = "../keystore" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-keystore = { version = "0.27.0", default-features = false, optional = true, path = "../keystore" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
libsecp256k1 = { version = "0.7", optional = true }
|
||||
sp-state-machine = { version = "0.14.0", default-features = false, optional = true, path = "../state-machine" }
|
||||
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../runtime-interface" }
|
||||
sp-trie = { version = "8.0.0", default-features = false, optional = true, path = "../trie" }
|
||||
sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" }
|
||||
sp-tracing = { version = "7.0.0", default-features = false, path = "../tracing" }
|
||||
sp-state-machine = { version = "0.28.0", default-features = false, optional = true, path = "../state-machine" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" }
|
||||
sp-trie = { version = "22.0.0", default-features = false, optional = true, path = "../trie" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
sp-tracing = { version = "10.0.0", default-features = false, path = "../tracing" }
|
||||
log = { version = "0.4.17", optional = true }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"], optional = true }
|
||||
secp256k1 = { version = "0.24.0", features = ["recovery", "global-context"], optional = true }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-keyring"
|
||||
version = "8.0.0"
|
||||
version = "24.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
strum = { version = "0.24.1", features = ["derive"], default-features = false }
|
||||
sp-core = { version = "8.0.0", path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", path = "../runtime" }
|
||||
sp-core = { version = "21.0.0", path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", path = "../runtime" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-keystore"
|
||||
version = "0.14.0"
|
||||
version = "0.27.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -18,8 +18,8 @@ futures = "0.3.21"
|
||||
parking_lot = { version = "0.12.1", default-features = false }
|
||||
serde = { version = "1.0", optional = true }
|
||||
thiserror = "1.0"
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7.2"
|
||||
|
||||
@@ -18,10 +18,10 @@ log = { version = "0.4.17", default-features = false }
|
||||
mmr-lib = { package = "ckb-merkle-mountain-range", version = "0.5.2", default-features = false }
|
||||
serde = { version = "1.0.136", features = ["derive", "alloc"], default-features = false, optional = true }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
thiserror = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false }
|
||||
frame-metadata = { version = "15.1.0", default-features = false, features = ["v14", "v15-unstable"] }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
|
||||
@@ -20,7 +20,7 @@ honggfuzz = "0.5"
|
||||
rand = { version = "0.8", features = ["std", "small_rng"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-npos-elections = { version = "4.0.0-dev", path = ".." }
|
||||
sp-runtime = { version = "8.0.0", path = "../../runtime" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
|
||||
[[bin]]
|
||||
name = "reduce"
|
||||
|
||||
@@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-panic-handler"
|
||||
version = "6.0.0"
|
||||
version = "8.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
sp-core = { version = "8.0.0", path = "../core" }
|
||||
sp-core = { version = "21.0.0", path = "../core" }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.85"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-runtime-interface"
|
||||
version = "8.0.0"
|
||||
version = "17.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -15,22 +15,22 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1.1.0", default-features = false }
|
||||
sp-wasm-interface = { version = "8.0.0", path = "../wasm-interface", default-features = false }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-tracing = { version = "7.0.0", default-features = false, path = "../tracing" }
|
||||
sp-runtime-interface-proc-macro = { version = "7.0.0", path = "proc-macro" }
|
||||
sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" }
|
||||
sp-wasm-interface = { version = "14.0.0", path = "../wasm-interface", default-features = false }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-tracing = { version = "10.0.0", default-features = false, path = "../tracing" }
|
||||
sp-runtime-interface-proc-macro = { version = "11.0.0", path = "proc-macro" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["bytes"] }
|
||||
static_assertions = "1.0.0"
|
||||
primitive-types = { version = "0.12.0", default-features = false }
|
||||
sp-storage = { version = "8.0.0", default-features = false, path = "../storage" }
|
||||
sp-storage = { version = "13.0.0", default-features = false, path = "../storage" }
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../state-machine" }
|
||||
sp-core = { version = "8.0.0", path = "../core" }
|
||||
sp-io = { version = "8.0.0", path = "../io" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../state-machine" }
|
||||
sp-core = { version = "21.0.0", path = "../core" }
|
||||
sp-io = { version = "23.0.0", path = "../io" }
|
||||
rustversion = "1.0.6"
|
||||
trybuild = "1.0.74"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-runtime-interface-proc-macro"
|
||||
version = "7.0.0"
|
||||
version = "11.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -13,10 +13,10 @@ publish = false
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
|
||||
|
||||
@@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1.1.0", default-features = false }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../../io" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder", optional = true }
|
||||
|
||||
@@ -16,9 +16,9 @@ tracing = "0.1.29"
|
||||
tracing-core = "0.1.28"
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
|
||||
sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" }
|
||||
sp-io = { version = "8.0.0", path = "../../io" }
|
||||
sp-runtime = { version = "8.0.0", path = "../../runtime" }
|
||||
sp-runtime-interface = { version = "8.0.0", path = "../" }
|
||||
sp-io = { version = "23.0.0", path = "../../io" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../runtime" }
|
||||
sp-runtime-interface = { version = "17.0.0", path = "../" }
|
||||
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "../test-wasm" }
|
||||
sp-runtime-interface-test-wasm-deprecated = { version = "2.0.0", path = "../test-wasm-deprecated" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../../state-machine" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../../state-machine" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-runtime"
|
||||
version = "8.0.0"
|
||||
version = "24.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -23,20 +23,20 @@ paste = "1.0"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-io = { version = "8.0.0", default-features = false, path = "../io" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-weights = { version = "5.0.0", default-features = false, path = "../weights" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-io = { version = "23.0.0", default-features = false, path = "../io" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-weights = { version = "20.0.0", default-features = false, path = "../weights" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.8.5"
|
||||
serde_json = "1.0.85"
|
||||
zstd = { version = "0.12.3", default-features = false }
|
||||
sp-api = { version = "4.0.0-dev", path = "../api" }
|
||||
sp-state-machine = { version = "0.14.0", path = "../state-machine" }
|
||||
sp-tracing = { version = "7.0.0", path = "../../primitives/tracing" }
|
||||
sp-state-machine = { version = "0.28.0", path = "../state-machine" }
|
||||
sp-tracing = { version = "10.0.0", path = "../../primitives/tracing" }
|
||||
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", optional = true, path = "../runtime" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", optional = true, path = "../runtime" }
|
||||
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../staking" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
serde = { version = "1.0.136", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-state-machine"
|
||||
version = "0.14.0"
|
||||
version = "0.28.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Substrate State Machine"
|
||||
edition = "2021"
|
||||
@@ -22,17 +22,17 @@ rand = { version = "0.8.5", optional = true }
|
||||
smallvec = "1.8.0"
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" }
|
||||
sp-panic-handler = { version = "6.0.0", optional = true, path = "../panic-handler" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-trie = { version = "8.0.0", default-features = false, path = "../trie" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
sp-panic-handler = { version = "8.0.0", optional = true, path = "../panic-handler" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-trie = { version = "22.0.0", default-features = false, path = "../trie" }
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "4.1"
|
||||
pretty_assertions = "1.2.1"
|
||||
rand = "0.8.5"
|
||||
sp-runtime = { version = "8.0.0", path = "../runtime" }
|
||||
sp-runtime = { version = "24.0.0", path = "../runtime" }
|
||||
trie-db = "0.27.1"
|
||||
assert_matches = "1.5"
|
||||
|
||||
|
||||
@@ -15,13 +15,13 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-runtime-interface = { version = "8.0.0", default-features = false, path = "../runtime-interface" }
|
||||
sp-externalities = { version = "0.14.0", default-features = false, path = "../externalities" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-runtime-interface = { version = "17.0.0", default-features = false, path = "../runtime-interface" }
|
||||
sp-externalities = { version = "0.19.0", default-features = false, path = "../externalities" }
|
||||
thiserror = { version = "1.0", optional = true }
|
||||
log = { version = "0.4.17", optional = true }
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-std"
|
||||
version = "6.0.0"
|
||||
version = "8.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-storage"
|
||||
version = "8.0.0"
|
||||
version = "13.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
description = "Storage related primitives"
|
||||
@@ -18,8 +18,8 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
|
||||
impl-serde = { version = "0.4.0", optional = true, default-features = false }
|
||||
ref-cast = "1.0.0"
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -15,10 +15,10 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive"], optional = true }
|
||||
sp-application-crypto = { version = "8.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-application-crypto = { version = "23.0.0", default-features = false, path = "../application-crypto" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [
|
||||
|
||||
@@ -19,8 +19,8 @@ futures-timer = { version = "3.0.2", optional = true }
|
||||
log = { version = "0.4.17", optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-tracing"
|
||||
version = "7.0.0"
|
||||
version = "10.0.0"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
@@ -18,7 +18,7 @@ features = ["with-tracing"]
|
||||
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
|
||||
|
||||
[dependencies]
|
||||
sp-std = { version = "6.0.0", path = "../std", default-features = false }
|
||||
sp-std = { version = "8.0.0", path = "../std", default-features = false }
|
||||
codec = { version = "3.2.2", package = "parity-scale-codec", default-features = false, features = [
|
||||
"derive",
|
||||
] }
|
||||
|
||||
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -17,11 +17,11 @@ async-trait = { version = "0.1.57", optional = true }
|
||||
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = ["derive"] }
|
||||
log = { version = "0.4.17", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
sp-core = { version = "8.0.0", optional = true, path = "../core" }
|
||||
sp-core = { version = "21.0.0", optional = true, path = "../core" }
|
||||
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-trie = { version = "8.0.0", optional = true, path = "../trie" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-trie = { version = "22.0.0", optional = true, path = "../trie" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-trie"
|
||||
version = "8.0.0"
|
||||
version = "22.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Patricia trie stuff using a parity-scale-codec node format"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
@@ -31,8 +31,8 @@ thiserror = { version = "1.0.30", optional = true }
|
||||
tracing = { version = "0.1.29", optional = true }
|
||||
trie-db = { version = "0.27.0", default-features = false }
|
||||
trie-root = { version = "0.18.0", default-features = false }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
schnellru = { version = "0.2.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -40,7 +40,7 @@ array-bytes = "4.1"
|
||||
criterion = "0.4.0"
|
||||
trie-bench = "0.37.0"
|
||||
trie-standardmap = "0.16.0"
|
||||
sp-runtime = { version = "8.0.0", path = "../runtime" }
|
||||
sp-runtime = { version = "24.0.0", path = "../runtime" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-version"
|
||||
version = "6.0.0"
|
||||
version = "22.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -20,10 +20,10 @@ parity-wasm = { version = "0.45", optional = true }
|
||||
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.136", default-features = false, features = ["derive", "alloc"], optional = true }
|
||||
thiserror = { version = "1.0.30", optional = true }
|
||||
sp-core-hashing-proc-macro = { version = "6.0.0", path = "../core/hashing/proc-macro" }
|
||||
sp-runtime = { version = "8.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-version-proc-macro = { version = "4.0.0", default-features = false, path = "proc-macro" }
|
||||
sp-core-hashing-proc-macro = { version = "9.0.0", path = "../core/hashing/proc-macro" }
|
||||
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
sp-version-proc-macro = { version = "8.0.0", default-features = false, path = "proc-macro" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-version-proc-macro"
|
||||
version = "4.0.0"
|
||||
version = "8.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -22,4 +22,4 @@ quote = "1.0.28"
|
||||
syn = { version = "2.0.16", features = ["full", "fold", "extra-traits", "visit"] }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-version = { version = "6.0.0", path = ".." }
|
||||
sp-version = { version = "22.0.0", path = ".." }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-wasm-interface"
|
||||
version = "8.0.0"
|
||||
version = "14.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -19,7 +19,7 @@ impl-trait-for-tuples = "0.2.2"
|
||||
log = { version = "0.4.17", optional = true }
|
||||
wasmtime = { version = "8.0.1", default-features = false, optional = true }
|
||||
anyhow = { version = "1.0.68", optional = true }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sp-weights"
|
||||
version = "5.0.0"
|
||||
version = "20.0.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2021"
|
||||
license = "Apache-2.0"
|
||||
@@ -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"] }
|
||||
serde = { version = "1.0.136", default-features = false, optional = true, features = ["derive", "alloc"] }
|
||||
smallvec = "1.8.0"
|
||||
sp-arithmetic = { version = "7.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "8.0.0", default-features = false, path = "../core" }
|
||||
sp-debug-derive = { version = "6.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-std = { version = "6.0.0", default-features = false, path = "../std" }
|
||||
sp-arithmetic = { version = "16.0.0", default-features = false, path = "../arithmetic" }
|
||||
sp-core = { version = "21.0.0", default-features = false, path = "../core" }
|
||||
sp-debug-derive = { version = "8.0.0", default-features = false, path = "../debug-derive" }
|
||||
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
|
||||
Reference in New Issue
Block a user