evmone
evmone copied to clipboard
evmone-t8n reads currentDifficulty as hex field even if it is dec
Apparently evmone-t8n read currentDifficulty : "131072" as a hex value `0x131072" event though it should be "0x020000"
the field is only hex if it is prefixed by 0x otherwise it is dec.
yes there is no strict format on t8n env.json or result.json. it's an issue.
please check that other fields are parsed from json in t8n reader correctly (if no 0x prefix then the field is dec)
This is pretty fucked up that you put numeric values as strings...
well, I think I can enforce from pyspecs to always put 0x hex values in env.json or any t8n input configs
We can fix it...
@winsvega Do you have an input I can use reproduce?