hexresearch / hexresearch/hschain
We gossip blocks a bit too eagerly
Open
gossip
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In test run with 4 validators block were created at rate 1.035/s while they were gossiped at rate about 1.5/s. Blocks are big and constitute majority of traffic so we should announce that we have block ASAP. Or we could switch to pull instead of push model.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.