-
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.
Edgeware upgrade to Substrate 2.0 (#243)
* Add frontier vendor. * Runtime builds. * Fix build issues with contracts and grandpa. * Working against new service file, still eth error [skip ci] * Updates to frontier edgeware compat * Fixes more errors * Fixes more * Fixes chainspec * Adds contracts back * Update service * Add alice evm account. * Fix include for FromStr. * Reconfigure who gets genesis eth acct. * Attempt to upgrade frontier version. * Bump frontier version. * Fix RPC build. * Uses CW frontier fork, updates to node * Fix chain spec to provide alice balance. * Bump frontier and add web3 tools. * Remove truffle folder, see uniswap-deployer. * Change ETH ChainId to 7. * Revert "Change ETH ChainId to 7." This reverts commit 1b2fe87. * Adds weights for balances + democracy, removes warnings * Removes node-runtime and node-executor * Bump version for debug logs. (#228) Co-authored-by: Jake Naviasky <jake@commonwealth.im> * Adds precompiles * update lock * Update submodule and frontier fork (#229) * Update submodulel * Peg submodule to branch * Lock updates * Updates frontier fork, using time-travel branch * Update frontier submodule * Update EthereumApi runtime. * Fix RPC build. * Update frontier submod * Add ups * Add NetApi and frontier consensus. * Uses frontier block import * Updates frontier submod * Update to frontier master. * Bump frontier version. * Add static config to increase contract size. * Shift frontier reference to local changes. * Add precompiles at addresses * Update build to newest frontier. * Fixes precompile address resolution * Swap frontier to cw branch. * Removes 0 from address to have proper length * Removes warnings * Bump frontier version. * 2.0.0 node * Fixes warnings, sets up identity migration * Adds runtime interface back for back-compat * Added Dockerfile for Remote Cargo (#242) * for purpose of tutorials its needed in the develop branch as well, should be same as PR#237 * updated readme Co-authored-by: Drew Stone <drewstone329@gmail.com> * Adds grandpa support template for grandpa restart * Add grandpa pause vars * Ups commit, adds assets * Add grandpa pause authority list, debugging * Removes grandpa pause work into new branch and ups deps/versions * fixes overwritten treasury params * Colon fix Co-authored-by: Jake Naviasky <jake@commonwealth.im> Co-authored-by: Matej Nemček <5887929+yangwao@users.noreply.github.com>
- Loading branch information
1 parent
f2b9d46
commit 7512597
Showing
55 changed files
with
4,695 additions
and
2,900 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ members = [ | |
"node/rpc", | ||
"node/rpc-client", | ||
"node/runtime", | ||
"node/testing", | ||
] | ||
|
||
[profile.release] | ||
|
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
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
Oops, something went wrong.