-
Notifications
You must be signed in to change notification settings - Fork 90
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
EIP-4844 Spec Change: Update z + y Precompile vectors to big endian. #132
EIP-4844 Spec Change: Update z + y Precompile vectors to big endian. #132
Conversation
Tagging the following task: #130
This PR will not be merged until both the spec change ethereum/EIPs#7020, geth is updated to match the new spec. |
The following error is received when filling the precompile tests with the update values:
This error will hopefully be resolved after updating |
This change only affect the following test subset: |
Closing this as the changes have been added to the |
Functional change in accordance with the future spec update, to modify the z + y precompile vectors such that they are big endian: ethereum/EIPs#7020
The PR adds a python file (for now) which toggles the endianess of the z + y vectors in
It can be run simply with:
The first commit in this PR changes these values to big endian. If the python script is run again it will toggle it back to little endian, and so on.