hirosystems / hirosystems/stacks-subnets
Use an asynchronous proposal and gather scheme for collecting signatures
Open
P4
- Dominant language
- Rust
- Stars
- 51
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Per a comment in #134 -- the block producer (group leader) currently synchronously sends out just `required_signatures` proposals to other participants. However, `participants >= required_signatures`, so they could ask other participants for signatures.
A good approach would be to do something like send out `other_participants.len()` requests asynchronously, and then returning when `required_signatures` return.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.