Actually the periodic avalanche address request is targeting one peer at a time. This diff makes the node requesting all peers while our quorum is not established or if we should request more because of no suitable node found for polling or dangling proof.
Details
Details
- Reviewers
sdulfari - Group Reviewers
Restricted Project - Commits
- rABCcb78d2179d2d: [avalanche] Request more peers for their avalanche nodes
ninja all check-all
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/functional/abc_p2p_getavaaddr.py | ||
---|---|---|
259 ↗ | (On Diff #34419) | The actual number may change. No reason to tie the function name to the number. |
src/net_processing.cpp | ||
---|---|---|
1685–1698 ↗ | (On Diff #34544) | This simplifies the g_avalanche checks. |