feat: ramp sequencer header gasLimit toward --builder.gaslimit - #163
feat: ramp sequencer header gasLimit toward --builder.gaslimit#163panos-xyz wants to merge 1 commit into
Conversation
Wire reth's --builder.gaslimit / --miner.gaslimit into Morph assemble. When set, each new block moves toward the target by at most ~1/1024 of the parent (Ethereum CalcGasLimit). Explicit payload gas_limit overrides are unchanged so derivation still imports the header as given. Fixes #156
|
Warning Review limit reached
Next review available in: 116 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Warning Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
gasLimitforever.--builder.gaslimit/--miner.gaslimitis now the header GasCeil.newSafeL2Block/ attributesgas_limitoverrides still win, so derivation keeps the imported header value.miner_setGasLimitis not in this PR.Fixes #156
Test plan
cargo nextest run -p morph-payload-buildercargo check -p morph-node -p morph-payload-builder--builder.gaslimit 60000000and confirm successive assembled headers increase toward 60M within the 1/1024 bound