Skip to content
Snippets Groups Projects
Unverified Commit 3b4867e0 authored by EgorPopelyaev's avatar EgorPopelyaev
Browse files

Apply plan

parent eb6208d6
Branches
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -18,7 +18,7 @@ rust-version = "1.64.0"
readme = "README.md"
authors.workspace = true
edition.workspace = true
version = "20.0.0"
version = "21.0.0"
default-run = "polkadot"
[lints]
......
[package]
name = "polkadot-cli"
description = "Polkadot Relay-chain Client Node"
version = "21.0.0"
version = "22.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-collation-generation"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-approval-voting-parallel"
version = "0.3.0"
version = "0.4.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-approval-voting"
version = "20.1.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-av-store"
description = "The Availability Store subsystem. Wrapper over the DB that stores availability data and chunks."
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-backing"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-bitfield-signing"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-candidate-validation"
description = "Polkadot crate that implements the Candidate Validation subsystem. Handles requests to validate candidates according to a PVF."
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-chain-api"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-chain-selection"
description = "Chain Selection Subsystem"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-dispute-coordinator"
version = "20.0.0"
version = "21.0.0"
description = "The node-side components that participate in disputes"
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-node-core-parachains-inherent"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-prospective-parachains"
version = "19.0.0"
version = "20.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-provisioner"
version = "20.0.0"
version = "21.0.0"
description = "Responsible for assembling a relay chain block from a set of available parachain candidates"
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-node-core-pvf-checker"
description = "Polkadot crate that implements the PVF pre-checking subsystem. Responsible for checking and voting for PVFs that are pending approval."
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-pvf"
description = "Polkadot crate that implements the PVF validation host. Responsible for coordinating preparation and execution of PVFs."
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-node-core-runtime-api"
version = "20.0.0"
version = "21.0.0"
description = "Wrapper around the parachain-related runtime APIs"
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-node-metrics"
description = "Subsystem metric helpers"
version = "20.0.0"
version = "21.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
......
[package]
name = "polkadot-approval-distribution"
version = "20.0.0"
version = "21.0.0"
description = "Polkadot Approval Distribution subsystem for the distribution of assignments and approvals for approval checks on candidates over the network."
authors.workspace = true
edition.workspace = true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment