NOT FOR MERGE: Ethereum STF Fusaka support#472
Draft
popzxc wants to merge 13 commits intorr/ethproofsfrom
Draft
Conversation
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
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.
This PR introduces a very hacky fix for the Ethereum STF that implements all of the Fusaka PRs.
Tested locally -- all the divergencies seem to be resolved with it.
This PR is NOT intended for merging. Let's wait until the refactoring & transition of Ethereum STF to the main branch is finished, and then re-implement this PR from scratch normally.
Currently it's done via changing Pectra code directly, while it probably would be better to introduce Fusaka-specific abstractions.
Some of the fixes are already implemented on main branch (e.g. proper warming of precompiles), here I was taking the path of least resistance (cherry-picking would've been harder due to merge conflicts).
And obviously, given that it's throwaway code, I didn't focus on polishing much.