release sp-core 7.0.0 and sp-runtime 7.0.0 (#12599)

* chore(release): sp-core v7.0.0

* chore(release): sp-runtime v7.0.0

* fix bad merge
This commit is contained in:
Niklas Adolfsson
2022-11-15 15:54:14 +01:00
committed by GitHub
parent 880f6c9d60
commit 2b8af8cb1a
213 changed files with 830 additions and 815 deletions
+5 -5
View File
@@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-version = { version = "5.0.0", default-features = false, path = "../version" }
sp-state-machine = { version = "0.12.0", default-features = false, optional = true, path = "../state-machine" }
sp-trie = { version = "6.0.0", default-features = false, optional = true, path = "../trie" }
sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" }
sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" }
hash-db = { version = "0.15.2", optional = true }
thiserror = { version = "1.0.30", optional = true }
+4 -4
View File
@@ -15,12 +15,12 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-api = { version = "4.0.0-dev", path = "../" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
sp-version = { version = "5.0.0", path = "../../version" }
sp-tracing = { version = "5.0.0", path = "../../tracing" }
sp-runtime = { version = "6.0.0", path = "../../runtime" }
sp-tracing = { version = "6.0.0", path = "../../tracing" }
sp-runtime = { version = "7.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.0.0" }
sp-state-machine = { version = "0.12.0", path = "../../state-machine" }
sp-state-machine = { version = "0.13.0", path = "../../state-machine" }
trybuild = "1.0.60"
rustversion = "1.0.6"
@@ -28,7 +28,7 @@ rustversion = "1.0.6"
criterion = "0.3.0"
futures = "0.3.21"
log = "0.4.17"
sp-core = { version = "6.0.0", path = "../../core" }
sp-core = { version = "7.0.0", path = "../../core" }
[[bench]]
name = "bench"
@@ -1,6 +1,6 @@
[package]
name = "sp-application-crypto"
version = "6.0.0"
version = "7.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 = "6.0.0", default-features = false, path = "../core" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", optional = true, features = ["derive"] }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-io = { version = "6.0.0", default-features = false, path = "../io" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-io = { version = "7.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 = "6.0.0", path = "../" }
sp-core = { version = "6.0.0", default-features = false, path = "../../core" }
sp-keystore = { version = "0.12.0", default-features = false, path = "../../keystore" }
sp-runtime = { version = "6.0.0", path = "../../runtime" }
sp-application-crypto = { version = "7.0.0", path = "../" }
sp-core = { version = "7.0.0", default-features = false, path = "../../core" }
sp-keystore = { version = "0.13.0", default-features = false, path = "../../keystore" }
sp-runtime = { version = "7.0.0", path = "../../runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-arithmetic"
version = "5.0.0"
version = "6.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -23,13 +23,13 @@ num-traits = { version = "0.2.8", default-features = false }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
static_assertions = "1.1.0"
sp-debug-derive = { version = "4.0.0", default-features = false, path = "../debug-derive" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[dev-dependencies]
criterion = "0.3"
primitive-types = "0.12.0"
sp-core = { version = "6.0.0", features = ["full_crypto"], path = "../core" }
sp-core = { version = "7.0.0", features = ["full_crypto"], path = "../core" }
rand = "0.7.2"
[features]
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
honggfuzz = "0.5.49"
num-bigint = "0.4.3"
primitive-types = "0.12.0"
sp-arithmetic = { version = "5.0.0", path = ".." }
sp-arithmetic = { version = "6.0.0", path = ".." }
[[bin]]
name = "biguint"
@@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../application-crypto" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = ["std"]
+2 -2
View File
@@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"]
async-trait = { version = "0.1.57", optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]
+6 -6
View File
@@ -17,16 +17,16 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
serde = { version = "1.0.136", optional = true, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-io = { version = "6.0.0", default-features = false, path = "../io" }
sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-io = { version = "7.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 = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[dev-dependencies]
array-bytes = "4.1"
sp-keystore = { version = "0.12.0", path = "../keystore" }
sp-keystore = { version = "0.13.0", path = "../keystore" }
[features]
default = ["std"]
@@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", 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 = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]
+2 -2
View File
@@ -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 = "6.0.0", path = "../runtime" }
sp-state-machine = { version = "0.12.0", path = "../state-machine" }
sp-runtime = { version = "7.0.0", path = "../runtime" }
sp-state-machine = { version = "0.13.0", path = "../state-machine" }
@@ -17,12 +17,12 @@ async-trait = { version = "0.1.57", optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../../application-crypto" }
sp-application-crypto = { version = "7.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 = "6.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
[features]
@@ -19,15 +19,15 @@ merlin = { version = "2.0", default-features = false }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../../application-crypto" }
sp-application-crypto = { version = "7.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-consensus-vrf = { version = "0.10.0-dev", default-features = false, path = "../vrf" }
sp-core = { version = "6.0.0", default-features = false, path = "../../core" }
sp-core = { version = "7.0.0", default-features = false, path = "../../core" }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" }
sp-keystore = { version = "0.12.0", default-features = false, optional = true, path = "../../keystore" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../../keystore" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
sp-timestamp = { version = "4.0.0-dev", optional = true, path = "../../timestamp" }
[features]
@@ -22,11 +22,11 @@ futures = { version = "0.3.21", features = ["thread-pool"] }
futures-timer = "3.0.1"
log = "0.4.17"
thiserror = "1.0.30"
sp-core = { version = "6.0.0", path = "../../core" }
sp-core = { version = "7.0.0", path = "../../core" }
sp-inherents = { version = "4.0.0-dev", path = "../../inherents" }
sp-runtime = { version = "6.0.0", path = "../../runtime" }
sp-state-machine = { version = "0.12.0", path = "../../state-machine" }
sp-std = { version = "4.0.0", path = "../../std" }
sp-runtime = { version = "7.0.0", path = "../../runtime" }
sp-state-machine = { version = "0.13.0", path = "../../state-machine" }
sp-std = { version = "5.0.0", path = "../../std" }
sp-version = { version = "5.0.0", path = "../../version" }
[dev-dependencies]
@@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
sp-core = { version = "6.0.0", default-features = false, path = "../../core" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../../core" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
[features]
default = ["std"]
@@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "2.0.0", default-features = false, features = ["derive"] }
serde = { version = "1.0", features = ["derive"], optional = true }
sp-arithmetic = { version = "5.0.0", default-features = false, path = "../../arithmetic" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-arithmetic = { version = "6.0.0", default-features = false, path = "../../arithmetic" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
[features]
@@ -16,9 +16,9 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
scale-info = { version = "2.1.1", default-features = false }
schnorrkel = { version = "0.9.1", default-features = false, features = ["preaudit_deprecated", "u64_backend"] }
sp-core = { version = "6.0.0", default-features = false, path = "../../core" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../../core" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
[features]
default = ["std"]
+7 -7
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-core"
version = "6.0.0"
version = "7.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -36,10 +36,10 @@ zeroize = { version = "1.4.3", default-features = false }
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 }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-debug-derive = { version = "4.0.0", default-features = false, path = "../debug-derive" }
sp-storage = { version = "6.0.0", default-features = false, path = "../storage" }
sp-externalities = { version = "0.12.0", optional = true, path = "../externalities" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" }
sp-storage = { version = "7.0.0", default-features = false, path = "../storage" }
sp-externalities = { version = "0.13.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 }
@@ -57,8 +57,8 @@ libsecp256k1 = { version = "0.7", default-features = false, features = ["static-
merlin = { version = "2.0", default-features = false, optional = true }
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"], optional = true }
ss58-registry = { version = "1.34.0", default-features = false }
sp-core-hashing = { version = "4.0.0", path = "./hashing", default-features = false, optional = true }
sp-runtime-interface = { version = "6.0.0", default-features = false, path = "../runtime-interface" }
sp-core-hashing = { version = "5.0.0", path = "./hashing", default-features = false, optional = true }
sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" }
[dev-dependencies]
sp-serializer = { version = "4.0.0-dev", path = "../serializer" }
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-core-hashing"
version = "4.0.0"
version = "5.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 = "4.0.0", default-features = false, path = "../../std" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
[features]
default = ["std"]
@@ -19,4 +19,4 @@ proc-macro = true
proc-macro2 = "1.0.37"
quote = "1.0.6"
syn = { version = "1.0.98", features = ["full", "parsing"] }
sp-core-hashing = { version = "4.0.0", default-features = false, path = "../" }
sp-core-hashing = { version = "5.0.0", default-features = false, path = "../" }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-debug-derive"
version = "4.0.0"
version = "5.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -1,6 +1,6 @@
[package]
name = "sp-externalities"
version = "0.12.0"
version = "0.13.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.0.0", default-features = false }
environmental = { version = "1.1.3", default-features = false }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-storage = { version = "6.0.0", default-features = false, path = "../storage" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-storage = { version = "7.0.0", default-features = false, path = "../storage" }
[features]
default = ["std"]
@@ -20,11 +20,11 @@ log = { version = "0.4.17", optional = true }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-keystore = { version = "0.12.0", default-features = false, optional = true, path = "../keystore" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../keystore" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = ["std"]
+3 -3
View File
@@ -18,9 +18,9 @@ async-trait = { version = "0.1.57", optional = true }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
impl-trait-for-tuples = "0.2.2"
thiserror = { version = "1.0.30", optional = true }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "6.0.0", optional = true, default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "7.0.0", optional = true, default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[dev-dependencies]
futures = "0.3.21"
+10 -10
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-io"
version = "6.0.0"
version = "7.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -18,16 +18,16 @@ targets = ["x86_64-unknown-linux-gnu"]
bytes = { version = "1.1.0", default-features = false }
codec = { package = "parity-scale-codec", version = "3.1.3", default-features = false, features = ["bytes"] }
hash-db = { version = "0.15.2", default-features = false }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-keystore = { version = "0.12.0", default-features = false, optional = true, path = "../keystore" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-keystore = { version = "0.13.0", default-features = false, optional = true, path = "../keystore" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
libsecp256k1 = { version = "0.7", optional = true }
sp-state-machine = { version = "0.12.0", default-features = false, optional = true, path = "../state-machine" }
sp-wasm-interface = { version = "6.0.0", path = "../wasm-interface", default-features = false }
sp-runtime-interface = { version = "6.0.0", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "6.0.0", default-features = false, optional = true, path = "../trie" }
sp-externalities = { version = "0.12.0", default-features = false, path = "../externalities" }
sp-tracing = { version = "5.0.0", default-features = false, path = "../tracing" }
sp-state-machine = { version = "0.13.0", default-features = false, optional = true, path = "../state-machine" }
sp-wasm-interface = { version = "7.0.0", path = "../wasm-interface", default-features = false }
sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "7.0.0", default-features = false, optional = true, path = "../trie" }
sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" }
sp-tracing = { version = "6.0.0", default-features = false, path = "../tracing" }
log = { version = "0.4.17", optional = true }
futures = { version = "0.3.21", features = ["thread-pool"], optional = true }
parking_lot = { version = "0.12.1", optional = true }
+2 -2
View File
@@ -16,5 +16,5 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
lazy_static = "1.4.0"
strum = { version = "0.24.1", features = ["derive"] }
sp-core = { version = "6.0.0", path = "../core" }
sp-runtime = { version = "6.0.0", path = "../runtime" }
sp-core = { version = "7.0.0", path = "../core" }
sp-runtime = { version = "7.0.0", path = "../runtime" }
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-keystore"
version = "0.12.0"
version = "0.13.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -21,8 +21,8 @@ parking_lot = { version = "0.12.1", default-features = false }
schnorrkel = { version = "0.9.1", default-features = false, features = ["preaudit_deprecated", "u64_backend"] }
serde = { version = "1.0", optional = true }
thiserror = "1.0"
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-externalities = { version = "0.12.0", default-features = false, path = "../externalities" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" }
[dev-dependencies]
rand = "0.7.2"
@@ -17,10 +17,10 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive"
log = { version = "0.4.17", default-features = false }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-debug-derive = { version = "4.0.0", default-features = false, path = "../debug-derive" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
thiserror = "1.0"
[dev-dependencies]
@@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-arithmetic = { version = "5.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[dev-dependencies]
rand = "0.7.3"
@@ -20,7 +20,7 @@ honggfuzz = "0.5"
rand = { version = "0.8", features = ["std", "small_rng"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-npos-elections = { version = "4.0.0-dev", path = ".." }
sp-runtime = { version = "6.0.0", path = "../../runtime" }
sp-runtime = { version = "7.0.0", path = "../../runtime" }
[[bin]]
name = "reduce"
+2 -2
View File
@@ -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 = "6.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
[features]
default = ["std"]
@@ -1,6 +1,6 @@
[package]
name = "sp-panic-handler"
version = "4.0.0"
version = "5.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
+1 -1
View File
@@ -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 = "6.0.0", path = "../core" }
sp-core = { version = "7.0.0", path = "../core" }
[dev-dependencies]
serde_json = "1.0.85"
@@ -1,6 +1,6 @@
[package]
name = "sp-runtime-interface"
version = "6.0.0"
version = "7.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 = "6.0.0", path = "../wasm-interface", default-features = false }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-tracing = { version = "5.0.0", default-features = false, path = "../tracing" }
sp-runtime-interface-proc-macro = { version = "5.0.0", path = "proc-macro" }
sp-externalities = { version = "0.12.0", default-features = false, path = "../externalities" }
sp-wasm-interface = { version = "7.0.0", path = "../wasm-interface", default-features = false }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-tracing = { version = "6.0.0", default-features = false, path = "../tracing" }
sp-runtime-interface-proc-macro = { version = "6.0.0", path = "proc-macro" }
sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["bytes"] }
static_assertions = "1.0.0"
primitive-types = { version = "0.12.0", default-features = false }
sp-storage = { version = "6.0.0", default-features = false, path = "../storage" }
sp-storage = { version = "7.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.12.0", path = "../state-machine" }
sp-core = { version = "6.0.0", path = "../core" }
sp-io = { version = "6.0.0", path = "../io" }
sp-state-machine = { version = "0.13.0", path = "../state-machine" }
sp-core = { version = "7.0.0", path = "../core" }
sp-io = { version = "7.0.0", path = "../io" }
rustversion = "1.0.6"
trybuild = "1.0.60"
@@ -1,6 +1,6 @@
[package]
name = "sp-runtime-interface-proc-macro"
version = "5.0.0"
version = "6.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 = "6.0.0", default-features = false, path = "../../core" }
sp-io = { version = "6.0.0", default-features = false, path = "../../io" }
sp-runtime-interface = { version = "6.0.0", default-features = false, path = "../" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../../core" }
sp-io = { version = "7.0.0", default-features = false, path = "../../io" }
sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
[build-dependencies]
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" }
@@ -14,10 +14,10 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
bytes = { version = "1.1.0", default-features = false }
sp-core = { version = "6.0.0", default-features = false, path = "../../core" }
sp-io = { version = "6.0.0", default-features = false, path = "../../io" }
sp-runtime-interface = { version = "6.0.0", default-features = false, path = "../" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../../core" }
sp-io = { version = "7.0.0", default-features = false, path = "../../io" }
sp-runtime-interface = { version = "7.0.0", default-features = false, path = "../" }
sp-std = { version = "5.0.0", default-features = false, path = "../../std" }
[build-dependencies]
substrate-wasm-builder = { version = "5.0.0-dev", path = "../../../utils/wasm-builder" }
@@ -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 = "6.0.0", path = "../../io" }
sp-runtime = { version = "6.0.0", path = "../../runtime" }
sp-runtime-interface = { version = "6.0.0", path = "../" }
sp-io = { version = "7.0.0", path = "../../io" }
sp-runtime = { version = "7.0.0", path = "../../runtime" }
sp-runtime-interface = { version = "7.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.12.0", path = "../../state-machine" }
sp-state-machine = { version = "0.13.0", path = "../../state-machine" }
+8 -8
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-runtime"
version = "6.0.0"
version = "7.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -24,11 +24,11 @@ paste = "1.0"
rand = { version = "0.7.2", optional = true }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../application-crypto" }
sp-arithmetic = { version = "5.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-io = { version = "6.0.0", default-features = false, path = "../io" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" }
sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-io = { version = "7.0.0", default-features = false, path = "../io" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-weights = { version = "4.0.0", default-features = false, path = "../weights" }
[dev-dependencies]
@@ -36,8 +36,8 @@ rand = "0.7.2"
serde_json = "1.0.85"
zstd = { version = "0.11.2", default-features = false }
sp-api = { version = "4.0.0-dev", path = "../api" }
sp-state-machine = { version = "0.12.0", path = "../state-machine" }
sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }
sp-state-machine = { version = "0.13.0", path = "../state-machine" }
sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
[features]
+4 -4
View File
@@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
log = { version = "0.4", default-features = false }
wasmi = { version = "0.13", default-features = false }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-io = { version = "6.0.0", default-features = false, path = "../io" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-wasm-interface = { version = "6.0.0", default-features = false, path = "../wasm-interface" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-io = { version = "7.0.0", default-features = false, path = "../io" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-wasm-interface = { version = "7.0.0", default-features = false, path = "../wasm-interface" }
[dev-dependencies]
assert_matches = "1.3.0"
+3 -3
View File
@@ -16,10 +16,10 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "6.0.0", optional = true, path = "../runtime" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "7.0.0", optional = true, path = "../runtime" }
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../staking" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]
+2 -2
View File
@@ -15,8 +15,8 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = ["std"]
@@ -1,6 +1,6 @@
[package]
name = "sp-state-machine"
version = "0.12.0"
version = "0.13.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate State Machine"
edition = "2021"
@@ -24,17 +24,17 @@ smallvec = "1.8.0"
thiserror = { version = "1.0.30", optional = true }
tracing = { version = "0.1.29", optional = true }
trie-root = { version = "0.17.0", default-features = false }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-externalities = { version = "0.12.0", default-features = false, path = "../externalities" }
sp-panic-handler = { version = "4.0.0", optional = true, path = "../panic-handler" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-trie = { version = "6.0.0", default-features = false, path = "../trie" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-externalities = { version = "0.13.0", default-features = false, path = "../externalities" }
sp-panic-handler = { version = "5.0.0", optional = true, path = "../panic-handler" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-trie = { version = "7.0.0", default-features = false, path = "../trie" }
[dev-dependencies]
array-bytes = "4.1"
pretty_assertions = "1.2.1"
rand = "0.7.2"
sp-runtime = { version = "6.0.0", path = "../runtime" }
sp-runtime = { version = "7.0.0", path = "../runtime" }
trie-db = "0.24.0"
assert_matches = "1.5"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-std"
version = "4.0.0"
version = "5.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-storage"
version = "6.0.0"
version = "7.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.0.0", default-features =
impl-serde = { version = "0.4.0", optional = true }
ref-cast = "1.0.0"
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-debug-derive = { version = "4.0.0", default-features = false, path = "../debug-derive" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]
@@ -15,9 +15,9 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
parity-util-mem = { version = "0.12.0", default-features = false, features = ["primitive-types"] }
serde = { version = "1.0.136", features = ["derive"], optional = true }
sp-application-crypto = { version = "6.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-application-crypto = { version = "7.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
[features]
default = [
+2 -2
View File
@@ -20,8 +20,8 @@ log = { version = "0.4.17", optional = true }
thiserror = { version = "1.0.30", optional = true }
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 = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-tracing"
version = "5.0.0"
version = "6.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 = "4.0.0", path = "../std", default-features = false }
sp-std = { version = "5.0.0", path = "../std", default-features = false }
codec = { version = "3.0.0", 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 = "6.0.0", default-features = false, path = "../runtime" }
sp-runtime = { version = "7.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.0.0", default-features = false, features = ["derive"] }
log = { version = "0.4.17", optional = true }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
sp-core = { version = "6.0.0", optional = true, path = "../core" }
sp-core = { version = "7.0.0", optional = true, path = "../core" }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-trie = { version = "6.0.0", optional = true, path = "../trie" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-trie = { version = "7.0.0", optional = true, path = "../trie" }
[features]
default = [ "std" ]
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-trie"
version = "6.0.0"
version = "7.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/"
@@ -32,15 +32,15 @@ thiserror = { version = "1.0.30", optional = true }
tracing = { version = "0.1.29", optional = true }
trie-db = { version = "0.24.0", default-features = false }
trie-root = { version = "0.17.0", default-features = false }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[dev-dependencies]
array-bytes = "4.1"
criterion = "0.3.3"
trie-bench = "0.32.0"
trie-standardmap = "0.15.2"
sp-runtime = { version = "6.0.0", path = "../runtime" }
sp-runtime = { version = "7.0.0", path = "../runtime" }
[features]
default = ["std"]
+2 -2
View File
@@ -21,8 +21,8 @@ scale-info = { version = "2.1.1", default-features = false, features = ["derive"
serde = { version = "1.0.136", features = ["derive"], optional = true }
thiserror = { version = "1.0.30", optional = true }
sp-core-hashing-proc-macro = { version = "5.0.0", path = "../core/hashing/proc-macro" }
sp-runtime = { version = "6.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "7.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" }
[features]
@@ -1,6 +1,6 @@
[package]
name = "sp-wasm-interface"
version = "6.0.0"
version = "7.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 }
wasmi = { version = "0.13", optional = true }
wasmtime = { version = "1.0.0", default-features = false, optional = true }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]
+4 -4
View File
@@ -19,10 +19,10 @@ impl-trait-for-tuples = "0.2.2"
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
serde = { version = "1.0.136", optional = true, features = ["derive"] }
smallvec = "1.8.0"
sp-arithmetic = { version = "5.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "6.0.0", default-features = false, path = "../core" }
sp-debug-derive = { version = "4.0.0", default-features = false, path = "../debug-derive" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-arithmetic = { version = "6.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "7.0.0", default-features = false, path = "../core" }
sp-debug-derive = { version = "5.0.0", default-features = false, path = "../debug-derive" }
sp-std = { version = "5.0.0", default-features = false, path = "../std" }
[features]
default = [ "std" ]