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
fix(code/core): Remove Ord constraint from Vote trait (#1148)
* remove unnecessary has_vote
* remove unnecessary restore_votes
* remove Ord trait from Vote and use Vec instead of BTreeSet
* set an initial capacity to avoid re-allocations
* Post-merge commit
* Restore check for seen votes
---------
Co-authored-by: Romain Ruetschi <[email protected]>
0 commit comments