-
Notifications
You must be signed in to change notification settings - Fork 281
test: add eip-7702 tests #1865
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
Merged
Merged
test: add eip-7702 tests #1865
Changes from 21 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
6806a95
test: update py deps in integration tests
XinyuCRO 7ac72db
fmt: nix
XinyuCRO 5ec2b25
fix: py deps
XinyuCRO 21a2b26
fix: lint nix
XinyuCRO ccb5290
fix: py dep
XinyuCRO 07d2a85
fix: py dep
XinyuCRO fb48ac4
fix: tests
XinyuCRO 50a48eb
test: add batch tx test for 7702
XinyuCRO 8b19b92
fix: audit
XinyuCRO 77228d5
fix: tests
XinyuCRO 89e313e
fix: gas
XinyuCRO 5332b7f
fix: deps
XinyuCRO fbe95bc
test: add revoke logic
XinyuCRO 555e6a3
fix: set hooks cause the states failed to commit
XinyuCRO b23df4d
deps:
XinyuCRO bac62db
fix: tests
XinyuCRO 724ada9
Merge branch 'main' of github.com:crypto-org-chain/cronos into zxy/fe…
XinyuCRO 139c1f6
fix: audit
XinyuCRO d6b4b66
Merge branch 'main' of github.com:crypto-org-chain/cronos into zxy/fe…
XinyuCRO e9b9231
fix: deps
XinyuCRO 6b6a60c
test: remove unsupported test
XinyuCRO 6493b5f
test:
XinyuCRO 692d8bb
Merge branch 'main' into zxy/feat/7702_tests
thomas-nguy 3b3db97
fix comments
thomas-nguy 6021c9f
test
thomas-nguy 544b436
Revert "test"
thomas-nguy 0642ce5
Merge branch 'main' into zxy/feat/7702_tests
thomas-nguy 78c6f81
Merge branch 'main' into zxy/feat/7702_tests
JayT106 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| // SPDX-License-Identifier: MIT | ||
| pragma solidity ^0.8.0; | ||
XinyuCRO marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| contract Counter { | ||
| uint public count; | ||
|
|
||
| function increase() public { | ||
| count++; | ||
| } | ||
|
|
||
| function decrease() public { | ||
| count--; | ||
| } | ||
| } | ||
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.