-
Notifications
You must be signed in to change notification settings - Fork 20.9k
geth t8n support cancun fork #27783
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
Labels
Comments
Mostly implemented in #27796. However... |
Please check it out, I think it behaves logically now |
holiman
added a commit
that referenced
this issue
Aug 1, 2023
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]>
devopsbo3
pushed a commit
to HorizenOfficial/go-ethereum
that referenced
this issue
Nov 10, 2023
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it looks like geth t8n still does not calculate
in t8n reponse file
"currentExcessDataGas"
"currentDataGasUsed"
in env t8n file
"parentExcessDataGas" (to calculate the formula) or "currentExcessDataGas" (to set the value without formula)
"parentDataGasUsed" (to calculate the formula) or "currentDataGasUsed" (to set the value without formula)
The text was updated successfully, but these errors were encountered: