mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
set missing metadata fields, prepping alpha.2 (#5067)
* setting first batch of descriptions * fix what I just broke * next batch * and pallets, too * last batch * set cargo.lock * keep'em dev-deps * bump version to alpha.2
This commit is contained in:
committed by
GitHub
parent
01c6b7cdde
commit
d6aa8e954c
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "browser-utils"
|
||||
version = "0.8.0-alpha.1"
|
||||
version = "0.8.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
description = "Utilities for creating a browser light-client."
|
||||
edition = "2018"
|
||||
@@ -19,10 +19,10 @@ js-sys = "0.3.34"
|
||||
wasm-bindgen = "0.2.57"
|
||||
wasm-bindgen-futures = "0.4.7"
|
||||
kvdb-web = "0.4"
|
||||
sc-informant = { version = "0.8.0-alpha.1", path = "../../client/informant" }
|
||||
sc-service = { version = "0.8.0-alpha.1", path = "../../client/service", default-features = false }
|
||||
sc-network = { path = "../../client/network" , version = "0.8.0-alpha.1"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec" , version = "2.0.0-alpha.1"}
|
||||
sc-informant = { version = "0.8.0-alpha.2", path = "../../client/informant" }
|
||||
sc-service = { version = "0.8.0-alpha.2", path = "../../client/service", default-features = false }
|
||||
sc-network = { path = "../../client/network" , version = "0.8.0-alpha.2"}
|
||||
sc-chain-spec = { path = "../../client/chain-spec" , version = "2.0.0-alpha.2"}
|
||||
|
||||
# Imported just for the `no_cc` feature
|
||||
clear_on_drop = { version = "0.2.3", features = ["no_cc"] }
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
[package]
|
||||
name = "substrate-build-script-utils"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Crate with utility functions for `build.rs` scripts."
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
[package]
|
||||
name = "fork-tree"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Utility library for managing tree-like ordered data with logic for pruning the tree while finalizing nodes."
|
||||
documentation = "https://docs.rs/fork-tree"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0", features = ["derive"] }
|
||||
|
||||
@@ -1,19 +1,20 @@
|
||||
[package]
|
||||
name = "frame-benchmarking-cli"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "CLI for benchmarking FRAME"
|
||||
|
||||
[dependencies]
|
||||
frame-benchmarking = { version = "2.0.0-alpha.1", path = "../../../frame/benchmarking" }
|
||||
sc-service = { version = "0.8.0-alpha.1", path = "../../../client/service" }
|
||||
sc-cli = { version = "0.8.0-alpha.1", path = "../../../client/cli" }
|
||||
sc-client = { version = "0.8.0-alpha.1", path = "../../../client" }
|
||||
sc-client-db = { version = "0.8.0-alpha.1", path = "../../../client/db" }
|
||||
sc-executor = { version = "0.8.0-alpha.1", path = "../../../client/executor" }
|
||||
sp-runtime = { version = "2.0.0-alpha.1", path = "../../../primitives/runtime" }
|
||||
frame-benchmarking = { version = "2.0.0-alpha.2", path = "../../../frame/benchmarking" }
|
||||
sc-service = { version = "0.8.0-alpha.2", path = "../../../client/service" }
|
||||
sc-cli = { version = "0.8.0-alpha.2", path = "../../../client/cli" }
|
||||
sc-client = { version = "0.8.0-alpha.2", path = "../../../client" }
|
||||
sc-client-db = { version = "0.8.0-alpha.2", path = "../../../client/db" }
|
||||
sc-executor = { version = "0.8.0-alpha.2", path = "../../../client/executor" }
|
||||
sp-runtime = { version = "2.0.0-alpha.2", path = "../../../primitives/runtime" }
|
||||
structopt = "0.3.8"
|
||||
codec = { version = "1.1.2", package = "parity-scale-codec" }
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "substrate-frame-rpc-support"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>", "Andrew Dirksen <andrew@dirksen.com>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Substrate RPC for FRAME's support"
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3.0", features = ["compat"] }
|
||||
@@ -13,10 +14,10 @@ jsonrpc-client-transports = "14"
|
||||
jsonrpc-core = "14"
|
||||
codec = { package = "parity-scale-codec", version = "1" }
|
||||
serde = "1"
|
||||
frame-support = { version = "2.0.0-alpha.1", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "2.0.0-alpha.1", path = "../../../../primitives/storage" }
|
||||
sc-rpc-api = { version = "0.8.0-alpha.1", path = "../../../../client/rpc-api" }
|
||||
frame-support = { version = "2.0.0-alpha.2", path = "../../../../frame/support" }
|
||||
sp-storage = { version = "2.0.0-alpha.2", path = "../../../../primitives/storage" }
|
||||
sc-rpc-api = { version = "0.8.0-alpha.2", path = "../../../../client/rpc-api" }
|
||||
|
||||
[dev-dependencies]
|
||||
frame-system = { version = "2.0.0-alpha.1", path = "../../../../frame/system" }
|
||||
frame-system = { version = "2.0.0-alpha.2", path = "../../../../frame/system" }
|
||||
tokio = "0.1"
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
[package]
|
||||
name = "substrate-frame-rpc-system"
|
||||
version = "2.0.0-alpha.1"
|
||||
version = "2.0.0-alpha.2"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "FRAME's system exposed over Substrate RPC"
|
||||
|
||||
[dependencies]
|
||||
sc-client = { version = "0.8.0-alpha.1", path = "../../../../client/" }
|
||||
sc-client = { version = "0.8.0-alpha.2", path = "../../../../client/" }
|
||||
codec = { package = "parity-scale-codec", version = "1.0.0" }
|
||||
futures = "0.3.1"
|
||||
jsonrpc-core = "14.0.3"
|
||||
@@ -16,14 +17,14 @@ jsonrpc-core-client = "14.0.3"
|
||||
jsonrpc-derive = "14.0.3"
|
||||
log = "0.4.8"
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
sp-runtime = { version = "2.0.0-alpha.1", path = "../../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.1", path = "../../../../primitives/api" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.1", path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sp-core = { version = "2.0.0-alpha.1", path = "../../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.1", path = "../../../../primitives/blockchain" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.1", path = "../../../../primitives/transaction-pool" }
|
||||
sp-runtime = { version = "2.0.0-alpha.2", path = "../../../../primitives/runtime" }
|
||||
sp-api = { version = "2.0.0-alpha.2", path = "../../../../primitives/api" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.2", path = "../../../../frame/system/rpc/runtime-api" }
|
||||
sp-core = { version = "2.0.0-alpha.2", path = "../../../../primitives/core" }
|
||||
sp-blockchain = { version = "2.0.0-alpha.2", path = "../../../../primitives/blockchain" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.2", path = "../../../../primitives/transaction-pool" }
|
||||
|
||||
[dev-dependencies]
|
||||
substrate-test-runtime-client = { version = "2.0.0-dev", path = "../../../../test-utils/runtime/client" }
|
||||
env_logger = "0.7.0"
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.1", path = "../../../../client/transaction-pool" }
|
||||
sc-transaction-pool = { version = "2.0.0-alpha.2", path = "../../../../client/transaction-pool" }
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
description = "Prometheus exporter server"
|
||||
name = "prometheus-exporter"
|
||||
version = "0.8.0-alpha.1"
|
||||
version = "0.8.0-alpha.2"
|
||||
license = "GPL-3.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
Reference in New Issue
Block a user