-
Notifications
You must be signed in to change notification settings - Fork 861
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
withdrawals-devnet-2 #4929
Closed
Closed
withdrawals-devnet-2 #4929
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
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Add cancun timestamp and definition so getByTimestamp can be tested for correct ordering Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
…lder Signed-off-by: Simon Dudley <[email protected]>
…valuation lazy Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]> Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
… in the timestamp schedule Signed-off-by: Simon Dudley <[email protected]>
…wrong schedule This error is likely to happen and a followup PR should update getByBlockNumber to use getByBlockHeader Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
…called in reality though Signed-off-by: Simon Dudley <[email protected]>
…ntially wrong schedule" This reverts commit 2756a9d. Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
…ring Signed-off-by: Simon Dudley <[email protected]>
…ultTimestampSchedule Support includes setPublicWorldStateArchiveForPrivacyBlockProcessor and setTransactionFilter methods Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
…idator to use getByBlockHeader Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Jiri Peinlich <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
…) in EvmSpecVersion.SHANGHAI Signed-off-by: Simon Dudley <[email protected]>
Used new contractSizeLimit (from shandong) but using PrefixCodeRule instead of CachedInvalidCodeRule since we don't want EOF enabled yet. Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Jason Frame <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Ported code over from hyperledger#4833 Signed-off-by: Simon Dudley <[email protected]>
…kByNumber As per ethereum/execution-apis#334 Signed-off-by: Simon Dudley <[email protected]>
…lock (as well as BlockBodies) Suspect the code path that receives blocks from EL peers isn't writing withdrawals to disk Signed-off-by: Simon Dudley <[email protected]>
This reverts commit 36add07. Signed-off-by: Simon Dudley <[email protected]>
…fVersion) in EvmSpecVersion.SHANGHAI" This reverts commit a47cce6. Signed-off-by: Simon Dudley <[email protected]>
This reverts commit 682fb7f. Signed-off-by: Simon Dudley <[email protected]>
…dule and enable shanghai Signed-off-by: Simon Dudley <[email protected]>
This reverts commit a43135f. Signed-off-by: Simon Dudley <[email protected]>
…F (maxEofVersion) in EvmSpecVersion.SHANGHAI"" This reverts commit 5543413. Signed-off-by: Simon Dudley <[email protected]>
…aiTime"" This reverts commit 2a52a78. Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
This reverts commit ddf785a. Signed-off-by: Simon Dudley <[email protected]>
… other mods in Signed-off-by: Simon Dudley <[email protected]>
code is all on main now |
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 is a record of what's currently running on withdrawals-devnet-2 (built from #4818) before I start changing what's on #4818 for the next devnet.
It's a combination of the following:
(actually based this branch off the previously merged Withdrawals and timestamp #4758 and pulled in the recent shanghaiTimestamp changes)