mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 15:21:08 +00:00
Releasing rc4 – Rhinoceros (#6515)
Co-authored-by: Martin Pugh <pugh@s3kr.it>
This commit is contained in:
committed by
GitHub
parent
f53e5355f8
commit
f6ebd5f87d
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-browser-utils"
|
||||
version = "0.8.0-rc3"
|
||||
version = "0.8.0-rc4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Utilities for creating a browser light-client."
|
||||
edition = "2018"
|
||||
@@ -22,11 +22,11 @@ js-sys = "0.3.34"
|
||||
wasm-bindgen = "0.2.57"
|
||||
wasm-bindgen-futures = "0.4.7"
|
||||
kvdb-web = "0.6"
|
||||
sp-database = { version = "2.0.0-rc3", path = "../../primitives/database" }
|
||||
sc-informant = { version = "0.8.0-rc3", path = "../../client/informant" }
|
||||
sc-service = { version = "0.8.0-rc3", path = "../../client/service", default-features = false }
|
||||
sc-network = { path = "../../client/network", version = "0.8.0-rc3"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec", version = "2.0.0-rc3"}
|
||||
sp-database = { version = "2.0.0-rc4", path = "../../primitives/database" }
|
||||
sc-informant = { version = "0.8.0-rc4", path = "../../client/informant" }
|
||||
sc-service = { version = "0.8.0-rc4", path = "../../client/service", default-features = false }
|
||||
sc-network = { path = "../../client/network", version = "0.8.0-rc4"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec", version = "2.0.0-rc4"}
|
||||
|
||||
# Imported just for the `no_cc` feature
|
||||
clear_on_drop = { version = "0.2.3", features = ["no_cc"] }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-build-script-utils"
|
||||
version = "2.0.0-rc3"
|
||||
version = "2.0.0-rc4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "fork-tree"
|
||||
version = "2.0.0-rc3"
|
||||
version = "2.0.0-rc4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "frame-benchmarking-cli"
|
||||
version = "2.0.0-rc3"
|
||||
version = "2.0.0-rc4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -12,15 +12,15 @@ description = "CLI for benchmarking FRAME"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
frame-benchmarking = { version = "2.0.0-rc3", path = "../../../frame/benchmarking" }
|
||||
sp-core = { version = "2.0.0-rc3", path = "../../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-rc3", default-features = false, path = "../../../client/service" }
|
||||
sc-cli = { version = "0.8.0-rc3", path = "../../../client/cli" }
|
||||
sc-client-db = { version = "0.8.0-rc3", path = "../../../client/db" }
|
||||
sc-executor = { version = "0.8.0-rc3", path = "../../../client/executor" }
|
||||
sp-externalities = { version = "0.8.0-rc3", path = "../../../primitives/externalities" }
|
||||
sp-runtime = { version = "2.0.0-rc3", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-rc3", path = "../../../primitives/state-machine" }
|
||||
frame-benchmarking = { version = "2.0.0-rc4", path = "../../../frame/benchmarking" }
|
||||
sp-core = { version = "2.0.0-rc4", path = "../../../primitives/core" }
|
||||
sc-service = { version = "0.8.0-rc4", default-features = false, path = "../../../client/service" }
|
||||
sc-cli = { version = "0.8.0-rc4", path = "../../../client/cli" }
|
||||
sc-client-db = { version = "0.8.0-rc4", path = "../../../client/db" }
|
||||
sc-executor = { version = "0.8.0-rc4", path = "../../../client/executor" }
|
||||
sp-externalities = { version = "0.8.0-rc4", path = "../../../primitives/externalities" }
|
||||
sp-runtime = { version = "2.0.0-rc4", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.8.0-rc4", path = "../../../primitives/state-machine" }
|
||||
structopt = "0.3.8"
|
||||
codec = { version = "1.3.1", package = "parity-scale-codec" }
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-frame-rpc-support"
|
||||
version = "2.0.0-rc3"
|
||||
version = "2.0.0-rc4"
|
||||
authors = ["Parity Technologies <admin@parity.io>", "Andrew Dirksen <andrew@dirksen.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -17,10 +17,10 @@ jsonrpc-client-transports = { version = "14.2.0", default-features = false, feat
|
||||
jsonrpc-core = "14.2.0"
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1" }
|
||||
serde = "1"
|
||||
frame-support = { version = "2.0.0-rc3", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "2.0.0-rc3", path = "../../../../primitives/storage" }
|
||||
sc-rpc-api = { version = "0.8.0-rc3", path = "../../../../client/rpc-api" }
|
||||
frame-support = { version = "2.0.0-rc4", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "2.0.0-rc4", path = "../../../../primitives/storage" }
|
||||
sc-rpc-api = { version = "0.8.0-rc4", path = "../../../../client/rpc-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
frame-system = { version = "2.0.0-rc3", path = "../../../../frame/system" }
|
||||
frame-system = { version = "2.0.0-rc4", path = "../../../../frame/system" }
|
||||
tokio = "0.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-frame-rpc-system"
|
||||
version = "2.0.0-rc3"
|
||||
version = "2.0.0-rc4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -12,7 +12,7 @@ description = "FRAME's system exposed over Substrate RPC"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-client-api = { version = "2.0.0-rc3", path = "../../../../client/api" }
|
||||
sc-client-api = { version = "2.0.0-rc4", path = "../../../../client/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.1" }
|
||||
futures = { version = "0.3.4", features = ["compat"] }
|
||||
jsonrpc-core = "14.2.0"
|
||||
@@ -20,16 +20,16 @@ jsonrpc-core-client = "14.2.0"
|
||||
jsonrpc-derive = "14.2.1"
|
||||
log = "0.4.8"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
sp-runtime = { version = "2.0.0-rc3", path = "../../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-rc3", path = "../../../../primitives/api" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-rc3", path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sp-core = { version = "2.0.0-rc3", path = "../../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-rc3", path = "../../../../primitives/blockchain" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc3", path = "../../../../primitives/transaction-pool" }
|
||||
sp-block-builder = { version = "2.0.0-rc3", path = "../../../../primitives/block-builder" }
|
||||
sc-rpc-api = { version = "0.8.0-rc3", path = "../../../../client/rpc-api" }
|
||||
sp-runtime = { version = "2.0.0-rc4", path = "../../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-rc4", path = "../../../../primitives/api" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-rc4", path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sp-core = { version = "2.0.0-rc4", path = "../../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-rc4", path = "../../../../primitives/blockchain" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc4", path = "../../../../primitives/transaction-pool" }
|
||||
sp-block-builder = { version = "2.0.0-rc4", path = "../../../../primitives/block-builder" }
|
||||
sc-rpc-api = { version = "0.8.0-rc4", path = "../../../../client/rpc-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-rc3", path = "../../../../test-utils/runtime/client" }
|
||||
substrate-test-runtime-client = { version = "2.0.0-rc4", path = "../../../../test-utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
sc-transaction-pool = { version = "2.0.0-rc3", path = "../../../../client/transaction-pool" }
|
||||
sc-transaction-pool = { version = "2.0.0-rc4", path = "../../../../client/transaction-pool" }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
description = "Endpoint to expose Prometheus metrics"
|
||||
name = "substrate-prometheus-endpoint"
|
||||
version = "0.8.0-rc3"
|
||||
version = "0.8.0-rc4"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
Reference in New Issue
Block a user