Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
light-client-verifier: Avoid checking signatures multiple times (#1410)
* light-client-verifier: refactor VotingPowerTally by introducing helper methods * light-client-verifier: avoid checking signatures multiple times Introduce VotingPowerCalculator::voting_power_in_sets method. * Update light-client-verifier/src/operations/voting_power.rs Co-authored-by: Romain Ruetschi <[email protected]> * Update light-client-verifier/src/operations/voting_power.rs Co-authored-by: Romain Ruetschi <[email protected]> * comment * remove vote_power_in and vote_power_in_sets methods * Revert "remove vote_power_in and vote_power_in_sets methods" This reverts commit 92ff746. * reduce diff * test * changelog * docs --------- Co-authored-by: Romain Ruetschi <[email protected]>
- Loading branch information