Skip to content
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

t8n response cancun field names #1853

Closed
winsvega opened this issue Oct 24, 2023 · 0 comments · Fixed by #1855
Closed

t8n response cancun field names #1853

winsvega opened this issue Oct 24, 2023 · 0 comments · Fixed by #1855
Labels
bug Something isn't working

Comments

@winsvega
Copy link

winsvega commented Oct 24, 2023

go team implemented following names in outAlloc.json

> geth outAlloc.json
 "currentExcessBlobGas": "0x0",
 "blobGasUsed": "0x0"

but nimbus uses prefix current, which does not work with pyspec.

> nimbus outAlloc.json
  "currentBlobGasUsed": "0x0",
  "currentExcessBlobGas": "0x0"

I added an exception to be able to run and generate the tests with nimbus, but it would be much better to have a name consitency here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants