-
Notifications
You must be signed in to change notification settings - Fork 293
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
Blockchain tests runner #711
Merged
Merged
Conversation
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
Collaborator
rodiazet
commented
Sep 26, 2023
- Several changes making functions visible for blockchain tests.
- Support different naming of several fields in json format of transaction
- Implement blockchain tests loader and runner
- Add unit test for blockchain test loader
- Invalid tx and blocks are not supported yet
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #711 +/- ##
==========================================
- Coverage 97.73% 97.70% -0.03%
==========================================
Files 98 101 +3
Lines 9235 9376 +141
==========================================
+ Hits 9026 9161 +135
- Misses 209 215 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
rodiazet
force-pushed
the
blockchain-tests-loader
branch
from
September 26, 2023 15:58
e8fcef7
to
8ac2674
Compare
chfast
reviewed
Sep 26, 2023
chfast
reviewed
Sep 26, 2023
chfast
reviewed
Sep 26, 2023
rodiazet
force-pushed
the
blockchain-tests-loader
branch
2 times, most recently
from
September 27, 2023 07:51
1efc06c
to
e951d86
Compare
chfast
reviewed
Sep 28, 2023
rodiazet
force-pushed
the
blockchain-tests-loader
branch
4 times, most recently
from
September 28, 2023 09:18
79e29e5
to
12bc2c1
Compare
chfast
force-pushed
the
blockchain-tests-loader
branch
3 times, most recently
from
September 30, 2023 13:05
ec335dd
to
1762edf
Compare
chfast
force-pushed
the
blockchain-tests-loader
branch
2 times, most recently
from
September 30, 2023 13:43
2f5afed
to
1d0ff04
Compare
chfast
reviewed
Sep 30, 2023
rodiazet
force-pushed
the
blockchain-tests-loader
branch
6 times, most recently
from
October 2, 2023 11:06
f4cee1e
to
849983f
Compare
Make `bloom_filter_from_bytes()` available to blockchain tests too.
Make `Ommers` and `Withdrawals` parameters `const` in `finalize()` function.
Make `address`, `hash256` and `bytes` loading from JSON available to blockchain tests.
Support alternative representation of transaction `data` and `gasLimit` fields in JSON state/blockchain tests.
Implement JSON blockchain tests loader and runner. Report unsupported test features with the specific exception type and skip these tests. Co-authored-by: Paweł Bylica <pawel@ethereum.org>
chfast
force-pushed
the
blockchain-tests-loader
branch
from
October 2, 2023 11:54
849983f
to
3b7d631
Compare
chfast
approved these changes
Oct 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.