You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow a better mapping between the Python code and the actual BN APIs, I suggest modifying the bn_get_genesis_validators_root() function to return the entire dataset returned by the /eth/v1/beacon/genesis API rather than just the genesis_validator_root.
The text was updated successfully, but these errors were encountered:
To allow a better mapping between the Python code and the actual BN APIs, I suggest modifying the
bn_get_genesis_validators_root()
function to return the entire dataset returned by the/eth/v1/beacon/genesis
API rather than just thegenesis_validator_root
.The text was updated successfully, but these errors were encountered: