Currently, the announcement inclusion logic lives here:
https://github.com/lightningdevkit/rapid-gossip-sync-server/blob/main/src/serialization.rs#L134
We need to update it such that if a channel at any point had an interval exceeding two weeks between updates in either direction (since the client's last seen timestamp), an announcement is also included.
Currently, the announcement inclusion logic lives here:
https://github.com/lightningdevkit/rapid-gossip-sync-server/blob/main/src/serialization.rs#L134
We need to update it such that if a channel at any point had an interval exceeding two weeks between updates in either direction (since the client's last seen timestamp), an announcement is also included.