Skip to content

Commit

Permalink
chore: prepare for releasing 2.2.3 (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed authored Aug 31, 2023
1 parent 042a562 commit f6d5834
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.6.0
uses: chevdor/srtool-actions@v0.8.0
with:
chain: ${{ matrix.runtime }}
package: runtime-${{ matrix.runtime }}
Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Nodle <support@nodle.com>", "Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2021"
name = "nodle-parachain"
version = "2.2.2"
version = "2.2.3"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/allocations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-allocations"
version = "2.2.2"
version = "2.2.3"
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>']
edition = "2021"
description = "A pallet to handle the Proof Of Connectivity allocations rewards"
Expand Down
2 changes: 1 addition & 1 deletion pallets/grants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-grants"
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way."
license = "Apache-2.0"
version = "2.2.2"
version = "2.2.3"
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/mandate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-mandate"
version = "2.2.2"
version = "2.2.3"
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/reserve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-reserve"
version = "2.2.2"
version = "2.2.3"
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion pallets/sponsorship/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-sponsorship"
version = "1.0.0"
version = "2.2.3"
description = "Nodle pallet to allow sponsors to cover fees and reserves needed for a predefined category of calls for their registered users"
authors = ["Nodle Developers <eng@nodle.com>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion pallets/uniques/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-nodle-uniques"
version = "2.1.0"
version = "2.2.3"
authors = ["Nodle <support@nodle.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primitives"
version = "2.2.2"
version = "2.2.3"
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtimes/eden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
edition = "2021"
name = "runtime-eden"
version = "2.2.2"
version = "2.2.3"

[features]
default = ["std"]
Expand Down
4 changes: 2 additions & 2 deletions runtimes/eden/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
/// Version of the runtime specification. A full-node will not attempt to use its native
/// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`,
/// `spec_version` and `authoring_version` are the same between Wasm and native.
spec_version: 23,
spec_version: 24,

/// Version of the implementation of the specification. Nodes are free to ignore this; it
/// serves only as an indication that the code is different; as long as the other two versions
Expand All @@ -51,7 +51,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_version: 0,

/// Used for hardware wallets. This typically happens when `SignedExtra` changes.
transaction_version: 8,
transaction_version: 5,

apis: RUNTIME_API_VERSIONS,
state_version: 0,
Expand Down
2 changes: 1 addition & 1 deletion support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Nodle Developers <eng@nodle.com>"]
edition = "2021"
name = "support"
version = "2.2.2"
version = "2.2.3"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2", default-features = false, features = [
Expand Down

0 comments on commit f6d5834

Please sign in to comment.