-
Notifications
You must be signed in to change notification settings - Fork 664
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
Enable state tests for constantinople #1152
Comments
I think I pushed this one as far as I could (see #1181) Both, the Py-EVM and ethereum/tests need to do some work before we can finish that. |
FTR, I'm trying to tease apart the issues, by first updating the I've determined the last successful merge commit in source .virtualenv/*/bin/activate
cd fixtures
git checkout develop
git bisect start develop 47b09f42c0681548a00da5ab1c98808b368af49a --
git bisect run sh -c "cd .. && pytest --cache-clear --quiet --exitfirst --show-capture=no -k 'test_state_fixtures'"
git bisect log I also tried every merge commit from current I think it'd be best to update the fixtures first before enabling EDIT: For ref, here's a gist of merge commits in |
See #1224 (comment) for status of the approach after PR #1224 was merged. There were seemingly changes in the test specification format, and it might not be prudent to try and "break through" those (FTR, I've laid off working on this.) |
Confirmed finished in #1579 |
What is wrong?
We currently do not run state tests against Constantinople.
How can it be fixed
fixtures
submodule to a newer version that contains the Constantinople tests (lookup which version geth is pinned against)The text was updated successfully, but these errors were encountered: