Prepare sp-runtime for publication (#10451)

* Bump versions of sp-core and dependencies to v4.0.0

* Update references from `4.0.0-dev` –> `4.0.0`

* Funny whitespace

* Funny whitespace 2

* Prepare `sp-runtime` for publication
This commit is contained in:
David
2021-12-15 12:36:17 +01:00
committed by GitHub
parent 87b2279f7c
commit edf73199ab
173 changed files with 317 additions and 317 deletions
+2 -2
View File
@@ -17,9 +17,9 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
sp-api-proc-macro = { version = "4.0.0-dev", path = "proc-macro" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-version = { version = "4.0.0-dev", default-features = false, path = "../version" }
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
sp-state-machine = { version = "0.10.0", optional = true, path = "../state-machine" }
hash-db = { version = "0.15.2", optional = true }
thiserror = { version = "1.0.30", optional = true }
+2 -2
View File
@@ -16,11 +16,11 @@ sp-api = { version = "4.0.0-dev", path = "../" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
sp-version = { version = "4.0.0-dev", path = "../../version" }
sp-tracing = { version = "4.0.0", path = "../../tracing" }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
sp-runtime = { version = "4.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 = "2.0.0" }
sp-state-machine = { version = "0.10.0-dev", path = "../../state-machine" }
sp-state-machine = { version = "0.10.0", path = "../../state-machine" }
trybuild = "1.0.53"
rustversion = "1.0.5"
@@ -1,6 +1,6 @@
[package]
name = "sp-application-crypto"
version = "4.0.0-dev"
version = "4.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
description = "Provides facilities for generating application specific crypto wrapper types."
@@ -20,7 +20,7 @@ codec = { package = "parity-scale-codec", version = "2.0.0", default-features =
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.126", optional = true, features = ["derive"] }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-io = { version = "4.0.0-dev", default-features = false, path = "../io" }
sp-io = { version = "4.0.0", default-features = false, path = "../io" }
[features]
default = [ "std" ]
@@ -14,8 +14,8 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../core" }
sp-keystore = { version = "0.10.0-dev", path = "../../keystore", default-features = false }
sp-keystore = { version = "0.10.0", path = "../../keystore", default-features = false }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
sp-runtime = { version = "4.0.0", path = "../../runtime" }
sp-api = { version = "4.0.0-dev", path = "../../api" }
sp-application-crypto = { version = "4.0.0-dev", path = "../" }
sp-application-crypto = { version = "4.0.0", path = "../" }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-arithmetic"
version = "4.0.0-dev"
version = "4.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -14,7 +14,7 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-arithmetic = { version = "4.0.0-dev", path = ".." }
sp-arithmetic = { version = "4.0.0", path = ".." }
honggfuzz = "0.5.49"
primitive-types = "0.10.1"
num-bigint = "0.2"
@@ -13,12 +13,12 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-application-crypto = { version = "4.0.0-dev", default-features = false, path = "../application-crypto" }
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../application-crypto" }
codec = { package = "parity-scale-codec", default-features = false, version = "2.0.0" }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
[features]
default = ["std"]
+1 -1
View File
@@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
async-trait = { version = "0.1.50", optional = true }
+3 -3
View File
@@ -12,15 +12,15 @@ codec = { version = "2.2.0", package = "parity-scale-codec", default-features =
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-api = { version = "4.0.0-dev", path = "../api", default-features = false }
sp-application-crypto = { version = "4.0.0-dev", path = "../application-crypto", default-features = false }
sp-application-crypto = { version = "4.0.0", path = "../application-crypto", default-features = false }
sp-core = { version = "4.1.0-dev", path = "../core", default-features = false }
sp-runtime = { version = "4.0.0-dev", path = "../runtime", default-features = false }
sp-runtime = { version = "4.0.0", path = "../runtime", default-features = false }
sp-std = { version = "4.0.0", path = "../std", default-features = false }
[dev-dependencies]
hex = "0.4.3"
hex-literal = "0.3"
sp-keystore = { version = "0.10.0-dev", path = "../keystore" }
sp-keystore = { version = "0.10.0", path = "../keystore" }
[features]
default = ["std"]
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
+2 -2
View File
@@ -21,7 +21,7 @@ thiserror = "1.0.30"
futures = "0.3.9"
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" }
sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
sp-state-machine = { version = "0.10.0-dev", path = "../state-machine" }
sp-runtime = { version = "4.0.0", path = "../runtime" }
sp-state-machine = { version = "0.10.0", path = "../state-machine" }
sp-database = { version = "4.0.0-dev", path = "../database" }
sp-api = { version = "4.0.0-dev", path = "../api" }
@@ -13,12 +13,12 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-application-crypto = { version = "4.0.0-dev", default-features = false, path = "../../application-crypto" }
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../../application-crypto" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../../runtime" }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" }
sp-timestamp = { version = "4.0.0-dev", default-features = false, path = "../../timestamp" }
sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path = "../slots" }
@@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-application-crypto = { version = "4.0.0-dev", default-features = false, path = "../../application-crypto" }
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../../application-crypto" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
merlin = { version = "2.0", default-features = false }
@@ -24,8 +24,8 @@ sp-consensus-slots = { version = "0.10.0-dev", default-features = false, path =
sp-consensus-vrf = { version = "0.10.0-dev", path = "../vrf", default-features = false }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../core" }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../../inherents" }
sp-keystore = { version = "0.10.0-dev", default-features = false, path = "../../keystore", optional = true }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
sp-keystore = { version = "0.10.0", default-features = false, path = "../../keystore", optional = true }
sp-runtime = { version = "4.0.0", default-features = false, path = "../../runtime" }
sp-timestamp = { version = "4.0.0-dev", path = "../../timestamp", optional = true }
serde = { version = "1.0.126", features = ["derive"], optional = true }
async-trait = { version = "0.1.50", optional = true }
@@ -22,11 +22,11 @@ futures = { version = "0.3.1", features = ["thread-pool"] }
log = "0.4.8"
sp-core = { path = "../../core", version = "4.1.0-dev" }
sp-inherents = { version = "4.0.0-dev", path = "../../inherents" }
sp-state-machine = { version = "0.10.0-dev", path = "../../state-machine" }
sp-state-machine = { version = "0.10.0", path = "../../state-machine" }
futures-timer = "3.0.1"
sp-std = { version = "4.0.0", path = "../../std" }
sp-version = { version = "4.0.0-dev", path = "../../version" }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
sp-runtime = { version = "4.0.0", path = "../../runtime" }
thiserror = "1.0.30"
[dev-dependencies]
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { version = "4.0.0-dev", default-features = false, path = "../../api" }
sp-std = { version = "4.0.0", default-features = false, path = "../../std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../../runtime" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../../core" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
@@ -16,8 +16,8 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
serde = { version = "1.0", features = ["derive"], optional = true }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
sp-arithmetic = { version = "4.0.0-dev", default-features = false, path = "../../arithmetic" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../../runtime" }
sp-arithmetic = { version = "4.0.0", default-features = false, path = "../../arithmetic" }
[features]
default = ["std"]
@@ -17,7 +17,7 @@ codec = { version = "2.0.0", package = "parity-scale-codec", default-features =
schnorrkel = { version = "0.9.1", features = ["preaudit_deprecated", "u64_backend"], default-features = false }
sp-std = { version = "4.0.0", path = "../../std", default-features = false }
sp-core = { version = "4.1.0-dev", path = "../../core", default-features = false }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../../runtime" }
[features]
default = ["std"]
@@ -21,10 +21,10 @@ grandpa = { package = "finality-grandpa", version = "0.14.1", default-features =
log = { version = "0.4.8", optional = true }
serde = { version = "1.0.126", optional = true, features = ["derive"] }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-application-crypto = { version = "4.0.0-dev", default-features = false, path = "../application-crypto" }
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../application-crypto" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-keystore = { version = "0.10.0-dev", default-features = false, path = "../keystore", optional = true }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-keystore = { version = "0.10.0", default-features = false, path = "../keystore", optional = true }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
[features]
+1 -1
View File
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-runtime = { version = "4.0.0-dev", path = "../runtime", optional = true }
sp-runtime = { version = "4.0.0", path = "../runtime", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.30", optional = true }
impl-trait-for-tuples = "0.2.0"
+4 -4
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-io"
version = "4.0.0-dev"
version = "4.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -18,13 +18,13 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
hash-db = { version = "0.15.2", default-features = false }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-keystore = { version = "0.10.0-dev", default-features = false, optional = true, path = "../keystore" }
sp-keystore = { version = "0.10.0", default-features = false, optional = true, path = "../keystore" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
libsecp256k1 = { version = "0.7", optional = true }
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
sp-state-machine = { version = "0.10.0", optional = true, path = "../state-machine" }
sp-wasm-interface = { version = "4.1.0-dev", path = "../wasm-interface", default-features = false }
sp-runtime-interface = { version = "4.1.0-dev", default-features = false, path = "../runtime-interface" }
sp-trie = { version = "4.0.0-dev", optional = true, path = "../trie" }
sp-trie = { version = "4.0.0", optional = true, path = "../trie" }
sp-externalities = { version = "0.10.0", optional = true, path = "../externalities" }
sp-tracing = { version = "4.0.0", default-features = false, path = "../tracing" }
log = { version = "0.4.8", optional = true }
+1 -1
View File
@@ -16,6 +16,6 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-core = { version = "4.1.0-dev", path = "../core" }
sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
sp-runtime = { version = "4.0.0", path = "../runtime" }
lazy_static = "1.4.0"
strum = { version = "0.22.0", features = ["derive"] }
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-keystore"
version = "0.10.0-dev"
version = "0.10.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -18,9 +18,9 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"]
serde = { version = "1.0.126", optional = true, features = ["derive"] }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-npos-elections-solution-type = { version = "4.0.0-dev", path = "./solution-type" }
sp-arithmetic = { version = "4.0.0-dev", default-features = false, path = "../arithmetic" }
sp-arithmetic = { version = "4.0.0", default-features = false, path = "../arithmetic" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-runtime = { version = "4.0.0-dev", path = "../runtime", default-features = false }
sp-runtime = { version = "4.0.0", path = "../runtime", default-features = false }
[dev-dependencies]
substrate-test-utils = { version = "4.0.0-dev", path = "../../test-utils" }
@@ -19,7 +19,7 @@ scale-info = { version = "1.0", default-features = false, features = ["derive"]
honggfuzz = "0.5"
rand = { version = "0.7.3", features = ["std", "small_rng"] }
sp-npos-elections = { version = "4.0.0-dev", path = ".." }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
sp-runtime = { version = "4.0.0", path = "../../runtime" }
structopt = "0.3.25"
[[bin]]
@@ -23,7 +23,7 @@ proc-macro-crate = "1.1.0"
[dev-dependencies]
parity-scale-codec = "2.3.1"
scale-info = "1.0"
sp-arithmetic = { path = "../../arithmetic", version = "4.0.0-dev" }
sp-arithmetic = { path = "../../arithmetic", version = "4.0.0" }
# used by generate_solution_type:
sp-npos-elections = { path = "..", version = "4.0.0-dev" }
trybuild = "1.0.53"
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
[features]
default = ["std"]
@@ -1,6 +1,6 @@
[package]
name = "sp-panic-handler"
version = "4.0.0-dev"
version = "4.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -27,7 +27,7 @@ impl-trait-for-tuples = "0.2.1"
[dev-dependencies]
sp-runtime-interface-test-wasm = { version = "2.0.0", path = "test-wasm" }
sp-state-machine = { version = "0.10.0-dev", path = "../state-machine" }
sp-state-machine = { version = "0.10.0", path = "../state-machine" }
sp-core = { version = "4.1.0-dev", path = "../core" }
sp-io = { version = "4.0.0-dev", path = "../io" }
rustversion = "1.0.5"
@@ -17,8 +17,8 @@ sc-executor = { version = "0.10.0-dev", path = "../../../client/executor" }
sc-executor-common = { version = "0.10.0-dev", path = "../../../client/executor/common" }
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.10.0-dev", path = "../../state-machine" }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
sp-io = { version = "4.0.0-dev", path = "../../io" }
sp-state-machine = { version = "0.10.0", path = "../../state-machine" }
sp-runtime = { version = "4.0.0", path = "../../runtime" }
sp-io = { version = "4.0.0", path = "../../io" }
tracing = "0.1.29"
tracing-core = "0.1.17"
+5 -5
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-runtime"
version = "4.0.0-dev"
version = "4.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
@@ -19,10 +19,10 @@ serde = { version = "1.0.126", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "2.2.0", default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-application-crypto = { version = "4.0.0-dev", default-features = false, path = "../application-crypto" }
sp-arithmetic = { version = "4.0.0-dev", default-features = false, path = "../arithmetic" }
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../application-crypto" }
sp-arithmetic = { version = "4.0.0", default-features = false, path = "../arithmetic" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-io = { version = "4.0.0-dev", default-features = false, path = "../io" }
sp-io = { version = "4.0.0", default-features = false, path = "../io" }
log = { version = "0.4.14", default-features = false }
paste = "1.0"
rand = { version = "0.7.2", optional = true }
@@ -34,7 +34,7 @@ either = { version = "1.5", default-features = false }
[dev-dependencies]
serde_json = "1.0.71"
rand = "0.7.2"
sp-state-machine = { version = "0.10.0-dev", path = "../state-machine" }
sp-state-machine = { version = "0.10.0", path = "../state-machine" }
sp-api = { version = "4.0.0-dev", path = "../api" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../test-utils/runtime/client" }
sp-tracing = { version = "4.0.0", path = "../../primitives/tracing" }
+1 -1
View File
@@ -22,7 +22,7 @@ wasmi = "0.9.0"
wasmi = { version = "0.9.0", optional = true }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-io = { version = "4.0.0-dev", default-features = false, path = "../io" }
sp-io = { version = "4.0.0", default-features = false, path = "../io" }
sp-wasm-interface = { version = "4.1.0-dev", default-features = false, path = "../wasm-interface" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
log = { version = "0.4", default-features = false }
+1 -1
View File
@@ -19,7 +19,7 @@ sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-staking = { version = "4.0.0-dev", default-features = false, path = "../staking" }
sp-runtime = { version = "4.0.0-dev", optional = true, path = "../runtime" }
sp-runtime = { version = "4.0.0", optional = true, path = "../runtime" }
[features]
default = [ "std" ]
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
[features]
@@ -1,6 +1,6 @@
[package]
name = "sp-state-machine"
version = "0.10.0-dev"
version = "0.10.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate State Machine"
edition = "2021"
@@ -20,9 +20,9 @@ parking_lot = { version = "0.11.1", optional = true }
hash-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.22.6", default-features = false }
trie-root = { version = "0.16.0", default-features = false }
sp-trie = { version = "4.0.0-dev", path = "../trie", default-features = false }
sp-trie = { version = "4.0.0", path = "../trie", default-features = false }
sp-core = { version = "4.1.0-dev", path = "../core", default-features = false }
sp-panic-handler = { version = "4.0.0-dev", path = "../panic-handler", optional = true }
sp-panic-handler = { version = "4.0.0", path = "../panic-handler", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false }
num-traits = { version = "0.2.8", default-features = false }
rand = { version = "0.7.2", optional = true }
@@ -33,7 +33,7 @@ tracing = { version = "0.1.29", optional = true }
[dev-dependencies]
hex-literal = "0.3.4"
sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
sp-runtime = { version = "4.0.0", path = "../runtime" }
pretty_assertions = "1.0.0"
rand = "0.7.2"
+1 -1
View File
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
log = { version = "0.4.8", optional = true }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
sp-externalities = { version = "0.10.0", optional = true, path = "../externalities" }
sp-io = { version = "4.0.0-dev", default-features = false, path = "../io" }
sp-io = { version = "4.0.0", default-features = false, path = "../io" }
sp-runtime-interface = { version = "4.1.0-dev", default-features = false, path = "../runtime-interface" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
@@ -12,11 +12,11 @@ publish = false
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-application-crypto = { version = "4.0.0-dev", default-features = false, path = "../application-crypto" }
sp-application-crypto = { version = "4.0.0", default-features = false, path = "../application-crypto" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-core = { version = "4.1.0-dev", default-features = false, path = "../core" }
serde = { version = "1.0.126", optional = true, features = ["derive"] }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
parity-util-mem = { version = "0.10.2", default-features = false, features = ["primitive-types"] }
[features]
+1 -1
View File
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-api = { version = "4.0.0-dev", default-features = false, path = "../api" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
thiserror = { version = "1.0.30", optional = true }
@@ -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 = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
[features]
default = [ "std" ]
@@ -14,9 +14,9 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-trie = { version = "4.0.0-dev", optional = true, path = "../trie" }
sp-trie = { version = "4.0.0", optional = true, path = "../trie" }
sp-core = { version = "4.1.0-dev", path = "../core", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "sp-trie"
version = "4.0.0-dev"
version = "4.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,7 +32,7 @@ trie-bench = "0.28.0"
trie-standardmap = "0.15.2"
criterion = "0.3.3"
hex-literal = "0.3.4"
sp-runtime = { version = "4.0.0-dev", path = "../runtime" }
sp-runtime = { version = "4.0.0", path = "../runtime" }
[features]
default = ["std"]
+1 -1
View File
@@ -19,7 +19,7 @@ serde = { version = "1.0.126", optional = true, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
scale-info = { version = "1.0", default-features = false, features = ["derive"] }
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-runtime = { version = "4.0.0", default-features = false, path = "../runtime" }
sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" }
parity-wasm = { version = "0.42.2", optional = true }
thiserror = { version = "1.0.30", optional = true }