-
Notifications
You must be signed in to change notification settings - Fork 2
Add official EVM Block test data and execution #35
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
Open
ceyonur
wants to merge
40
commits into
main
Choose a base branch
from
ceyonur/eth-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
cd6ecad
integrate eth tests
ceyonur 6ecc876
readd submodule
ceyonur b3d828c
recursive checkout for ci
ceyonur 33f61ea
add gencodec tool
ceyonur 3a2fdf3
increase timeout
ceyonur b318591
run only short tests
ceyonur 9144414
retry running all tests
ceyonur cff1884
Revert "retry running all tests"
ceyonur f3e2dc3
insert with faked base fee
ceyonur 822b7b1
fix jank init
ceyonur fc5083f
resolve todos
ceyonur 647863b
Merge branch 'main' into ceyonur/eth-tests
ceyonur 2514095
linters
ceyonur 047cc4e
add eest tests
ceyonur 1255d15
Merge branch 'main' into ceyonur/eth-tests
ceyonur 21586c6
add NewGenesisFromSpec
ceyonur 2007d73
comments
ceyonur 55a58f2
comments
ceyonur ae5adc5
fix target param
ceyonur 308dd5d
uncommitted file
ceyonur e29cb8c
add checksum verificaiton
ceyonur ad3d299
Merge branch 'main' into ceyonur/eth-tests
ceyonur 0c4cf09
linters
ceyonur d912c37
merge new genesis helpers
ceyonur a2fafb1
Merge branch 'main' into ceyonur/eth-tests
ceyonur 1787110
fix license header
ceyonur ac16882
add checksums file
ceyonur b8a5a9c
fix paths
ceyonur f94a0bb
move checksums file
ceyonur 0662874
add WithFakeBaseFee
ceyonur 3be8b19
change default overriding
ceyonur b12f7ae
move spec testing to new step
ceyonur 29dfc1a
use insert
ceyonur b2a5466
change block fetching functions
ceyonur 283d305
conditionally add the hook
ceyonur 95208fa
Merge branch 'main' into ceyonur/eth-tests
ceyonur 2484133
use worst case boundaries in Insert
ceyonur dbb0487
comments
ceyonur 1636b3d
debug tests
ceyonur 33ee46d
Revert "debug tests"
ceyonur 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| .vscode | ||
| saexec/ethtests/spec-tests |
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,4 @@ | ||
| [submodule "saexec/ethtests/testdata"] | ||
| path = saexec/ethtests/testdata | ||
| url = https://github.com/ethereum/tests | ||
| shallow = true |
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,6 @@ | ||
| # This file contains sha256 checksums of optional build dependencies. | ||
|
|
||
| # version:spec-tests 2.1.0 | ||
| # https://github.com/ethereum/execution-spec-tests/releases | ||
| # https://github.com/ethereum/execution-spec-tests/releases/download/v2.1.0/ | ||
| ca89c76851b0900bfcc3cbb9a26cbece1f3d7c64a3bed38723e914713290df6c fixtures_develop.tar.gz |
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
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.
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.
Please put all of these in a new job, perhaps
go_spec_tests, and add it to theneedsofgo(to make CI require it). The rationale is that the other tests are more likely to be the ones failing and we want to give that feedback as quickly as possible—placing these in a new job makes it run in parallel.