-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes bootnodes and versions to 3.3.2 (#318)
* Ups bootnodes and versions to 3.3.2 * Update p2p addresses fro mainnet3 (new format), mainnet5-9 (new pinned nodekeys), mainnet10-14 (new format) * Remove old chains/beresheet.json and chains/beresheet.chainspec.json * Update mainnet15 Co-authored-by: raymondz <[email protected]>
- Loading branch information
Showing
13 changed files
with
57 additions
and
41,305 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-cli" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
description = "Edgeware implementation using a substrate node." | ||
build = "build.rs" | ||
|
@@ -95,10 +95,10 @@ pallet-dynamic-fee = { git = "https://github.com/webb-tools/frontier", branch = | |
pallet-evm = { git = "https://github.com/webb-tools/frontier", branch = "erup-4" } | ||
|
||
# node-specific dependencies | ||
edgeware-runtime = { version = "3.3.1", path = "../runtime", default-features = false } | ||
edgeware-rpc = { version = "3.3.1", path = "../rpc" } | ||
edgeware-primitives = { version = "3.3.1", path = "../primitives", default-features = false } | ||
edgeware-executor = { version = "3.3.1", path = "../executor", default-features = false } | ||
edgeware-runtime = { version = "3.3.2", path = "../runtime", default-features = false } | ||
edgeware-rpc = { version = "3.3.2", path = "../rpc" } | ||
edgeware-primitives = { version = "3.3.2", path = "../primitives", default-features = false } | ||
edgeware-executor = { version = "3.3.2", path = "../executor", default-features = false } | ||
edgeware-rpc-txpool = { path = "../../client/rpc/txpool", default-features = false } | ||
edgeware-rpc-primitives-txpool = { path = "../txpool", default-features = false } | ||
edgeware-rpc-debug = { path = "../../client/rpc/debug", default-features = false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-executor" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
description = "Edgeware implementation using a substrate node." | ||
edition = "2018" | ||
|
@@ -19,9 +19,9 @@ sp-core = { version = "3.0" } | |
sp-trie = { version = "3.0" } | ||
frame-benchmarking = { version = "3.0" } | ||
|
||
edgeware-primitives = { version = "3.3.1", path = "../primitives" } | ||
edgeware-runtime = { version = "3.3.1", path = "../runtime" } | ||
edgeware-runtime-interface = { version = "3.3.1", path = "../runtime-interface" } | ||
edgeware-primitives = { version = "3.3.2", path = "../primitives" } | ||
edgeware-runtime = { version = "3.3.2", path = "../runtime" } | ||
edgeware-runtime-interface = { version = "3.3.2", path = "../runtime-interface" } | ||
|
||
[dev-dependencies] | ||
sp-runtime = { version = "3.0" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-primitives" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-rpc-client" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-rpc" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-runtime-interface" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
description = "Edgeware runtime interface helpers and functions" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "edgeware-runtime" | ||
version = "3.3.1" | ||
version = "3.3.2" | ||
authors = ["Commonwealth Labs <[email protected]>"] | ||
edition = "2018" | ||
build = "build.rs" | ||
|
@@ -46,7 +46,7 @@ sp-offchain = { version = "3.0", default-features = false } | |
sp-npos-elections = { version = "3.0", default-features = false } | ||
|
||
# edgeware primitives | ||
edgeware-primitives = { version = "3.3.1", path = "../primitives", default-features = false } | ||
edgeware-primitives = { version = "3.3.2", path = "../primitives", default-features = false } | ||
edgeware-evm-tracer = { path = "../evm_tracer", default-features = false } | ||
edgeware-rpc-primitives-debug = { path = "../debug", default-features = false } | ||
edgeware-rpc-primitives-txpool = { path = "../txpool", default-features = false } | ||
|