R3 Polygon Bhilai Fork Updates#15331
Merged
Merged
Conversation
(cherry picked from commit 855da5f)
(cherry picked from commit 082ce43)
(cherry picked from commit 1ab5f9b)
(cherry picked from commit f3f3400)
(cherry picked from commit b4618e9)
(cherry picked from commit ae8af51)
(cherry picked from commit 99192da)
(cherry picked from commit a216d1f)
(cherry picked from commit 9581c31)
(cherry picked from commit 1f5f126)
(cherry picked from commit a8d32b9)
(cherry picked from commit fbd4aac)
(cherry picked from commit e8a60ea)
Perhaps it doesn't matter much in practice, but this PR hardens the [implementation](#15261) of [PIP-66](https://github.com/maticnetwork/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-66.md) to avoid potential `uint64` overflows. (cherry picked from commit bc4cb61)
This is a fix to PR #15261. Before this PR [EIP-7623](https://eips.ethereum.org/EIPS/eip-7623) and [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702) were not counted as activated in `(p *TxPool) validateTx` when [Bhilai](https://github.com/maticnetwork/Polygon-Improvement-Proposals/blob/main/PIPs/PIP-63.md) was activated. (cherry picked from commit fc4f264)
yperbasis
approved these changes
May 30, 2025
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 is a cherry pick from main of the #15261: Which implements the Bhilai fork changes as specified in:
PIP-63
and also the feature to allow early block announcements specified in:
PIP-66
The individual changes included here are:
PIP-60: Increase gas limit to 45M
PIP-58: Increase BaseFeeChangeDenominator to 64
EIP-2537: Precompile for BLS12-381 curve operations
EIP-2935: Save historical block hashes in state
EIP-7623: Increase calldata cost
EIP-7702: Set EOA account code (PIP-51)
PIP-66: Allow early block announcements