Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Prepare for 0.9 release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Dec 14, 2021
1 parent 271e9fe commit d3d7c7c
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 19 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nimbus-consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nimbus-consensus"
description = "Client-side worker for the Nimbus family of slot-based consensus algorithms"
version = "0.1.0"
description = "Client-side worker for the Nimbus family of consensus algorithms"
version = "0.9.0"
edition = "2021"

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions nimbus-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
authors = ["PureStake"]
edition = "2021"
name = "nimbus-primitives"
version = "0.1.0"
description = "Primitive types and traites used in the nimbus consensus framework"
version = "0.9.0"
description = "Primitive types and traits used in the Nimbus consensus framework"

[dependencies]
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
Expand Down
3 changes: 2 additions & 1 deletion pallets/aura-style-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
authors = ["PureStake"]
edition = "2021"
name = "pallet-aura-style-filter"
version = "0.1.0"
description = "The Aura (authority round) consensus engine implemented in the Nimbus framework"
version = "0.9.0"

[dependencies]
parity-scale-codec = { version = "2.0.0", default-features = false, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions pallets/author-inherent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pallet-author-inherent"
version = "0.1.0"
description = "Inject the block author via an inherent, and persist it via a Consensus digest"
version = "0.9.0"
description = "This pallet is the core of the in-runtime portion of Nimbus."
authors = ["PureStake"]
edition = "2021"
license = 'GPL-3.0-only'
Expand Down
3 changes: 2 additions & 1 deletion pallets/author-slot-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
authors = ["PureStake"]
edition = "2021"
name = "pallet-author-slot-filter"
version = "0.1.0"
description = "Selects a pseudorandom Subset of eligible (probably staked) authors at each slot"
version = "0.9.0"

[dependencies]
log = { version = "0.4", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions parachain-template/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "parachain-template-node"
version = "0.1.0"
version = "0.9.0"
authors = ["Anonymous"]
description = "A new Cumulus FRAME-based Substrate Node, ready for hacking together a parachain."
description = "A Substrate node that demonstrates using the Nimbus consensus framework with instant seal and as a parachain."
license = "Unlicense"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/cumulus/"
Expand Down
4 changes: 2 additions & 2 deletions parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "parachain-template-runtime"
version = "0.1.0"
version = "0.9.0"
authors = ["Anonymous"]
description = "A new Cumulus FRAME-based Substrate Runtime, ready for hacking together a parachain."
description = "A FRAME-based Substrate Runtime, that demonstrates the Nimbus consensus framework."
license = "Unlicense"
homepage = "https://substrate.dev"
repository = "https://github.com/paritytech/cumulus/"
Expand Down

0 comments on commit d3d7c7c

Please sign in to comment.