Refactor gossip_queries sync to be stateless
authorbmancini55 <bmancini@gmail.com>
Wed, 18 Nov 2020 18:32:55 +0000 (13:32 -0500)
committerbmancini55 <bmancini@gmail.com>
Wed, 9 Dec 2020 20:02:32 +0000 (15:02 -0500)
This commit simplifies the sync process for routing gossip messages. When
a sync is initiated, the process is handled statelessly by immediately
issuing SCID queries as channel range replies are received. This greatly
simplifies the state machine at the cost of fully validating and
conforming to the current spec.


No differences found