Page MenuHomePhabricator

[avalanche] Factor AvalancheNode from PeerManager
ClosedPublic

Authored by deadalnix on Jul 6 2020, 20:49.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Project
Commits
rABC7d1e29374d16: [avalanche] Factor AvalancheNode from PeerManager
Summary

As per title.

Depends on D6830

Test Plan
ninja all check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/avalanche/processor.cpp
342 ↗(On Diff #22027)

score is unused now, and the tests that call addPeer always set this to 0. I assume this will integrate with PeerManager in the near future?

This revision is now accepted and ready to land.Jul 6 2020, 21:36
src/avalanche/processor.cpp
342 ↗(On Diff #22027)

It never was used.