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
georg-getz
changed the title
/implement functionality for getting the last finalized block
Implement functionality for getting the last finalized block
Dec 10, 2024
# Description
- JustificationVerifier.verify() method now has Justification as an
input parameter and also executes block ancestry validation
- JustificationVerifier.verify() method checks if there are more than 3
votes cast by single authority. The vote with the smaller block number
is considered as the valid vote, other two are counted as equivocations.
- Replace PreCommit with SignedVote in all places and delete PreCommit
object
Fixes: #655 &
#648
No description provided.
The text was updated successfully, but these errors were encountered: