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.
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(evm): Tx to create FunToken mapping from ERC20, contract embeds, and ERC20 queries. #1950
feat(evm): Tx to create FunToken mapping from ERC20, contract embeds, and ERC20 queries. #1950
Changes from all commits
53c10bb
30fc64e
d65dfaf
9271ed0
e11195f
656e73f
b2286cf
ae624cb
df69ebe
45d1b7f
ce59cc7
5a70896
5fa04ce
d9d81fc
4fda6d1
6ccf927
9803bea
1f834d6
97f21cf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Consider addressing the TODO comment.
The TODO comment suggests there might be a better way to handle the cleanup process. Addressing this could improve the robustness of the cleanup function.
Would you like assistance in addressing this TODO comment?
Check warning on line 53 in x/evm/const.go
Codecov / codecov/patch
x/evm/const.go#L53
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.
Add test coverage for
PrefixAccStateEthAddr
.The function
PrefixAccStateEthAddr
is not covered by tests. Ensure that test cases are added to cover this function.Do you want me to generate the unit testing code or open a GitHub issue to track this task?
Tools
GitHub Check: codecov/patch
Check warning on line 58 in x/evm/const.go
Codecov / codecov/patch
x/evm/const.go#L58
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.
Add test coverage for
StateKey
.The function
StateKey
is not covered by tests. Ensure that test cases are added to cover this function.Do you want me to generate the unit testing code or open a GitHub issue to track this task?
Tools
GitHub Check: codecov/patch
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.
Clarify the requirements for
burnCoins
.The
burnCoins
function's requirements comment mentionsMINTER_ROLE
, but the function usesonlyOwner
. Clarify or correct the comment.