Improve Tor Handling
Introduce a feature for supporting connections via Tor, and improve domain modelling around configuration of SOCKS proxying.
Introduce a feature for supporting connections via Tor, and improve domain modelling around configuration of SOCKS proxying.
Rebase
Changes:
cargo build -p radiclewould fail due to missingcfg(feature = "tor"). Fixed by adding necessary guard.cargo build -p radicle-protocol --features torwould fail due to missingtorfeature forradicle. Fixed by addingradicle/torto feature set.- Fixed
rad_configtest to include newAddressConfigschemars value.
Rebase and restore backwards compatibility for node.onion = null.