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

format of input .json to t8n #992

Open
winsvega opened this issue Dec 4, 2024 · 0 comments
Open

format of input .json to t8n #992

winsvega opened this issue Dec 4, 2024 · 0 comments

Comments

@winsvega
Copy link
Contributor

winsvega commented Dec 4, 2024

ethereum/evmone#1078

apparently we export dec fields as dec

"currentDifficulty" : "131072"

and it would be better to follow the standard. of exporting all dec values as hex. "0x020000"
but as far as I know geth t8n do not accept even padded hex so any leading 0 is truncated to "0x20000"

we shall enforce t8n inputs to be of geth hex format eg: "0x1" "0x0" "0x1ac"

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

No branches or pull requests

1 participant