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 ensure simplicity for the updateStateHistory(uint64 blockNumber, uint64 blockTimestamp, LightClientState memory state) function, there may be need for the genesisState to be separated into two separate variables e.g.
subtask of #1912
LightClientState
To ensure simplicity for the
updateStateHistory(uint64 blockNumber, uint64 blockTimestamp, LightClientState memory state)
function, there may be need for the genesisState to be separated into two separate variables e.g.genesisState
variable and add afinalizedState
variableThe text was updated successfully, but these errors were encountered: