-
Notifications
You must be signed in to change notification settings - Fork 20.9k
geth t8n crash on cancun input #27785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is probably because https://github.com/ethereum/go-ethereum/pull/27721/files#diff-64508d317d86e7a4a5294d76455a5e74148e26883da9e8b4ffc9bbfa3cc8550eR80 added the ExcessDataGas field but it wans't added to t8n. CC @holiman |
confirm, this is not just that test. it happens on all cancun transaction inputs |
@winsvega I'm trying to fix this, could you please provide a reproduce step? |
|
Txs is comming in .rlp file |
Sets the `currentExcessBlobGas` from env, alternatively calculates it based on `parentExcessBlobGas` and `parentBlobGasUsed`. It then emits the `currentExcessBlobGas` and `currentBlobGasUsed` into the output, to be used as parent-values for a future iteration. Closes #27785 Closes #27783 --------- Signed-off-by: jsvisa <[email protected]> Co-authored-by: Martin Holst Swende <[email protected]>
Sets the `currentExcessBlobGas` from env, alternatively calculates it based on `parentExcessBlobGas` and `parentBlobGasUsed`. It then emits the `currentExcessBlobGas` and `currentBlobGasUsed` into the output, to be used as parent-values for a future iteration. Closes ethereum#27785 Closes ethereum#27783 --------- Signed-off-by: jsvisa <[email protected]> Co-authored-by: Martin Holst Swende <[email protected]>
I think it is the same as in nimbus:
status-im/nimbus-eth1#1587
I execute a code that has blobhash opcode with insane huge input.
The text was updated successfully, but these errors were encountered: