mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
Prepping release of alpha.6 (#5629)
* bumping version * cargo update * adding changelog
This commit is contained in:
committed by
GitHub
parent
889a9763dd
commit
51f9bb3c0e
+23
-23
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-client"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,34 +8,37 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate Client and associated logic."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "block-builder" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "api" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "block-builder" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../primitives/consensus/common" }
|
||||
derive_more = { version = "0.99.2" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "executor" }
|
||||
sp-externalities = { version = "0.8.0-alpha.5", path = "../primitives/externalities" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "executor" }
|
||||
sp-externalities = { version = "0.8.0-alpha.6", path = "../primitives/externalities" }
|
||||
fnv = { version = "1.0.6" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
hash-db = { version = "0.15.2" }
|
||||
hex-literal = { version = "0.2.1" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../primitives/keyring" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../primitives/keyring" }
|
||||
kvdb = "0.5.0"
|
||||
log = { version = "0.4.8" }
|
||||
parking_lot = "0.10.0"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../primitives/core" }
|
||||
sp-std = { version = "2.0.0-alpha.5", path = "../primitives/std" }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../primitives/version" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../primitives/utils" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../primitives/blockchain" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "telemetry" }
|
||||
sp-trie = { version = "2.0.0-alpha.5", path = "../primitives/trie" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-alpha.5", path = "../utils/prometheus" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../primitives/core" }
|
||||
sp-std = { version = "2.0.0-alpha.6", path = "../primitives/std" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../primitives/version" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../primitives/utils" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../primitives/blockchain" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "telemetry" }
|
||||
sp-trie = { version = "2.0.0-alpha.6", path = "../primitives/trie" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-alpha.6", path = "../utils/prometheus" }
|
||||
tracing = "0.1.10"
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -43,7 +46,4 @@ env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../test-utils/runtime/client" }
|
||||
kvdb-memorydb = "0.5.0"
|
||||
sp-panic-handler = { version = "2.0.0-alpha.5", path = "../primitives/panic-handler" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-panic-handler = { version = "2.0.0-alpha.6", path = "../primitives/panic-handler" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-client-api"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,38 +9,38 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate client interfaces."
|
||||
documentation = "https://docs.rs/sc-client-api"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
derive_more = { version = "0.99.2" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../executor" }
|
||||
sp-externalities = { version = "0.8.0-alpha.5", path = "../../primitives/externalities" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../executor" }
|
||||
sp-externalities = { version = "0.8.0-alpha.6", path = "../../primitives/externalities" }
|
||||
fnv = { version = "1.0.6" }
|
||||
futures = { version = "0.3.1" }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
hex-literal = { version = "0.2.1" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../primitives/keyring" }
|
||||
kvdb = "0.5.0"
|
||||
log = { version = "0.4.8" }
|
||||
parking_lot = "0.10.0"
|
||||
lazy_static = "1.4.0"
|
||||
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/std" }
|
||||
sp-version = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/version" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
sp-trie = { version = "2.0.0-alpha.5", path = "../../primitives/trie" }
|
||||
sp-storage = { version = "2.0.0-alpha.5", path = "../../primitives/storage" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/core" }
|
||||
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/std" }
|
||||
sp-version = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/version" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
sp-trie = { version = "2.0.0-alpha.6", path = "../../primitives/trie" }
|
||||
sp-storage = { version = "2.0.0-alpha.6", path = "../../primitives/storage" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-test-primitives = { version = "2.0.0-dev", path = "../../primitives/test-primitives" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-authority-discovery"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
@@ -9,6 +9,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate authority discovery."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.6.1"
|
||||
|
||||
@@ -20,24 +23,21 @@ futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.18.0", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
|
||||
log = "0.4.8"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.5"}
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.6"}
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../keystore" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../keystore" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
serde_json = "1.0.41"
|
||||
sp-authority-discovery = { version = "2.0.0-alpha.5", path = "../../primitives/authority-discovery" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sp-authority-discovery = { version = "2.0.0-alpha.6", path = "../../primitives/authority-discovery" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
quickcheck = "0.9.0"
|
||||
sc-peerset = { version = "2.0.0-alpha.5", path = "../peerset" }
|
||||
sc-peerset = { version = "2.0.0-alpha.6", path = "../peerset" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client"}
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-basic-authorship"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,27 +8,27 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Basic implementation of block-authoring logic."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.8"
|
||||
futures = "0.3.4"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../primitives/inherents" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../block-builder" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../primitives/inherents" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../block-builder" }
|
||||
tokio-executor = { version = "0.2.0-alpha.6", features = ["blocking"] }
|
||||
futures-timer = "3.0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.5", path = "../../client/transaction-pool" }
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.6", path = "../../client/transaction-pool" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
parking_lot = "0.10.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-block-builder"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,21 +8,21 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate block builder"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.5", path = "../../primitives/block-builder" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.6", path = "../../primitives/block-builder" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
sp-trie = { version = "2.0.0-alpha.5", path = "../../primitives/trie" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-trie = { version = "2.0.0-alpha.6", path = "../../primitives/trie" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-chain-spec"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,16 +8,16 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate chain configurations."
|
||||
|
||||
[dependencies]
|
||||
sc-chain-spec-derive = { version = "2.0.0-alpha.5", path = "./derive" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-chain-spec = { version = "2.0.0-alpha.5", path = "../../primitives/chain-spec" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-chain-spec-derive = { version = "2.0.0-alpha.6", path = "./derive" }
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-chain-spec = { version = "2.0.0-alpha.6", path = "../../primitives/chain-spec" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-chain-spec-derive"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Macros to derive chain spec extension traits implementation."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
@@ -18,6 +21,3 @@ quote = "1.0.3"
|
||||
syn = "1.0.7"
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-cli"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Substrate CLI interface."
|
||||
edition = "2018"
|
||||
@@ -8,6 +8,9 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
clap = "2.33.0"
|
||||
derive_more = "0.99.2"
|
||||
@@ -23,23 +26,23 @@ tokio = { version = "0.2.9", features = [ "signal", "rt-core", "rt-threaded" ] }
|
||||
futures = "0.3.4"
|
||||
fdlimit = "0.1.4"
|
||||
serde_json = "1.0.41"
|
||||
sc-informant = { version = "0.8.0-alpha.5", path = "../informant" }
|
||||
sp-panic-handler = { version = "2.0.0-alpha.5", path = "../../primitives/panic-handler" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../../primitives/version" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-alpha.5", default-features = false, path = "../service" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
substrate-prometheus-endpoint = { path = "../../utils/prometheus" , version = "0.8.0-alpha.5"}
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
sc-informant = { version = "0.8.0-alpha.6", path = "../informant" }
|
||||
sp-panic-handler = { version = "2.0.0-alpha.6", path = "../../primitives/panic-handler" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../../primitives/version" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-alpha.6", default-features = false, path = "../service" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
substrate-prometheus-endpoint = { path = "../../utils/prometheus" , version = "0.8.0-alpha.6"}
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../primitives/keyring" }
|
||||
names = "0.11.0"
|
||||
structopt = "0.3.8"
|
||||
sc-tracing = { version = "2.0.0-alpha.5", path = "../tracing" }
|
||||
sc-tracing = { version = "2.0.0-alpha.6", path = "../tracing" }
|
||||
chrono = "0.4.10"
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
@@ -56,6 +59,3 @@ tempfile = "3.1.0"
|
||||
wasmtime = [
|
||||
"sc-service/wasmtime",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-aura"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Aura consensus algorithm for substrate"
|
||||
edition = "2018"
|
||||
@@ -8,41 +8,41 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-application-crypto = { version = "2.0.0-alpha.5", path = "../../../primitives/application-crypto" }
|
||||
sp-consensus-aura = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/aura" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.5", path = "../../../primitives/block-builder" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../../../client/block-builder" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.6", path = "../../../primitives/application-crypto" }
|
||||
sp-consensus-aura = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/aura" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.6", path = "../../../primitives/block-builder" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../../../client/block-builder" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../../api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../../keystore" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../../primitives/inherents" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../../keystore" }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sp-io = { version = "2.0.0-alpha.5", path = "../../../primitives/io" }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../../../primitives/version" }
|
||||
sc-consensus-slots = { version = "0.8.0-alpha.5", path = "../slots" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-timestamp = { version = "2.0.0-alpha.5", path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../../telemetry" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sp-io = { version = "2.0.0-alpha.6", path = "../../../primitives/io" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../../../primitives/version" }
|
||||
sc-consensus-slots = { version = "0.8.0-alpha.6", path = "../slots" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-timestamp = { version = "2.0.0-alpha.6", path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../../telemetry" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../../primitives/keyring" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../../executor" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../../network" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../../primitives/keyring" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../../executor" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../../network" }
|
||||
sc-network-test = { version = "0.8.0-dev", path = "../../network/test" }
|
||||
sc-service = { version = "0.8.0-alpha.5", path = "../../service" }
|
||||
sc-service = { version = "0.8.0-alpha.6", path = "../../service" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-babe"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "BABE consensus algorithm for substrate"
|
||||
edition = "2018"
|
||||
@@ -9,33 +9,36 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
documentation = "https://docs.rs/sc-consensus-babe"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/babe" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.5", path = "../../../primitives/application-crypto" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/babe" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.6", path = "../../../primitives/application-crypto" }
|
||||
num-bigint = "0.2.3"
|
||||
num-rational = "0.2.2"
|
||||
num-traits = "0.2.8"
|
||||
serde = { version = "1.0.104", features = ["derive"] }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../../../primitives/version" }
|
||||
sp-io = { version = "2.0.0-alpha.5", path = "../../../primitives/io" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
sp-timestamp = { version = "2.0.0-alpha.5", path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../../telemetry" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../../keystore" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../../" }
|
||||
sc-consensus-epochs = { version = "0.8.0-alpha.5", path = "../epochs" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../../primitives/api" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.5", path = "../../../primitives/block-builder" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sp-consensus-vrf = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/vrf" }
|
||||
sc-consensus-uncles = { version = "0.8.0-alpha.5", path = "../uncles" }
|
||||
sc-consensus-slots = { version = "0.8.0-alpha.5", path = "../slots" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
fork-tree = { version = "2.0.0-alpha.5", path = "../../../utils/fork-tree" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../../../primitives/version" }
|
||||
sp-io = { version = "2.0.0-alpha.6", path = "../../../primitives/io" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../../primitives/inherents" }
|
||||
sp-timestamp = { version = "2.0.0-alpha.6", path = "../../../primitives/timestamp" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../../telemetry" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../../keystore" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../../api" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../../" }
|
||||
sc-consensus-epochs = { version = "0.8.0-alpha.6", path = "../epochs" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../../primitives/api" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.6", path = "../../../primitives/block-builder" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
sp-consensus-vrf = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/vrf" }
|
||||
sc-consensus-uncles = { version = "0.8.0-alpha.6", path = "../uncles" }
|
||||
sc-consensus-slots = { version = "0.8.0-alpha.6", path = "../slots" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
fork-tree = { version = "2.0.0-alpha.6", path = "../../../utils/fork-tree" }
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
parking_lot = "0.10.0"
|
||||
@@ -47,18 +50,15 @@ pdqselect = "0.1.0"
|
||||
derive_more = "0.99.2"
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../../primitives/keyring" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../../executor" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../../network" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../../primitives/keyring" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../../executor" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../../network" }
|
||||
sc-network-test = { version = "0.8.0-dev", path = "../../network/test" }
|
||||
sc-service = { version = "0.8.0-alpha.5", path = "../../service" }
|
||||
sc-service = { version = "0.8.0-alpha.6", path = "../../service" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../../block-builder" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../../block-builder" }
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[features]
|
||||
test-helpers = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-babe-rpc"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "RPC extensions for the BABE consensus algorithm"
|
||||
edition = "2018"
|
||||
@@ -8,28 +8,28 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-consensus-babe = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sc-consensus-babe = { version = "0.8.0-alpha.6", path = "../" }
|
||||
jsonrpc-core = "14.0.3"
|
||||
jsonrpc-core-client = "14.0.5"
|
||||
jsonrpc-derive = "14.0.3"
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", path = "../../../../primitives/consensus/babe" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", path = "../../../../primitives/consensus/babe" }
|
||||
serde = { version = "1.0.104", features=["derive"] }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../../primitives/runtime" }
|
||||
sc-consensus-epochs = { version = "0.8.0-alpha.5", path = "../../epochs" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../../primitives/runtime" }
|
||||
sc-consensus-epochs = { version = "0.8.0-alpha.6", path = "../../epochs" }
|
||||
futures = "0.3.4"
|
||||
derive_more = "0.99.2"
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../../../primitives/api" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../../primitives/core" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../../../keystore" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../../../primitives/api" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../../primitives/core" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../../../keystore" }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../../test-utils/runtime/client" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.5", path = "../../../../primitives/application-crypto" }
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../../../primitives/keyring" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.6", path = "../../../../primitives/application-crypto" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../../../primitives/keyring" }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-epochs"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Generic epochs-based utilities for consensus"
|
||||
edition = "2018"
|
||||
@@ -8,13 +8,13 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
parking_lot = "0.10.0"
|
||||
fork-tree = { version = "2.0.0-alpha.5", path = "../../../utils/fork-tree" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" , version = "2.0.0-alpha.5"}
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sc-client-api = { path = "../../api" , version = "2.0.0-alpha.5"}
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
fork-tree = { version = "2.0.0-alpha.6", path = "../../../utils/fork-tree" }
|
||||
sp-runtime = { path = "../../../primitives/runtime" , version = "2.0.0-alpha.6"}
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sc-client-api = { path = "../../api" , version = "2.0.0-alpha.6"}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-manual-seal"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Manual sealing engine for Substrate"
|
||||
edition = "2018"
|
||||
@@ -8,6 +8,9 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.4"
|
||||
@@ -19,22 +22,19 @@ parking_lot = "0.10.0"
|
||||
serde = { version = "1.0", features=["derive"] }
|
||||
assert_matches = "1.3.0"
|
||||
|
||||
sc-client = { path = "../../../client" , version = "0.8.0-alpha.5"}
|
||||
sc-client-api = { path = "../../../client/api" , version = "2.0.0-alpha.5"}
|
||||
sc-transaction-pool = { path = "../../transaction-pool" , version = "2.0.0-alpha.5"}
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" , version = "2.0.0-alpha.5"}
|
||||
sp-consensus = { package = "sp-consensus", path = "../../../primitives/consensus/common" , version = "0.8.0-alpha.5"}
|
||||
sp-inherents = { path = "../../../primitives/inherents" , version = "2.0.0-alpha.5"}
|
||||
sp-runtime = { path = "../../../primitives/runtime" , version = "2.0.0-alpha.5"}
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool" , version = "2.0.0-alpha.5"}
|
||||
sc-client = { path = "../../../client" , version = "0.8.0-alpha.6"}
|
||||
sc-client-api = { path = "../../../client/api" , version = "2.0.0-alpha.6"}
|
||||
sc-transaction-pool = { path = "../../transaction-pool" , version = "2.0.0-alpha.6"}
|
||||
sp-blockchain = { path = "../../../primitives/blockchain" , version = "2.0.0-alpha.6"}
|
||||
sp-consensus = { package = "sp-consensus", path = "../../../primitives/consensus/common" , version = "0.8.0-alpha.6"}
|
||||
sp-inherents = { path = "../../../primitives/inherents" , version = "2.0.0-alpha.6"}
|
||||
sp-runtime = { path = "../../../primitives/runtime" , version = "2.0.0-alpha.6"}
|
||||
sp-transaction-pool = { path = "../../../primitives/transaction-pool" , version = "2.0.0-alpha.6"}
|
||||
|
||||
[dev-dependencies]
|
||||
sc-basic-authorship = { path = "../../basic-authorship" , version = "0.8.0-alpha.5"}
|
||||
sc-basic-authorship = { path = "../../basic-authorship" , version = "0.8.0-alpha.6"}
|
||||
substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" , version = "2.0.0-dev"}
|
||||
substrate-test-runtime-transaction-pool = { path = "../../../test-utils/runtime/transaction-pool" , version = "2.0.0-dev"}
|
||||
tokio = { version = "0.2", features = ["rt-core", "macros"] }
|
||||
env_logger = "0.7.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-pow"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "PoW consensus algorithm for substrate"
|
||||
edition = "2018"
|
||||
@@ -8,21 +8,21 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../../primitives/api" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.5", path = "../../../primitives/block-builder" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
sp-consensus-pow = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/pow" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
log = "0.4.8"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
sp-timestamp = { version = "2.0.0-alpha.5", path = "../../../primitives/timestamp" }
|
||||
derive_more = "0.99.2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../../primitives/api" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../../api" }
|
||||
sp-block-builder = { version = "2.0.0-alpha.6", path = "../../../primitives/block-builder" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../../primitives/inherents" }
|
||||
sp-consensus-pow = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/pow" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
log = "0.4.8"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
sp-timestamp = { version = "2.0.0-alpha.6", path = "../../../primitives/timestamp" }
|
||||
derive_more = "0.99.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-slots"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Generic slots-based utilities for consensus"
|
||||
edition = "2018"
|
||||
@@ -9,17 +9,20 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../../primitives/state-machine" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../../primitives/api" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../../telemetry" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../../api" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../../primitives/state-machine" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../../primitives/api" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../../telemetry" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../../primitives/inherents" }
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
parking_lot = "0.10.0"
|
||||
@@ -27,6 +30,3 @@ log = "0.4.8"
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-consensus-uncles"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Generic uncle inclusion utilities for consensus"
|
||||
edition = "2018"
|
||||
@@ -8,14 +8,14 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[dependencies]
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-authorship = { version = "2.0.0-alpha.5", path = "../../../primitives/authorship" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../../primitives/inherents" }
|
||||
log = "0.4.8"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../../api" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-authorship = { version = "2.0.0-alpha.6", path = "../../../primitives/authorship" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../../primitives/inherents" }
|
||||
log = "0.4.8"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-client-db"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Client backend that uses RocksDB database as storage."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
parking_lot = "0.10.0"
|
||||
log = "0.4.8"
|
||||
@@ -19,20 +22,20 @@ hash-db = "0.15.2"
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["std"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../executor" }
|
||||
sc-state-db = { version = "0.8.0-alpha.5", path = "../state-db" }
|
||||
sp-trie = { version = "2.0.0-alpha.5", path = "../../primitives/trie" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-alpha.5", path = "../../utils/prometheus" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../executor" }
|
||||
sc-state-db = { version = "0.8.0-alpha.6", path = "../state-db" }
|
||||
sp-trie = { version = "2.0.0-alpha.6", path = "../../primitives/trie" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-alpha.6", path = "../../utils/prometheus" }
|
||||
|
||||
[dev-dependencies]
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
quickcheck = "0.9"
|
||||
@@ -42,6 +45,3 @@ tempfile = "3"
|
||||
[features]
|
||||
default = []
|
||||
test-helpers = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-executor"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,24 +9,27 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "A crate that provides means of executing/dispatching calls into the runtime."
|
||||
documentation = "https://docs.rs/sc-executor"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sp-io = { version = "2.0.0-alpha.5", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-trie = { version = "2.0.0-alpha.5", path = "../../primitives/trie" }
|
||||
sp-serializer = { version = "2.0.0-alpha.5", path = "../../primitives/serializer" }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../../primitives/version" }
|
||||
sp-panic-handler = { version = "2.0.0-alpha.5", path = "../../primitives/panic-handler" }
|
||||
sp-io = { version = "2.0.0-alpha.6", path = "../../primitives/io" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-trie = { version = "2.0.0-alpha.6", path = "../../primitives/trie" }
|
||||
sp-serializer = { version = "2.0.0-alpha.6", path = "../../primitives/serializer" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../../primitives/version" }
|
||||
sp-panic-handler = { version = "2.0.0-alpha.6", path = "../../primitives/panic-handler" }
|
||||
wasmi = "0.6.2"
|
||||
parity-wasm = "0.41.0"
|
||||
lazy_static = "1.4.0"
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.5", path = "../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.5", path = "../../primitives/runtime-interface" }
|
||||
sp-externalities = { version = "0.8.0-alpha.5", path = "../../primitives/externalities" }
|
||||
sc-executor-common = { version = "0.8.0-alpha.5", path = "common" }
|
||||
sc-executor-wasmi = { version = "0.8.0-alpha.5", path = "wasmi" }
|
||||
sc-executor-wasmtime = { version = "0.8.0-alpha.5", path = "wasmtime", optional = true }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.6", path = "../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", path = "../../primitives/runtime-interface" }
|
||||
sp-externalities = { version = "0.8.0-alpha.6", path = "../../primitives/externalities" }
|
||||
sc-executor-common = { version = "0.8.0-alpha.6", path = "common" }
|
||||
sc-executor-wasmi = { version = "0.8.0-alpha.6", path = "wasmi" }
|
||||
sc-executor-wasmtime = { version = "0.8.0-alpha.6", path = "wasmtime", optional = true }
|
||||
parking_lot = "0.10.0"
|
||||
log = "0.4.8"
|
||||
libsecp256k1 = "0.3.4"
|
||||
@@ -37,9 +40,9 @@ wabt = "0.9.2"
|
||||
hex-literal = "0.2.1"
|
||||
sc-runtime-test = { version = "2.0.0-dev", path = "runtime-test" }
|
||||
substrate-test-runtime = { version = "2.0.0-dev", path = "../../test-utils/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
test-case = "0.3.3"
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
|
||||
[features]
|
||||
default = [ "std" ]
|
||||
@@ -52,6 +55,3 @@ wasmtime = [
|
||||
wasmi-errno = [
|
||||
"wasmi/errno"
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-executor-common"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,20 +9,20 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "A set of common definitions that are needed for defining execution engines."
|
||||
documentation = "https://docs.rs/sc-executor-common/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.8"
|
||||
derive_more = "0.99.2"
|
||||
parity-wasm = "0.41.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
wasmi = "0.6.2"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-alpha.5", path = "../../../primitives/allocator" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.5", path = "../../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime-interface" }
|
||||
sp-serializer = { version = "2.0.0-alpha.5", path = "../../../primitives/serializer" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-alpha.6", path = "../../../primitives/allocator" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.6", path = "../../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime-interface" }
|
||||
sp-serializer = { version = "2.0.0-alpha.6", path = "../../../primitives/serializer" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -9,13 +9,16 @@ publish = false
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../../../primitives/std" }
|
||||
sp-io = { version = "2.0.0-alpha.5", default-features = false, path = "../../../primitives/io" }
|
||||
sp-sandbox = { version = "0.8.0-alpha.5", default-features = false, path = "../../../primitives/sandbox" }
|
||||
sp-core = { version = "2.0.0-alpha.5", default-features = false, path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-allocator = { version = "2.0.0-alpha.5", default-features = false, path = "../../../primitives/allocator" }
|
||||
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../../primitives/std" }
|
||||
sp-io = { version = "2.0.0-alpha.6", default-features = false, path = "../../../primitives/io" }
|
||||
sp-sandbox = { version = "0.8.0-alpha.6", default-features = false, path = "../../../primitives/sandbox" }
|
||||
sp-core = { version = "2.0.0-alpha.6", default-features = false, path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-allocator = { version = "2.0.0-alpha.6", default-features = false, path = "../../../primitives/allocator" }
|
||||
|
||||
[build-dependencies]
|
||||
wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
|
||||
@@ -28,6 +31,3 @@ std = [
|
||||
"sp-std/std",
|
||||
"sp-allocator/std",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-executor-wasmi"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,15 +9,15 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "This crate provides an implementation of `WasmRuntime` that is baked by wasmi."
|
||||
documentation = "https://docs.rs/sc-executor-wasmi"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.8"
|
||||
wasmi = "0.6.2"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sc-executor-common = { version = "0.8.0-alpha.5", path = "../common" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.5", path = "../../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-alpha.5", path = "../../../primitives/allocator" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sc-executor-common = { version = "0.8.0-alpha.6", path = "../common" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.6", path = "../../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-alpha.6", path = "../../../primitives/allocator" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-executor-wasmtime"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,16 +8,19 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.8"
|
||||
scoped-tls = "1.0"
|
||||
parity-wasm = "0.41.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sc-executor-common = { version = "0.8.0-alpha.5", path = "../common" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.5", path = "../../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-alpha.5", path = "../../../primitives/allocator" }
|
||||
sc-executor-common = { version = "0.8.0-alpha.6", path = "../common" }
|
||||
sp-wasm-interface = { version = "2.0.0-alpha.6", path = "../../../primitives/wasm-interface" }
|
||||
sp-runtime-interface = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-alpha.6", path = "../../../primitives/allocator" }
|
||||
wasmtime = { package = "substrate-wasmtime", version = "0.13.0-threadsafe.1" }
|
||||
wasmtime_runtime = { package = "substrate-wasmtime-runtime", version = "0.13.0-threadsafe.1" }
|
||||
wasmtime-environ = "0.12.0"
|
||||
@@ -26,6 +29,3 @@ cranelift-codegen = "0.59.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-finality-grandpa"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,9 +9,12 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Integration of the GRANDPA finality gadget into substrate."
|
||||
documentation = "https://docs.rs/sc-finality-grandpa"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
fork-tree = { version = "2.0.0-alpha.5", path = "../../utils/fork-tree" }
|
||||
fork-tree = { version = "2.0.0-alpha.6", path = "../../utils/fork-tree" }
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
log = "0.4.8"
|
||||
@@ -19,40 +22,37 @@ parking_lot = "0.10.0"
|
||||
rand = "0.7.2"
|
||||
assert_matches = "1.3.0"
|
||||
parity-scale-codec = { version = "1.3.0", features = ["derive"] }
|
||||
sp-arithmetic = { version = "2.0.0-alpha.5", path = "../../primitives/arithmetic" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../keystore" }
|
||||
sp-arithmetic = { version = "2.0.0-alpha.6", path = "../../primitives/arithmetic" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../keystore" }
|
||||
serde_json = "1.0.41"
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", path = "../../primitives/inherents" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sc-network-gossip = { version = "0.8.0-alpha.5", path = "../network-gossip" }
|
||||
sp-finality-tracker = { version = "2.0.0-alpha.5", path = "../../primitives/finality-tracker" }
|
||||
sp-finality-grandpa = { version = "2.0.0-alpha.5", path = "../../primitives/finality-grandpa" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.5"}
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../block-builder" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../" }
|
||||
sp-inherents = { version = "2.0.0-alpha.6", path = "../../primitives/inherents" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sc-network-gossip = { version = "0.8.0-alpha.6", path = "../network-gossip" }
|
||||
sp-finality-tracker = { version = "2.0.0-alpha.6", path = "../../primitives/finality-tracker" }
|
||||
sp-finality-grandpa = { version = "2.0.0-alpha.6", path = "../../primitives/finality-grandpa" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0-alpha.6"}
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../block-builder" }
|
||||
finality-grandpa = { version = "0.11.2", features = ["derive-codec"] }
|
||||
pin-project = "0.4.6"
|
||||
|
||||
[dev-dependencies]
|
||||
finality-grandpa = { version = "0.11.2", features = ["derive-codec", "test-helpers"] }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sc-network-test = { version = "0.8.0-dev", path = "../network/test" }
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/babe" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/babe" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
env_logger = "0.7.0"
|
||||
tokio = { version = "0.2", features = ["rt-core"] }
|
||||
tempfile = "3.1.0"
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-informant"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Substrate informant."
|
||||
edition = "2018"
|
||||
@@ -8,17 +8,17 @@ license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
ansi_term = "0.12.1"
|
||||
futures = "0.3.4"
|
||||
log = "0.4.8"
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
|
||||
wasm-timer = "0.2"
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sc-service = { version = "0.8.0-alpha.5", default-features = false, path = "../service" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sc-service = { version = "0.8.0-alpha.6", default-features = false, path = "../service" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-keystore"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -9,11 +9,14 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Keystore (and session key management) for ed25519 based chains like Polkadot."
|
||||
documentation = "https://docs.rs/sc-keystore"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.5", path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.6", path = "../../primitives/application-crypto" }
|
||||
hex = "0.4.0"
|
||||
rand = "0.7.2"
|
||||
serde_json = "1.0.41"
|
||||
@@ -22,6 +25,3 @@ parking_lot = "0.10.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
description = "Gossiping for the Substrate network protocol"
|
||||
name = "sc-network-gossip"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
@@ -9,6 +9,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
documentation = "https://docs.rs/sc-network-gossip"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.4"
|
||||
@@ -16,13 +19,10 @@ futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.18.0", default-features = false, features = ["websocket"] }
|
||||
log = "0.4.8"
|
||||
lru = "0.4.3"
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
wasm-timer = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
description = "Substrate network protocol"
|
||||
name = "sc-network"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
@@ -10,6 +10,10 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
documentation = "https://docs.rs/sc-network"
|
||||
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
prost-build = "0.6.1"
|
||||
|
||||
@@ -21,7 +25,7 @@ derive_more = "0.99.2"
|
||||
either = "1.5.3"
|
||||
erased-serde = "0.3.9"
|
||||
fnv = "1.0.6"
|
||||
fork-tree = { version = "2.0.0-alpha.5", path = "../../utils/fork-tree" }
|
||||
fork-tree = { version = "2.0.0-alpha.6", path = "../../utils/fork-tree" }
|
||||
futures = "0.3.4"
|
||||
futures_codec = "0.3.3"
|
||||
futures-timer = "3.0.1"
|
||||
@@ -35,24 +39,24 @@ parking_lot = "0.10.0"
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
hex = "0.4.0"
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../block-builder" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-peerset = { version = "2.0.0-alpha.5", path = "../peerset" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../block-builder" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sc-peerset = { version = "2.0.0-alpha.6", path = "../peerset" }
|
||||
pin-project = "0.4.6"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
slog_derive = "0.2.0"
|
||||
smallvec = "0.6.10"
|
||||
sp-arithmetic = { version = "2.0.0-alpha.5", path = "../../primitives/arithmetic" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/babe" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-alpha.5", path = "../../utils/prometheus" }
|
||||
sp-arithmetic = { version = "2.0.0-alpha.6", path = "../../primitives/arithmetic" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/babe" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-alpha.6", path = "../../utils/prometheus" }
|
||||
thiserror = "1"
|
||||
unsigned-varint = { version = "0.3.1", features = ["futures", "futures-codec"] }
|
||||
void = "1.0.2"
|
||||
@@ -70,7 +74,7 @@ env_logger = "0.7.0"
|
||||
libp2p = { version = "0.18.0", default-features = false, features = ["secio"] }
|
||||
quickcheck = "0.9.0"
|
||||
rand = "0.7.2"
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../primitives/keyring" }
|
||||
sp-test-primitives = { version = "2.0.0-dev", path = "../../primitives/test-primitives" }
|
||||
substrate-test-runtime = { version = "2.0.0-dev", path = "../../test-utils/runtime" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
@@ -78,7 +82,3 @@ tempfile = "3.1.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -9,26 +9,26 @@ publish = false
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../" }
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.18.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../../api" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../../block-builder" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/babe" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../../api" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../../block-builder" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/babe" }
|
||||
env_logger = "0.7.0"
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime = { version = "2.0.0-dev", path = "../../../test-utils/runtime" }
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,32 +1,35 @@
|
||||
[package]
|
||||
description = "Substrate offchain workers"
|
||||
name = "sc-offchain"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.5"
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
fnv = "1.0.6"
|
||||
futures = "0.3.4"
|
||||
futures-timer = "3.0.1"
|
||||
log = "0.4.8"
|
||||
threadpool = "1.7"
|
||||
num_cpus = "1.10"
|
||||
sp-offchain = { version = "2.0.0-alpha.5", path = "../../primitives/offchain" }
|
||||
sp-offchain = { version = "2.0.0-alpha.6", path = "../../primitives/offchain" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
parking_lot = "0.10.0"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
rand = "0.7.2"
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../keystore" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../keystore" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
hyper = "0.13.2"
|
||||
@@ -35,14 +38,11 @@ hyper-rustls = "0.20"
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
fdlimit = "0.1.4"
|
||||
sc-client-db = { version = "0.8.0-alpha.5", default-features = true, path = "../db/" }
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.5", path = "../../client/transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sc-client-db = { version = "0.8.0-alpha.6", default-features = true, path = "../db/" }
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.6", path = "../../client/transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
tokio = "0.2"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -3,23 +3,23 @@ description = "Connectivity manager based on reputation"
|
||||
homepage = "http://parity.io"
|
||||
license = "GPL-3.0"
|
||||
name = "sc-peerset"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
documentation = "https://docs.rs/sc-peerset"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.4"
|
||||
libp2p = { version = "0.18.0", default-features = false }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils"}
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils"}
|
||||
log = "0.4.8"
|
||||
serde_json = "1.0.41"
|
||||
wasm-timer = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7.2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-rpc-api"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate RPC interfaces."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
derive_more = "0.99.2"
|
||||
@@ -18,14 +21,11 @@ jsonrpc-derive = "14.0.3"
|
||||
jsonrpc-pubsub = "14.0.3"
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../../primitives/version" }
|
||||
sp-runtime = { path = "../../primitives/runtime" , version = "2.0.0-alpha.5"}
|
||||
sp-chain-spec = { path = "../../primitives/chain-spec" , version = "2.0.0-alpha.5"}
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../../primitives/version" }
|
||||
sp-runtime = { path = "../../primitives/runtime" , version = "2.0.0-alpha.6"}
|
||||
sp-chain-spec = { path = "../../primitives/chain-spec" , version = "2.0.0-alpha.6"}
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sp-rpc = { version = "2.0.0-alpha.5", path = "../../primitives/rpc" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
sp-rpc = { version = "2.0.0-alpha.6", path = "../../primitives/rpc" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-rpc-server"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,17 +8,17 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate RPC servers."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
jsonrpc-core = "14.0.3"
|
||||
pubsub = { package = "jsonrpc-pubsub", version = "14.0.3" }
|
||||
log = "0.4.8"
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0.41"
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
http = { package = "jsonrpc-http-server", version = "14.0.3" }
|
||||
ws = { package = "jsonrpc-ws-server", version = "14.0.3" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-rpc"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,42 +8,42 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate Client RPC"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-rpc-api = { version = "0.8.0-alpha.5", path = "../rpc-api" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sc-rpc-api = { version = "0.8.0-alpha.6", path = "../rpc-api" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
jsonrpc-pubsub = "14.0.3"
|
||||
log = "0.4.8"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
rpc = { package = "jsonrpc-core", version = "14.0.3" }
|
||||
sp-version = { version = "2.0.0-alpha.5", path = "../../primitives/version" }
|
||||
sp-version = { version = "2.0.0-alpha.6", path = "../../primitives/version" }
|
||||
serde_json = "1.0.41"
|
||||
sp-session = { version = "2.0.0-alpha.5", path = "../../primitives/session" }
|
||||
sp-offchain = { version = "2.0.0-alpha.5", path = "../../primitives/offchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sp-rpc = { version = "2.0.0-alpha.5", path = "../../primitives/rpc" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.5", path = "../../primitives/state-machine" }
|
||||
sp-chain-spec = { version = "2.0.0-alpha.5", path = "../../primitives/chain-spec" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../executor" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.5", path = "../../client/block-builder" }
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../keystore" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-session = { version = "2.0.0-alpha.6", path = "../../primitives/session" }
|
||||
sp-offchain = { version = "2.0.0-alpha.6", path = "../../primitives/offchain" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sp-rpc = { version = "2.0.0-alpha.6", path = "../../primitives/rpc" }
|
||||
sp-state-machine = { version = "0.8.0-alpha.6", path = "../../primitives/state-machine" }
|
||||
sp-chain-spec = { version = "2.0.0-alpha.6", path = "../../primitives/chain-spec" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../executor" }
|
||||
sc-block-builder = { version = "0.8.0-alpha.6", path = "../../client/block-builder" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../keystore" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
parking_lot = "0.10.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sp-io = { version = "2.0.0-alpha.5", path = "../../primitives/io" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sp-io = { version = "2.0.0-alpha.6", path = "../../primitives/io" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
tokio = "0.1.22"
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.5", path = "../transaction-pool" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.6", path = "../transaction-pool" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-service"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[features]
|
||||
default = ["rocksdb"]
|
||||
# The RocksDB feature activates the RocksDB database backend. If it is not activated, and you pass
|
||||
@@ -32,32 +35,32 @@ exit-future = "0.2.0"
|
||||
serde = "1.0.101"
|
||||
serde_json = "1.0.41"
|
||||
sysinfo = "0.12.0"
|
||||
sc-keystore = { version = "2.0.0-alpha.5", path = "../keystore" }
|
||||
sp-io = { version = "2.0.0-alpha.5", path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-session = { version = "2.0.0-alpha.5", path = "../../primitives/session" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.5", path = "../../primitives/application-crypto" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/common" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../network" }
|
||||
sc-chain-spec = { version = "2.0.0-alpha.5", path = "../chain-spec" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sc-client-db = { version = "0.8.0-alpha.5", path = "../db" }
|
||||
sc-keystore = { version = "2.0.0-alpha.6", path = "../keystore" }
|
||||
sp-io = { version = "2.0.0-alpha.6", path = "../../primitives/io" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-session = { version = "2.0.0-alpha.6", path = "../../primitives/session" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.6", path = "../../primitives/application-crypto" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/common" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../network" }
|
||||
sc-chain-spec = { version = "2.0.0-alpha.6", path = "../chain-spec" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
sc-client-db = { version = "0.8.0-alpha.6", path = "../db" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
sc-executor = { version = "0.8.0-alpha.5", path = "../executor" }
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.5", path = "../transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sc-rpc-server = { version = "2.0.0-alpha.5", path = "../rpc-servers" }
|
||||
sc-rpc = { version = "2.0.0-alpha.5", path = "../rpc" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
sc-offchain = { version = "2.0.0-alpha.5", path = "../offchain" }
|
||||
sc-executor = { version = "0.8.0-alpha.6", path = "../executor" }
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.6", path = "../transaction-pool" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
sc-rpc-server = { version = "2.0.0-alpha.6", path = "../rpc-servers" }
|
||||
sc-rpc = { version = "2.0.0-alpha.6", path = "../rpc" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
sc-offchain = { version = "2.0.0-alpha.6", path = "../offchain" }
|
||||
parity-multiaddr = { package = "parity-multiaddr", version = "0.7.3" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" , version = "0.8.0-alpha.5"}
|
||||
sc-tracing = { version = "2.0.0-alpha.5", path = "../tracing" }
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus" , version = "0.8.0-alpha.6"}
|
||||
sc-tracing = { version = "2.0.0-alpha.6", path = "../tracing" }
|
||||
tracing = "0.1.10"
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
@@ -71,9 +74,6 @@ procfs = '0.7.8'
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", path = "../../primitives/consensus/babe" }
|
||||
grandpa = { version = "0.8.0-alpha.5", package = "sc-finality-grandpa", path = "../finality-grandpa" }
|
||||
grandpa-primitives = { version = "2.0.0-alpha.5", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", path = "../../primitives/consensus/babe" }
|
||||
grandpa = { version = "0.8.0-alpha.6", package = "sc-finality-grandpa", path = "../finality-grandpa" }
|
||||
grandpa-primitives = { version = "2.0.0-alpha.6", package = "sp-finality-grandpa", path = "../../primitives/finality-grandpa" }
|
||||
|
||||
@@ -8,6 +8,9 @@ publish = false
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
tempfile = "3.1.0"
|
||||
tokio = "0.1.22"
|
||||
@@ -16,13 +19,10 @@ log = "0.4.8"
|
||||
env_logger = "0.7.0"
|
||||
fdlimit = "0.1.4"
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
sc-service = { version = "0.8.0-alpha.5", default-features = false, path = "../../service" }
|
||||
sc-network = { version = "0.8.0-alpha.5", path = "../../network" }
|
||||
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "0.8.0-alpha.5", path = "../../" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../../primitives/transaction-pool" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
sc-service = { version = "0.8.0-alpha.6", default-features = false, path = "../../service" }
|
||||
sc-network = { version = "0.8.0-alpha.6", path = "../../network" }
|
||||
sp-consensus = { version = "0.8.0-alpha.6", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "0.8.0-alpha.6", path = "../../" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../../primitives/transaction-pool" }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-state-db"
|
||||
version = "0.8.0-alpha.5"
|
||||
version = "0.8.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,17 +8,17 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "State database maintenance. Handles canonicalization and pruning in the database."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
parking_lot = "0.10.0"
|
||||
log = "0.4.8"
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
|
||||
parity-util-mem = "0.6"
|
||||
parity-util-mem-derive = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-telemetry"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Telemetry utils"
|
||||
edition = "2018"
|
||||
@@ -9,6 +9,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
documentation = "https://docs.rs/sc-telemetry"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
bytes = "0.5"
|
||||
@@ -26,6 +29,3 @@ slog-json = { version = "2.3.0", features = ["nested-values"] }
|
||||
slog-scope = "4.1.2"
|
||||
take_mut = "0.2.2"
|
||||
void = "1.0.2"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-tracing"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Instrumentation implementation for substrate."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
erased-serde = "0.3.9"
|
||||
log = { version = "0.4.8" }
|
||||
@@ -17,10 +20,7 @@ serde_json = "1.0.41"
|
||||
slog = { version = "2.5.2", features = ["nested-values"] }
|
||||
tracing-core = "0.1.7"
|
||||
|
||||
sc-telemetry = { version = "2.0.0-alpha.5", path = "../telemetry" }
|
||||
sc-telemetry = { version = "2.0.0-alpha.6", path = "../telemetry" }
|
||||
|
||||
[dev-dependencies]
|
||||
tracing = "0.1.10"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-transaction-pool"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate transaction pool implementation."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0" }
|
||||
derive_more = "0.99.2"
|
||||
@@ -16,23 +19,20 @@ futures-diagnose = "1.0"
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
wasm-timer = "0.2"
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-api = { version = "2.0.0-alpha.5", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../primitives/utils" }
|
||||
sc-transaction-graph = { version = "2.0.0-alpha.5", path = "./graph" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../primitives/transaction-pool" }
|
||||
sc-client-api = { version = "2.0.0-alpha.5", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
sp-api = { version = "2.0.0-alpha.6", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../primitives/runtime" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../primitives/utils" }
|
||||
sc-transaction-graph = { version = "2.0.0-alpha.6", path = "./graph" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../primitives/transaction-pool" }
|
||||
sc-client-api = { version = "2.0.0-alpha.6", path = "../api" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../primitives/blockchain" }
|
||||
intervalier = "0.4.0"
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
hex = "0.4"
|
||||
sp-keyring = { version = "2.0.0-alpha.5", path = "../../primitives/keyring" }
|
||||
sp-keyring = { version = "2.0.0-alpha.6", path = "../../primitives/keyring" }
|
||||
substrate-test-runtime-transaction-pool = { version = "2.0.0-dev", path = "../../test-utils/runtime/transaction-pool" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../test-utils/runtime/client" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sc-transaction-graph"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,6 +8,9 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Generic Transaction Pool"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.4"
|
||||
@@ -15,11 +18,11 @@ log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
wasm-timer = "0.2"
|
||||
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
|
||||
sp-utils = { version = "2.0.0-alpha.5", path = "../../../primitives/utils" }
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.5", path = "../../../primitives/transaction-pool" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.6", path = "../../../primitives/blockchain" }
|
||||
sp-utils = { version = "2.0.0-alpha.6", path = "../../../primitives/utils" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../../primitives/core" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", path = "../../../primitives/runtime" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.6", path = "../../../primitives/transaction-pool" }
|
||||
parity-util-mem = { version = "0.6.0", default-features = false, features = ["primitive-types"] }
|
||||
linked-hash-map = "0.5.2"
|
||||
|
||||
@@ -32,6 +35,3 @@ criterion = "0.3"
|
||||
[[bench]]
|
||||
name = "basics"
|
||||
harness = false
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user