-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tests): EOF folder structure re-org (#554)
* move(tests): create EOF meta-eip folder * new(tests): create EOF tracker * fix(tests): eof tracker fix * fix(tests): eof tracker fix
- Loading branch information
Showing
17 changed files
with
30 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
""" | ||
Test cases for all EIPs mentioned in the EOF V1 meta-EIP. | ||
""" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# EOF Testing Coverage Tracker | ||
|
||
- [ ] Example Test Case 1 | ||
- [x] Example Test Case 2 (./eip3540_eof_v1/test_example_valid_invalid.py::test_example_valid_invalid) | ||
- [ ] Example Test Case 3 (ethereum/tests: ./src/EOFTestsFiller/validInvalidFiller.yml) | ||
|
||
## EIP-3540: EOF - EVM Object Format v1 | ||
|
||
## EIP-3670: EOF - Code Validation | ||
|
||
## EIP-4200: EOF - Static relative jumps | ||
|
||
## EIP-4750: EOF - Functions | ||
|
||
## EIP-5450: EOF - Stack Validation | ||
|
||
## EIP-6206: EOF - JUMPF and non-returning functions | ||
|
||
## EIP-7480: EOF - Data section access instructions | ||
|
||
## EIP-663: SWAPN, DUPN and EXCHANGE instructions | ||
|
||
## EIP-7069: Revamped CALL instructions | ||
|
||
## EIP-7620: EOF Contract Creation | ||
|
||
## EIP-7698: EOF - Creation transaction |