core, execution, polygon, rpc: giugliano HF - decode gas params from extra data and serve via RPC#132
Merged
Merged
Conversation
…extra data and serve via RPC
marcello33
approved these changes
Mar 10, 2026
… params and tx dependency
manav2401
reviewed
Mar 11, 2026
manav2401
left a comment
Member
There was a problem hiding this comment.
Same comment for RPC as in bor.
Also, do we want to also add those fields in Prepare of consensus just in case we use erigon as a validator on kurtosis?
Member
Author
|
updated the field here.
I added it initially but then removed it intentionally and added that comment. Also, I don't want to have additional code just for devnet testing. |
manav2401
approved these changes
Mar 11, 2026
pratikspatil024
added a commit
that referenced
this pull request
Mar 26, 2026
* 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>
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.
0xPolygon/bor#2135