Skip to content

evmone-t8n reads currentDifficulty as hex field even if it is dec #1078

Open
@winsvega

Description

@winsvega

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)

Metadata

Metadata

Labels

testsTesting infrastructure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions