-
Notifications
You must be signed in to change notification settings - Fork 827
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
IBC transfer precompile #1459
Closed
Closed
IBC transfer precompile #1459
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6f3c513
draft untested version
dssei 300140c
adding test
dssei 3e5b00f
draft self-review
dssei fab8312
bump the number of precompile
dssei 4f845e0
goimports -ed
dssei 86e8e2b
working happy path test
dssei 06189c9
make transfer keeper pluggable
dssei 5db906c
address review comments - part one
dssei 3c4e47f
dynamic gas rework
dssei a2fd912
update test
dssei cbfc70c
validate calling contract
dssei cf9d1ca
add gas assertions
dssei 8cd477e
add more tests/fixes
dssei ec484c1
goimports-ed
dssei e04fa37
change from evm receiver address to bech32 compatible address
dssei 9a40d9b
goimports-ed
dssei 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
address review comments - part one
- Loading branch information
commit 5db906cfd2d8afe4dea2e158feb2e30f6ab90e29
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
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.
keeping formatted for readability for now (will flatten when code is post-draft)