Skip to content

DF-24352 Reduce LimitDefault from 500_000 to 200_000 for Mantle#22252

Draft
vlfig wants to merge 1 commit intodevelopfrom
update-mantle-conf
Draft

DF-24352 Reduce LimitDefault from 500_000 to 200_000 for Mantle#22252
vlfig wants to merge 1 commit intodevelopfrom
update-mantle-conf

Conversation

@vlfig
Copy link
Copy Markdown
Contributor

@vlfig vlfig commented Apr 29, 2026

Following the Mantle Arsia upgrade, eth_estimateGas now returns pure L2 execution gas (no amortised L1 data costs anymore). Our transactions use about ~117,600. After INCIDENT-2427 NOPs overrode LimitDefault to 500_000, a value in line with other EVMs but still a ~4× overestimate. 200_000 provides a ~70% safety margin over observed usage.

BumpPercent (20) dominates over BumpMin - no point in changing it.
LimitMax isn't used in BlockHistoryEstimator - its presence is misleading, so removed.

Requires

Supports

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 29, 2026

✅ No conflicts with other open PRs targeting develop

mainnet and sepolia
BumpPercent dominates BumpMin
gas_used for transmissions is ~117600 - 200k seems good
@vlfig vlfig force-pushed the update-mantle-conf branch from 3d5c839 to 6cba483 Compare April 29, 2026 18:55
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Apr 29, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
TestMCMSSignFireDrillChangeset The test failed during the deployment and configuration of multiple MCM contracts, but the specific error causing the failure is not explicitly sho... Logs ↗︎
TestDeployMCMSWithTimelockV2 The test failed without a specific error message, indicating an unspecified failure during deployment or configuration steps. Logs ↗︎
TestSetConfigMCMSV2Solana The test failed due to a transaction simulation error caused by invalid account data during instruction processing. Logs ↗︎

View Full Report ↗︎Docs

@cl-sonarqube-production
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant