-
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
EOFTests #678
EOFTests #678
Conversation
Please squash the commits |
Please squash the commits |
e5c55e4
to
7c121f5
Compare
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.
Some minor nitpicks left.
@gumb0 some of the tests fail because of the emplace_back (probably a version problem), should I roll back the change? |
Looks good to me now, please squash once again |
I rebased and changed commit message. |
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.
One failing test should be fixed when #619 is merged.
0178637
to
00ef19c
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #678 +/- ##
==========================================
- Coverage 97.60% 97.59% -0.02%
==========================================
Files 94 95 +1
Lines 8644 8644
==========================================
- Hits 8437 8436 -1
- Misses 207 208 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
172be76
to
74196ff
Compare
Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
This PR adds the necessary code to run the EOF tests.
Note: The value of the exception field is not validated, following what we discussed in our first meeting.