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
We iterated over the light client on happy path and testing over valid data. We now need to add more test cases to our code to ensure it's proper behavior in all cases.
To evolve along development
Emulate state transition from genesis to epoch 4 with data being valid
Receiving a dishonest proof of epoch transition (eg: wrong signature, past epoch ...)
Receiving a dishonest sparse merkle proof
EpochChangeProof and LedgerInfoWithSignatures that skip an epoch
The text was updated successfully, but these errors were encountered:
We iterated over the light client on happy path and testing over valid data. We now need to add more test cases to our code to ensure it's proper behavior in all cases.
To evolve along development
EpochChangeProof
andLedgerInfoWithSignatures
that skip an epochThe text was updated successfully, but these errors were encountered: