forked from evmos/ethermint
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: precompiled contract poc #19
Merged
dudong2
merged 16 commits into
basechain/abci1.0/develop
from
feat/precompiled-bank-contract
Sep 11, 2024
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
8c8b2f5
feat: app level precompile
dudong2 7aa9bb3
feat: Add cache context for commit
dudong2 d63d862
feat: revert if precompile call is failed
dudong2 1580de8
chore: fix lint
dudong2 ff31d2b
chore: Add IsSendEnableCoins bank keeper method to evm module interface
dudong2 44bfc77
chore: Add GetSupply bank keeper method to evm module interface
dudong2 f434835
chore: Remove GetSupply, IsSendEnableCoins from bankkeeper interface
dudong2 59f6d5f
feat: add precompiled contract logs using cosmos event converter
jasonsong0 9485e66
feat: Change DefaultActivePrecompiles to ActivePrecomiles for access …
dudong2 f89fd36
chore: Bump up go-ethereum
dudong2 79b5da2
chore: Bump up go-ethereum
dudong2 324e8d8
chore: Remove SendCoins from BankKeeper interface in evm module
dudong2 67de448
chore: fix lint
jasonsong0 0f22ad8
Merge pull request #22 from b-harvest/feat/precompiled-events
jasonsong0 723a809
chore: Bump up cosmos-sdk, go-ethereum
dudong2 7c817fe
chore: Bump up cosmos-sdk, go-ethereum
dudong2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Question] Is there any reason why multiStore was changed to ms and events to es?
[Suggestion] How abount snapshot and events? You can ignore this.