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
Right now the dummy client only initialize at the latest epoch. We need to update its logic to accept an initialization at any given epoch, so that it can ratchet its inner state to the latest one.
This will prove useful when we want to start the Light Client from genesis or when we want to test the client behavior over multiple epoch changes.
The text was updated successfully, but these errors were encountered:
Right now the dummy client only initialize at the latest epoch. We need to update its logic to accept an initialization at any given epoch, so that it can ratchet its inner state to the latest one.
This will prove useful when we want to start the Light Client from genesis or when we want to test the client behavior over multiple epoch changes.
The text was updated successfully, but these errors were encountered: