You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop the v2 onion encoder branches from lnwire.WriteOnionAddr,
graph/db.encodeOnionAddr, graph/db.collectAddressRecords, and the
tor.OnionHostToFakeIP helper. lnd no longer produces v2 onion addresses
on any code path.
Decoders for v2 addresses are intentionally retained in lnwire,
graph/db, and tor so that existing graph databases and peer-announced
v2 addresses continue to deserialize. Update unit tests to use v3 onion
fixtures.
0 commit comments