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:
Benjamin Kampmann
2020-02-27 00:22:44 +01:00
committed by GitHub
parent 01c6b7cdde
commit d6aa8e954c
163 changed files with 1643 additions and 1474 deletions
+52 -52
View File
@@ -1,6 +1,6 @@
[package]
name = "node-runtime"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
build = "build.rs"
@@ -17,64 +17,64 @@ rustc-hex = { version = "2.0", optional = true }
serde = { version = "1.0.102", optional = true }
# primitives
sp-authority-discovery = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/authority-discovery" }
sp-consensus-babe = { version = "0.8.0-alpha.1", default-features = false, path = "../../../primitives/consensus/babe" }
sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "2.0.0-alpha.1"}
sp-inherents = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/inherents" }
node-primitives = { version = "2.0.0-alpha.1", default-features = false, path = "../primitives" }
sp-offchain = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/offchain" }
sp-core = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/std" }
sp-api = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/api" }
sp-runtime = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/runtime" }
sp-staking = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/staking" }
sp-keyring = { version = "2.0.0-alpha.1", optional = true, path = "../../../primitives/keyring" }
sp-session = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/session" }
sp-transaction-pool = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/transaction-pool" }
sp-version = { version = "2.0.0-alpha.1", default-features = false, path = "../../../primitives/version" }
sp-authority-discovery = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/authority-discovery" }
sp-consensus-babe = { version = "0.8.0-alpha.2", default-features = false, path = "../../../primitives/consensus/babe" }
sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "2.0.0-alpha.2"}
sp-inherents = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/inherents" }
node-primitives = { version = "2.0.0-alpha.2", default-features = false, path = "../primitives" }
sp-offchain = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/offchain" }
sp-core = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/std" }
sp-api = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/api" }
sp-runtime = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/runtime" }
sp-staking = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/staking" }
sp-keyring = { version = "2.0.0-alpha.2", optional = true, path = "../../../primitives/keyring" }
sp-session = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/session" }
sp-transaction-pool = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/transaction-pool" }
sp-version = { version = "2.0.0-alpha.2", default-features = false, path = "../../../primitives/version" }
# frame dependencies
frame-executive = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/executive" }
frame-benchmarking = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/benchmarking" }
frame-support = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/support" }
frame-system = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/system" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
pallet-authority-discovery = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/authority-discovery" }
pallet-authorship = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/authorship" }
pallet-babe = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/babe" }
pallet-balances = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/balances" }
pallet-collective = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/collective" }
pallet-contracts = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/contracts" }
pallet-contracts-primitives = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/contracts/common/" }
pallet-contracts-rpc-runtime-api = { version = "0.8.0-alpha.1", default-features = false, path = "../../../frame/contracts/rpc/runtime-api/" }
pallet-democracy = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/democracy" }
pallet-elections-phragmen = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/elections-phragmen" }
pallet-finality-tracker = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/finality-tracker" }
pallet-grandpa = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/grandpa" }
pallet-im-online = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/im-online" }
pallet-indices = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/indices" }
pallet-identity = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/identity" }
pallet-membership = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/membership" }
pallet-offences = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/offences" }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/randomness-collective-flip" }
pallet-recovery = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/recovery" }
pallet-session = { version = "2.0.0-alpha.1", features = ["historical"], path = "../../../frame/session", default-features = false }
pallet-staking = { version = "2.0.0-alpha.1", features = ["migrate"], path = "../../../frame/staking", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.1", path = "../../../frame/staking/reward-curve" }
pallet-sudo = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/sudo" }
pallet-society = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/society" }
pallet-timestamp = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/timestamp" }
pallet-treasury = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/treasury" }
pallet-utility = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/utility" }
pallet-transaction-payment = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/transaction-payment" }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
pallet-vesting = { version = "2.0.0-alpha.1", default-features = false, path = "../../../frame/vesting" }
frame-executive = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/executive" }
frame-benchmarking = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/benchmarking" }
frame-support = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/support" }
frame-system = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/system" }
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
pallet-authority-discovery = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/authority-discovery" }
pallet-authorship = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/authorship" }
pallet-babe = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/babe" }
pallet-balances = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/balances" }
pallet-collective = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/collective" }
pallet-contracts = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/contracts" }
pallet-contracts-primitives = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/contracts/common/" }
pallet-contracts-rpc-runtime-api = { version = "0.8.0-alpha.2", default-features = false, path = "../../../frame/contracts/rpc/runtime-api/" }
pallet-democracy = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/democracy" }
pallet-elections-phragmen = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/elections-phragmen" }
pallet-finality-tracker = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/finality-tracker" }
pallet-grandpa = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/grandpa" }
pallet-im-online = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/im-online" }
pallet-indices = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/indices" }
pallet-identity = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/identity" }
pallet-membership = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/membership" }
pallet-offences = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/offences" }
pallet-randomness-collective-flip = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/randomness-collective-flip" }
pallet-recovery = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/recovery" }
pallet-session = { version = "2.0.0-alpha.2", features = ["historical"], path = "../../../frame/session", default-features = false }
pallet-staking = { version = "2.0.0-alpha.2", features = ["migrate"], path = "../../../frame/staking", default-features = false }
pallet-staking-reward-curve = { version = "2.0.0-alpha.2", path = "../../../frame/staking/reward-curve" }
pallet-sudo = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/sudo" }
pallet-society = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/society" }
pallet-timestamp = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/timestamp" }
pallet-treasury = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/treasury" }
pallet-utility = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/utility" }
pallet-transaction-payment = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/transaction-payment" }
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
pallet-vesting = { version = "2.0.0-alpha.2", default-features = false, path = "../../../frame/vesting" }
[build-dependencies]
wasm-builder-runner = { version = "1.0.5", package = "substrate-wasm-builder-runner", path = "../../../utils/wasm-builder-runner" }
[dev-dependencies]
sp-io = { version = "2.0.0-alpha.1", path = "../../../primitives/io" }
sp-io = { version = "2.0.0-alpha.2", path = "../../../primitives/io" }
[features]
default = ["std"]