status-im / nimbus-eth2

Nim implementation of the Ethereum Beacon Chain
https://nimbus.guide
Other
543 stars 233 forks source link

/eth/v1/debug/beacon/states/{state_id} justification_bits incorrect format #2489

Closed mcdee closed 3 years ago

mcdee commented 3 years ago

Bug report for the ETH2.0 standard API.

A call to the /eth/v1/debug/beacon/states/{state_id} endpoint returns justification_bits as an integer string; the spec requires this to be a hex string.

This is against current unstable.

cheatfate commented 3 years ago

Fixed in https://github.com/status-im/nimbus-eth2/pull/2494