ethereum / ethereum/execution-specs

format of input .json to t8n

Open
#1,504 1 comment 1 reaction 0 assignees View on GitHub
stale
Dominant language
Python
Stars
1.2k
Forks
505
Avg merge
2d 14h
Merged PRs (30d)
116

Description

https://github.com/ethereum/evmone/issues/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"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.