Skip to content

Commit

Permalink
Bootstrappers can endorse as reputables + bump binary version and run…
Browse files Browse the repository at this point in the history
…time spec version (#279)

* bump encointer-pallets; allow bootstrappers to endorse as reputables

* bump binary patch version and bump runtime spec version
  • Loading branch information
clangenb authored Nov 27, 2022
1 parent 2751bbb commit 6fb7f79
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "encointer-client-notee"
authors = ["encointer.org <[email protected]>"]
edition = "2021"
#keep with node version. major, minor and patch
version = "1.3.1"
version = "1.3.2"

[dependencies]
clap = "2.33"
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "encointer-node-notee"
repository = "https://github.com/encointer/encointer-node"
# keep with client version
# follow parachain major and minor revision
version = "1.3.1"
version = "1.3.2"

[[bin]]
name = "encointer-node-notee"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "encointer-node-notee-runtime"
repository = "https://github.com/encointer/encointer-node/"
# minor revision must match node/client
# patch revision must match runtime spec_version
version = "1.3.21"
version = "1.3.22"

[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("encointer-node-notee"),
impl_name: create_runtime_str!("encointer-node-notee"),
authoring_version: 0,
spec_version: 21,
spec_version: 22,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down

0 comments on commit 6fb7f79

Please sign in to comment.