Persists the Tor secret to to <teos_data_dir>/<network_dir>/onion_v3_sk as suggested in #70.
Adds an additional trigger to the Tor task to signal when the service is ready. Otherwise the logs may show the tower being ready before the hidden service is reported:
[...]
2022-08-17T12:12:21.887Z INFO [teosd] Starting up hidden tor service
2022-08-17T12:12:21.887Z INFO [teosd] Tower ready
2022-08-17T12:12:21.888Z INFO [teos::api::tor] Loading Tor secret key from disk
2022-08-17T12:12:21.951Z INFO [teos::api::tor] onion service: 5ofdkbxqtfoerrqu2nh4h2zfkvpkvhompsrxgqxyowkdwegq2s5eqmyd.onion:2121
Persists the Tor secret to to
<teos_data_dir>/<network_dir>/onion_v3_sk
as suggested in #70.Adds an additional trigger to the Tor task to signal when the service is ready. Otherwise the logs may show the tower being ready before the hidden service is reported:
Close #70