lnd.xprv/chanfitness
carla 384c6aa1f1
chanfitness: save initial online event for channels with online peers
This commit adds an initial peer online event for channels
that have peers that are online when they are created. This
addresses a race between the peer coming online and an
existing channel being added to the event store; if the
peer comes online first, the existing channel will not have
its initial online event added.
2020-01-07 16:35:23 +02:00
..
chanevent_test.go chanfitness: Add channel event log structure 2019-10-25 09:51:07 +02:00
chanevent.go chanfitness: set open time for channels with offline peers 2019-12-17 17:36:28 +02:00
chaneventstore_test.go chanfitness: save initial online event for channels with online peers 2020-01-07 16:35:23 +02:00
chaneventstore.go chanfitness: save initial online event for channels with online peers 2020-01-07 16:35:23 +02:00
log.go chanfitness: Add channel event log structure 2019-10-25 09:51:07 +02:00