HomePhabricator

Rename Seeder's CAddrInfo -> CSeederAddrInfo

Description

Rename Seeder's CAddrInfo -> CSeederAddrInfo

Summary:
The CAddrInfo is a class that already exists in the node software.
This will cause compiler issues as the seeder is built with more parts
of the node software. Because the seeder does not record the same
information about an address as the node software, refactoring the
seeder's version of the class to inherit the node software's version
would not be useful.

scripted diff
sed -i -e 's/CAddrInfo/CSeederAddrInfo/g' src/seeder/db.*

Test Plan:

ninja

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, jasonbcox

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, jasonbcox

Subscribers: jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D6355

Details

Provenance
nakihitoAuthored on Jun 3 2020, 22:03
nakihitoPushed on Jun 4 2020, 00:20
Reviewer
Restricted Owners Package
Differential Revision
D6355: Rename Seeder's CAddrInfo -> CSeederAddrInfo
Parents
rABCbd0c10d418f1: index: Access functions for global block filter indexes.
Branches
Unknown
Tags
Unknown