This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Squashed 'frontier/' content from commit 51bd10f git-subtree-dir: frontier git-subtree-split: 51bd10ff209f1f19cd33715d2d75e6768eca5352 * Add frontier to root workspace * Impl ethereum and evm pallets for Runtime * Replace all frontier parity deps to common-library * Change ethereum pallet trait bond * Change evm deps path,mark runtime compile success * Impl EthereumRuntimeRPCApi for Runtime * Implement node logic, mark node compile success * Remove useless variables * Add ConcatAddressMapping * Add Precompile: TransferBack * Add ConcatAddressMapping test * Add frame_evm precompiles * TransferBack precompile fix #329 * Format and del useless variable * FIX frontier test * Clear frontier-cloned files * Move test case to test mod * Change precompile name to Withdraw * Move into frames * Update crate info * Delete useless deps * Update dvm address mapping algo * Fix failed test * Delete unused import * Simplified address mapping code * [WIP] Put precompile into ethereum pallet * Fix precompiles.rs * Fix no std problem * Update chores * Add explaination docs about ConcatAddressMapping * Handle conflict * Move address mapping test out to ethereum * Add signature verification to NativeTransfer precompile * Update precompiles format * Unit test about signature * update: workspace * remove: unused features & bump dependencies * rename: to `pallet_evm` * update: chain spec * ignore: if test * rename: to `dvm_ethereum` * Handle conflicting file * fix: typo * optimize: rpc code * optimize: service code * remove: unnecessary denpendency * optimize: runtime code * update: toml * bump: to 1.2.2 Co-authored-by: Aki <[email protected]> Co-authored-by: Xavier Lau <[email protected]>
- Loading branch information
1 parent
915faee
commit dd77422
Showing
76 changed files
with
6,026 additions
and
185 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
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.