mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Releasing 2.0.0-alpha.4 (#5279)
* Version bump * Split generate_changelog.sh into separate script Can be run in the format `generate_changelog.sh $previous_version $version`. * remove early exit from publish_draft_release.sh * adding changelog * ci: change last_github_release to also find pre-releases Co-authored-by: Martin Pugh <pugh@s3kr.it>
This commit is contained in:
committed by
GitHub
parent
d02868a0bf
commit
25e25a83b9
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "node-runtime"
|
||||
version = "2.0.0-alpha.3"
|
||||
version = "2.0.0-alpha.4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
@@ -17,65 +17,65 @@ rustc-hex = { version = "2.0", optional = true }
|
||||
serde = { version = "1.0.102", optional = true }
|
||||
|
||||
# primitives
|
||||
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" }
|
||||
sp-authority-discovery = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/authority-discovery" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.4", default-features = false, path = "../../../primitives/consensus/babe" }
|
||||
sp-block-builder = { path = "../../../primitives/block-builder", default-features = false, version = "2.0.0-alpha.4"}
|
||||
sp-inherents = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/inherents" }
|
||||
node-primitives = { version = "2.0.0-alpha.4", default-features = false, path = "../primitives" }
|
||||
sp-offchain = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/offchain" }
|
||||
sp-core = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/core" }
|
||||
sp-std = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/std" }
|
||||
sp-api = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/staking" }
|
||||
sp-keyring = { version = "2.0.0-alpha.4", optional = true, path = "../../../primitives/keyring" }
|
||||
sp-session = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/session" }
|
||||
sp-transaction-pool = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/transaction-pool" }
|
||||
sp-version = { version = "2.0.0-alpha.4", default-features = false, path = "../../../primitives/version" }
|
||||
|
||||
# frame dependencies
|
||||
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", optional = true }
|
||||
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-session-benchmarking = { version = "2.0.0-alpha.2", path = "../../../frame/session/benchmarking", default-features = false, optional = true }
|
||||
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" }
|
||||
frame-executive = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/executive" }
|
||||
frame-benchmarking = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/benchmarking", optional = true }
|
||||
frame-support = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/support" }
|
||||
frame-system = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/system" }
|
||||
frame-system-rpc-runtime-api = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/system/rpc/runtime-api/" }
|
||||
pallet-authority-discovery = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/authority-discovery" }
|
||||
pallet-authorship = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/authorship" }
|
||||
pallet-babe = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/babe" }
|
||||
pallet-balances = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/balances" }
|
||||
pallet-collective = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/collective" }
|
||||
pallet-contracts = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/contracts" }
|
||||
pallet-contracts-primitives = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/contracts/common/" }
|
||||
pallet-contracts-rpc-runtime-api = { version = "0.8.0-alpha.4", default-features = false, path = "../../../frame/contracts/rpc/runtime-api/" }
|
||||
pallet-democracy = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/democracy" }
|
||||
pallet-elections-phragmen = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/elections-phragmen" }
|
||||
pallet-finality-tracker = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/finality-tracker" }
|
||||
pallet-grandpa = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/grandpa" }
|
||||
pallet-im-online = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/im-online" }
|
||||
pallet-indices = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/indices" }
|
||||
pallet-identity = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/identity" }
|
||||
pallet-membership = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/membership" }
|
||||
pallet-offences = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/offences" }
|
||||
pallet-randomness-collective-flip = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/randomness-collective-flip" }
|
||||
pallet-recovery = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/recovery" }
|
||||
pallet-session = { version = "2.0.0-alpha.4", features = ["historical"], path = "../../../frame/session", default-features = false }
|
||||
pallet-session-benchmarking = { version = "2.0.0-alpha.4", path = "../../../frame/session/benchmarking", default-features = false, optional = true }
|
||||
pallet-staking = { version = "2.0.0-alpha.4", features = ["migrate"], path = "../../../frame/staking", default-features = false }
|
||||
pallet-staking-reward-curve = { version = "2.0.0-alpha.4", path = "../../../frame/staking/reward-curve" }
|
||||
pallet-sudo = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/sudo" }
|
||||
pallet-society = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/society" }
|
||||
pallet-timestamp = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/timestamp" }
|
||||
pallet-treasury = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/treasury" }
|
||||
pallet-utility = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/utility" }
|
||||
pallet-transaction-payment = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/transaction-payment" }
|
||||
pallet-transaction-payment-rpc-runtime-api = { version = "2.0.0-alpha.4", default-features = false, path = "../../../frame/transaction-payment/rpc/runtime-api/" }
|
||||
pallet-vesting = { version = "2.0.0-alpha.4", 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.2", path = "../../../primitives/io" }
|
||||
sp-io = { version = "2.0.0-alpha.4", path = "../../../primitives/io" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user