Skip to content

Commit

Permalink
Update bootnodes for paradis (#807)
Browse files Browse the repository at this point in the history
* Update bootnodes for eden-testing paradis
* Update code substitute for eden-testing paradis
* Bump version number
  • Loading branch information
simonsso authored Dec 20, 2023
1 parent 8280d64 commit 0981bcc
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 60 deletions.
84 changes: 42 additions & 42 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 <[email protected]>", "Parity Technologies <[email protected]>"]
build = "build.rs"
edition = "2021"
name = "nodle-parachain"
version = "2.4.1"
version = "2.4.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
12 changes: 7 additions & 5 deletions node/res/eden-testing.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions node/res/eden-testing.spec.json

Large diffs are not rendered by default.

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.4.1"
version = "2.4.2"
authors = ['Eliott Teissonniere <[email protected]>']
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.4.1"
version = "2.4.2"
authors = ["Eliott Teissonniere <[email protected]>"]
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.4.1"
version = "2.4.2"
authors = ["Eliott Teissonniere <[email protected]>"]
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.4.1"
version = "2.4.2"
authors = ["Eliott Teissonniere <[email protected]>"]
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 = "2.4.1"
version = "2.4.2"
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 <[email protected]>"]
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.4.1"
version = "2.4.2"
authors = ["Nodle <[email protected]>"]
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.4.1"
version = "2.4.2"
authors = ["Eliott Teissonniere <[email protected]>"]
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 <[email protected]>"]
edition = "2021"
name = "runtime-eden"
version = "2.4.1"
version = "2.4.2"

[features]
default = ["std"]
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 <[email protected]>"]
edition = "2021"
name = "support"
version = "2.4.1"
version = "2.4.2"

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

0 comments on commit 0981bcc

Please sign in to comment.