Closed mcdee closed 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.
justification_bits
This is against current unstable.
Fixed in https://github.com/status-im/nimbus-eth2/pull/2494
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.