chore(cli): update blob per tx limit for reth exception mapper#2016
chore(cli): update blob per tx limit for reth exception mapper#2016spencer-tb merged 2 commits intoethereum:mainfrom
Conversation
spencer-tb
left a comment
There was a problem hiding this comment.
LGTM! Thanks for updating this. Appreciate it!
|
Our linter is failing, could you update it to all be on one line: TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: r"too many blobs, have \d+, max \d+",To confirm it passes you can run: |
ok done here 0f4b950 with this i get: thx! |
|
@spencer-tb we are building the simulator image like this https://github.com/paradigmxyz/reth/blob/main/.github/assets/hive/build_simulators.sh#L14 how can we use/build fixtures including this fix? |
|
Hey thanks! You'll want to set the Does |
for running a single test or all the |
Should fix hive errors like https://github.com/paradigmxyz/reth/actions/runs/16830025306/job/47676885890
2025-08-08 16:50:01.696+00:00 [FAIL] pytest_plugins.consume.simulators.simulator_logic.test_via_engine: Undefined exception message: expected exception: "[<TransactionException.TYPE_3_TX_MAX_BLOB_GAS_ALLOWANCE_EXCEEDED: 60>, <TransactionException.TYPE_3_TX_BLOB_COUNT_EXCEEDED: 58>]", returned exception: "EVM reported invalid transaction (0x4c87659c227bd100a078bc9584ff67a3af1b296a83087c769b60c7ce556ab085): too many blobs, have 7, max 6" (mapper: "RethExceptionMapper")