This prevents storing useless data in the monitoring service. There is
no specific handling for timing edge cases. We might want to add
handling for receiving a monitoring request
when we didn't get the ChannelOpened event just yet.
just after receiving a ChannelClosed event.
The memory usage is increased by this change due to storing all open
channel_ids. The increase is acceptable, though.
This prevents storing useless data in the monitoring service. There is no specific handling for timing edge cases. We might want to add handling for receiving a monitoring request
The memory usage is increased by this change due to storing all open channel_ids. The increase is acceptable, though.
Closes #1.