-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
core/vm: BLS gas changes for pectra-devnet-5 per EIP-2537 #13346
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
4841826
Add pectra devnet 5 tests (eest disabled)
somnathb1 b19673b
Update to main branch
somnathb1 b608b5d
Update 2935 address
somnathb1 79d7dfc
Implement calldata cost increase per EIP-7623
somnathb1 abe46a7
Fix
somnathb1 181c83f
Implement EIP-7623
somnathb1 f8f873c
Fix EIP-7623
somnathb1 fbff0cb
Fix gas accounting
somnathb1 0b17efb
Update addresses for EIPs 7002 and 7251
somnathb1 ae7113e
Update 7251 address again
somnathb1 880d1c4
Make merge.go append requests
somnathb1 31dae03
Adjust request log in block builder func
somnathb1 88d0738
Add empty hash test
somnathb1 1d329ea
Change empty req hash string
somnathb1 8bd403d
Remove nil requests from being processed
somnathb1 786c2f2
Update GetAssembled block of EthereumExecutionModule
somnathb1 6056a08
Fix nil reqs
somnathb1 9ddbbfb
Implement EXTCODE* changes for pdn-5
somnathb1 c934120
Fix ext* logic
somnathb1 39e8492
Fix 7702 256 bits
somnathb1 8d861e0
Remove dynamic gas for EXTCODE*
somnathb1 63a7894
2537 changes for pdn5
somnathb1 ec6bb08
Fix discount table
somnathb1 45bcc9e
core/vm: update pricing, rm bls MUL precompiles
s1na 874b051
Restore allprecompiled list
somnathb1 8f5589b
Merge branch 'main' into som/eip2537
somnathb1 41f8727
Remove redundant file
somnathb1 3db4530
Revert test addresses
somnathb1 b2e0d11
Lint
somnathb1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Why was it commented out?
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.
Will uncomment. Needed it for testing.