-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
refactorImprovements to code structure, readability, or performance that don't add new features or fix bugs.Improvements to code structure, readability, or performance that don't add new features or fix bugs.
Description
Background
threshold-signatures benchmarking code contains long banners like
/****************************** Helpers ******************************/
and repetitive functions such as
fn participants_num() -> usize {
*MAX_MALICIOUS + 1
}User Story
No response
Acceptance Criteria
Get rid of these banners in creating sub modules
Get rid of the functions in lazy loaded constants
Resources & Additional Notes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
refactorImprovements to code structure, readability, or performance that don't add new features or fix bugs.Improvements to code structure, readability, or performance that don't add new features or fix bugs.