Skip to content

test(viem): fix sreth trace integration tests#129

Merged
samlaf merged 1 commit intomainfrom
test--fix-viem-sreth-integration-tests
Mar 23, 2026
Merged

test(viem): fix sreth trace integration tests#129
samlaf merged 1 commit intomainfrom
test--fix-viem-sreth-integration-tests

Conversation

@samlaf
Copy link
Copy Markdown
Collaborator

@samlaf samlaf commented Mar 23, 2026

Txs were being sent with 30M gas limit, which after https://eips.ethereum.org/EIPS/eip-7825 wasnt allowed (max gas per tx is now ~16M).

Note

The above EIP is enabled in Osaka.
We enable osaka in our dev.json genesis file.
However our official SpecId enum sets our MERCURY specid before Osaka.
This choice is safe since we've built our code on an upstream commit that was pre official osaka release (1.9.3).

So I think we should probably either:

  • stop enabling osaka in our genesis files
  • rebase on top of osaka official release

Txs were being sent with 30M gas limit, which after https://eips.ethereum.org/EIPS/eip-7825 wasnt allowed.
@samlaf samlaf requested a review from ameya-deshmukh as a code owner March 23, 2026 21:37
@samlaf samlaf merged commit 5130a26 into main Mar 23, 2026
5 checks passed
@samlaf samlaf deleted the test--fix-viem-sreth-integration-tests branch March 23, 2026 21:48
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