Skip to content

60M default target gas limit for hoodi#8705

Merged
macfarla merged 6 commits intobesu-eth:mainfrom
macfarla:gas-hoodi
May 27, 2025
Merged

60M default target gas limit for hoodi#8705
macfarla merged 6 commits intobesu-eth:mainfrom
macfarla:gas-hoodi

Conversation

@macfarla
Copy link
Copy Markdown
Contributor

@macfarla macfarla commented May 27, 2025

PR description

https://ethpandaops.io/posts/60m-gas-sepolia-hoodi/

See #8594

Fixed Issue(s)

Increase default target gas limit to 60M for hoodi

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

macfarla added 3 commits May 28, 2025 08:03
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
@macfarla macfarla changed the title increase default target gas limit for hoodi 60M default target gas limit for hoodi May 27, 2025
Copy link
Copy Markdown
Contributor

@Matilda-Clerke Matilda-Clerke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla macfarla enabled auto-merge (squash) May 27, 2025 23:29
@macfarla macfarla merged commit 30fc536 into besu-eth:main May 27, 2025
48 checks passed
@macfarla macfarla deleted the gas-hoodi branch May 28, 2025 00:52
// testnets might have higher gas limits than mainnet and are incrementally updated
private static final long DEFAULT_TARGET_GAS_LIMIT_TESTNET = 36_000_000L;
private static final long NEXT_STEP_TARGET_GAS_LIMIT_TESTNET = 60_000_000L;
private static final long DEFAULT_TARGET_GAS_LIMIT_TESTNET = 60_000_000L;
Copy link
Copy Markdown
Contributor

@Gabriel-Trintinalia Gabriel-Trintinalia May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should consider moving these values to NetworkName

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.

3 participants