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
EVM Precompile integration test #1379
base: evm
Are you sure you want to change the base?
EVM Precompile integration test #1379
Changes from 16 commits
4e95314
f6bffc7
db35ad2
faf3d75
9382adf
9f29964
3d1308f
f05533e
f3a0c48
d461572
49843a1
9ac39d0
83f1602
2d1f809
88edb2d
51d99b5
9ebfdf6
b94f343
0ba8886
68c1235
05a9b24
ec4c3dd
14a0ab3
1b16991
686dc4e
49bfbb0
f68fd42
4a7a2e8
3972053
0b148c0
1ab90a2
3167fe6
b7bb3a9
ce620c8
01117b1
56c40c4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
can we do a transfer from an address with no token balance and make sure it fails
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.
Updated
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.
can you do a transferFrom without doing an approve and make sure it fails?
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.
Updated