v3.5.0 to develop#142
Merged
pratikspatil024 merged 8 commits intorelease/3.2-developfrom Mar 27, 2026
Merged
Conversation
* [r32] Caplin: add get blobs support (fusaka) (erigontech#17840) Cherry pick erigontech#17829 to `release/3.2` Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com> * [3.2] prune: 500ms pruning timeout for stage_exec on ChainTiptar (erigontech#17890) to increase prune timeout 2x as a hotfix for reported prune issue on ethmainnet will create bigger epic today * [3.2] remove `amoy` chain from `sync-from-scratch-test` list (erigontech#17921) * cp Integrity check: compare state progress and block progress (erigontech#18002) issue: erigontech#17911 * [3.2] version (erigontech#18057) * [r3.2] rpc: fix txpool_content crash: unknown (erigontech#18119) Cherry-pick erigontech#18111 * [3.2] Bump max blob size (erigontech#18329) Previous limit was not enough for a 6 blob EIP-4844 transaction with commitments and proofs. The theoretical max size is ~824 KB. * Revert "[3.2] remove `amoy` chain from `sync-from-scratch-test` list (erigontech#17921)" This reverts commit 61d4ffc. * lisovo: CLZ opcode and P256 gas cost changes (#117) * tbdhf: CLZ opcode and P256 gas cost changes * chore: rename to lisovo * feat: flexible base fee on lisovo HF (#118) * chore: add amoy hf block number * fix: lint --------- Co-authored-by: Lucca Martins <lucca_martins30@yahoo.com.br> * chore: bump version * core, execution, polygon: lisovoPro HF and version bump * core: lisovo-lisovoPro instructionset test * core, execution, polygon: lisovoPro HF and version bump (#123) * core, execution, polygon: lisovoPro HF and version bump * core: lisovo-lisovoPro instructionset test * lisovo HF and version bump --------- Co-authored-by: Andrew Ashikhmin <34320705+yperbasis@users.noreply.github.com> Co-authored-by: Giulio rebuffo <giulio.rebuffo@gmail.com> Co-authored-by: Alex Sharov <AskAlexSharov@gmail.com> Co-authored-by: sudeepdino008 <sudeepdino008@gmail.com> Co-authored-by: canepat <16927169+canepat@users.noreply.github.com> Co-authored-by: Shoham Chakraborty <shhmchk@gmail.com> Co-authored-by: Pratik Patil <pratikspatil024@gmail.com> Co-authored-by: Krishang <109511742+kamuikatsurgi@users.noreply.github.com> Co-authored-by: Lucca Martins <lucca_martins30@yahoo.com.br>
* rpc: handle ss txs in GetLogsByHash (#124) * core, execution, polygon, rpc: giugliano HF - decode gas params from extra data and serve via RPC (#132) * core, execution, polygon, rpc: giugliano HF - decode gas params from extra data and serve via RPC * added optional borExtra param to eth_getBlockByNumber/Hash to get gas params and tx dependency * fix tests, not related * renamed the rpc field to decodedExtra * Giugliano HF (#135) * giugliano HF * upgrade lint to fix CI * bumps lint on ci * params: version bump to v3.5.0-beta * added giugliano block for amoy (#137) * params: version bump to v3.5.0-beta2 * core/vm: enable kzg back for madhugiri forks (#139) * added giugliano block for mainnet (#140) * params: version bump to v3.5.0 --------- Co-authored-by: Marcello Ardizzone <marcelloardizzone@hotmail.it> Co-authored-by: Lucca Martins <lucca_martins30@yahoo.com.br> Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
manav2401
approved these changes
Mar 27, 2026
kamuikatsurgi
approved these changes
Mar 27, 2026
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.
Backport v3.5.0 to develop, completing the release process.