-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
priority: lowNot on the critical pathNot on the critical pathtype: refactorChanges to code structure, documentation, testsChanges to code structure, documentation, tests
Description
There are some problems with the current API, specifically:
- Strategies that only make sense for quorums, like
FaitAccompli1Sampler, need to implementsample()to sample a single node. - Right now
sample_multiple()always takes the number of sampleskas parameter, although some strategies, likeFaitAccompli1Sampler, need to be initialized for a specifick. Either the samplers should be instantiated for a specific quorum size, and thensample_quorum()should always yield a quorum of that size, or these samplers should handle a way of initializing more than one quorum size (or even lazily initializing quorums whensample_multiple()is called with a new value fork).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: lowNot on the critical pathNot on the critical pathtype: refactorChanges to code structure, documentation, testsChanges to code structure, documentation, tests