Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garbage collect "outdated" outgoing protocol messages #19

Open
sbellem opened this issue Aug 21, 2018 · 0 comments
Open

Garbage collect "outdated" outgoing protocol messages #19

sbellem opened this issue Aug 21, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sbellem
Copy link
Collaborator

sbellem commented Aug 21, 2018

From amiller/HoneyBadgerBFT#57:

After finalizing each HBBFT-Block, nodes produce a t+1 threshold signature on a merkle tree over all the transactions, as well as a merkle tree over the current state file S. This signature serves as a CHECKPOINT, a succinct piece of evidence that the current block has concluded. CHECKPOINTs are used for three different purposes:
...

  • III. Allow nodes to garbage collect old outgoing messages. Because nodes that have fallen behind can catch up via a CHECKPOINT, it is not necessary to buffer outgoing protocol messages pertaining to earlier blocks. Outgoing messages buffered in the I/O abstraction can be canceled/withdrawn, replaced with CHECKPOINT messages for the current round.
@sbellem sbellem added the enhancement New feature or request label Aug 21, 2018
@sbellem sbellem self-assigned this Aug 21, 2018
@sbellem sbellem changed the title Implement garbage collection of "outdated" outgoing protocol messages Garbage collect "outdated" outgoing protocol messages Aug 21, 2018
@sbellem sbellem added this to the Bounded Badger milestone Aug 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant