forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: precompiled contract poc (#19)
* feat: app level precompile * feat: Add cache context for commit * feat: revert if precompile call is failed * chore: fix lint * chore: Add IsSendEnableCoins bank keeper method to evm module interface * chore: Add GetSupply bank keeper method to evm module interface * chore: Remove GetSupply, IsSendEnableCoins from bankkeeper interface * feat: add precompiled contract logs using cosmos event converter * feat: Change DefaultActivePrecompiles to ActivePrecomiles for access list * chore: Bump up go-ethereum * chore: Bump up go-ethereum * chore: Remove SendCoins from BankKeeper interface in evm module * chore: fix lint * chore: Bump up cosmos-sdk, go-ethereum * chore: Bump up cosmos-sdk, go-ethereum --------- Co-authored-by: jason song <[email protected]> Co-authored-by: jasonsong0 <[email protected]>
- Loading branch information
1 parent
c0430f3
commit 397c773
Showing
8 changed files
with
155 additions
and
61 deletions.
There are no files selected for viewing
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
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