This repository was archived by the owner on Jan 12, 2026. It is now read-only.
feat: respect miner_setGasLimit#18
Merged
haardikk21 merged 2 commits intorelease_upstreamfrom Nov 6, 2025
Merged
Conversation
tobidae-cb
approved these changes
Nov 5, 2025
danyalprout
added a commit
that referenced
this pull request
Nov 14, 2025
…it + reth 1.9.1) (flashbots#316) * chore: Rbuilder updates for jovian hardfork (#16) * Jovian ready op-rbuilder * Add factoring in da footprint scalar * Bump reth to 1.9.0 * feat: respect miner_setGasLimit (#18) * respect miner_setGasLimit * fmt * chore: bump to reth 1.9.1 (#20) * wip: telemetry resolution * done * fix: Add gas_limit_config field and make block_gas_limit() public - Added gas_limit_config initialization in flashblocks context - Changed block_gas_limit() visibility from pub(super) to pub for flashtestations access - Removed unused Events import Note: Tests currently fail due to rollup-boost dependency version mismatch (op-alloy 0.20.0 vs 0.22.0) * chore: Update rollup-boost to v0.7.8 for reth 1.9.1 compatibility - Updated rollup-boost dependency from rev dd12e8e to tag v0.7.8 - Resolves op-alloy version mismatch (0.20.0 -> 0.22.0) - All tests now pass (94/94 passing) * chore: apply nightly formatting fixes Applied formatting fixes from cargo +nightly fmt to ensure code passes lint checks. Changes include proper brace placement and line formatting in flashblocks builder_tx and payload_handler. --------- Co-authored-by: Danyal Prout <git@dany.al> Co-authored-by: Haardik <hhaardik@uwaterloo.ca>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
📝 Summary
Similar changes as paradigmxyz/reth#19247 to respect
miner_setGasLimitin both standard and flashblocks builders💡 Motivation and Context
✅ I have completed the following steps:
make lintmake test