Page MenuHomePhabricator

net: recognize TORv3/I2P/CJDNS networks
ClosedPublic

Authored by Fabien on Feb 9 2021, 12:36.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABC3705100b6341: net: recognize TORv3/I2P/CJDNS networks
Summary
Recognizing addresses from those networks allows us to accept and gossip
them, even though we don't know how to connect to them (yet).

Completes backport (4/4) of core PR19845:
https://github.com/bitcoin/bitcoin/pull/19845/commits/7be6ff61875a8d5d2335bff5d1f16ba40557adb0

Depends on D9185 and D9188.

Test Plan
ninja all check-all

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Feb 9 2021, 12:36
majcosta added a subscriber: majcosta.
majcosta added inline comments.
src/netaddress.h
298 ↗(On Diff #27603)

this is removed in the PR

This revision is now accepted and ready to land.Feb 9 2021, 16:17
This revision was automatically updated to reflect the committed changes.