This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address review concerns from PR 39 (#43)
* add: Add a dedup_signers fix: idiomatic name for getters * fix: broken benches * Do sorting and deduplication when adding signers Make signers a private member of AggregatorState Make state a private member on SignatureAggregator Prefer returning Result to asserts * Update src/error.rs Co-authored-by: Hamy Ratoanina <[email protected]> * Review feedback change: move `dedup_signers` inside `include_signers` change: use `signers()` everywhere change: add a `TooManySigners` error * chore: appease clippy * chore: doc updates as per PR review * Update src/sign/signature.rs Co-authored-by: Robin Salen <[email protected]> --------- Co-authored-by: Hamy Ratoanina <[email protected]> Co-authored-by: Robin Salen <[email protected]>
- Loading branch information
1 parent
6d587f6
commit 134b5cd
Showing
5 changed files
with
200 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.