apollo_versioned_constants: reduce block gas_target 1.5B -> 1.04B (SNIP-40)#14175
Conversation
PR SummaryMedium Risk Overview The 0.14.2 → 0.14.3 versioned-constants diff regression snapshot is updated to record only this Reviewed by Cursor Bugbot for commit 9b035e1. Bugbot is set up for automated code reviews on this repo. Configure here. |
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 2 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on matanl-starkware).
…IP-40) Per SNIP-40 "More Frequent Blocks", reduce the EIP-1559 block gas target from 1,500,000,000 to 1,040,000,000 L2 gas. Empirical data showed blocks were hitting bouncer resource limits far more often than reaching the gas target; the new target rebalances toward the actual binding capacity. Spec: https://community.starknet.io/t/snip-40-more-frequent-blocks/116203 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1994eb6 to
9b035e1
Compare
dorimedini-starkware
left a comment
There was a problem hiding this comment.
@dorimedini-starkware reviewed 3 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on matanl-starkware).

Per SNIP-40 "More Frequent Blocks", reduce the EIP-1559 block gas target from
1,500,000,000 to 1,040,000,000 L2 gas. Empirical data showed blocks were
hitting bouncer resource limits far more often than reaching the gas target;
the new target rebalances toward the actual binding capacity.
Spec: https://community.starknet.io/t/snip-40-more-frequent-blocks/116203
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com