Skip to content
New issue

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

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

Already on GitHub? # to your account

Local block broadcaster #4454

Merged
merged 7 commits into from
Mar 5, 2024

Conversation

pwojcikdev
Copy link
Contributor

This change moves the responsibility of initial block gossip onto the originator of the block, with blocks being rebroadcasted by other nodes only if they are part of an active election. It also introduces a new component that periodically rebroadcasts blocks that were submitted on the node in case they aren't confirmed. All of this should ultimately make block delivery more reliable.

nano/node/local_block_broadcaster.cpp Show resolved Hide resolved
nano/node/node.cpp Show resolved Hide resolved
dsiganos
dsiganos previously approved these changes Mar 4, 2024
@pwojcikdev pwojcikdev merged commit 5f28f1a into nanocurrency:develop Mar 5, 2024
24 of 27 checks passed
@qwahzi qwahzi added this to the V27 milestone Mar 6, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Status: Merged / V27.0
Development

Successfully merging this pull request may close these issues.

3 participants