1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00
eclair/eclair-core
Fabrice Drouin 8c075ee73a
Correctly handle multiple channel_range_replies (#704)
* Correctly handle multiple channel_range_replies

The scheme we use to keep tracks of channel queries with each peer would forget about
missing data when several channel_range_replies are sent back for a single channel_range_queries.

* RoutingSync: remove peer entry properly

* Remove peer entry on our sync map only when we've received a `reply_short_channel_ids_end` message.
* Make routing sync test more explicit

* Routing Sync: rename Sync.count to Sync.totalMissingCount
2018-09-17 15:25:39 +02:00
..
src Correctly handle multiple channel_range_replies (#704) 2018-09-17 15:25:39 +02:00
eclair-cli Fixed some logs and added ChannelPersisted event (#674) 2018-08-15 14:39:19 +02:00
pom.xml Electrum: add wallet and watcher tests (via Docker) (#592) 2018-06-27 14:34:02 +02:00