Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node: only consider onion addresses if onion is configured
Merged fintohaps opened 5 months ago

There is an unfortunate lack of single-responsibility with handling the addresses in our code at the moment. This means that adding addresses to the table, and reading them from the table are spread across the code base.

A couple of places were found to further filter out onion addresses, if the configuration does not have an onion address.

This is a band-aid fix until the point in time where this can better improved.

fintohaps opened with revision f550e29c on base 0ec084fc +17 -0 5 months ago

There is an unfortunate lack of single-responsibility with handling the addresses in our code at the moment. This means that adding addresses to the table, and reading them from the table are spread across the code base.

A couple of places were found to further filter out onion addresses, if the configuration does not have an onion address.

This is a band-aid fix until the point in time where this can better improved.

fintohaps pushed revision 2 cf581da7 on base 0ec084fc +10 -0 5 months ago
lorenz pushed revision 3 858c15a8 on base 28c8c153 +9 -0 5 months ago

Remove redundant filtering for onion addresses, rebase.

lorenz pushed revision 4 c7e521df on base 93d2ed8c +9 -0 5 months ago

Rebase

lorenz merged revision c7e521df at 45abb881 5 months ago