Skip to content

tor-hsservice: Use the new IPT change notifier API.

gabi-250 requested to merge gabi-250/arti:publisher-postage into main

This makes the publisher watch for IPT changes using the IptsPublisherView added in #1023 (closed) (instead of waiting for an Event::NewIntroPoints. The Event enum will soon be replaced by multiple postage::watch channels, one for every type of change it needs to react to).

This MR also removes the publisher's Event struct altogether (in favour of a postage::watch channel for detecting service config changes, and the new IPtsPublisherView for finding out about IPT changes).

Merge request reports