lnd.xprv/chanfitness
carla 4f9795e8ae
chanfitness: switch to query by channel outpoint
In this commit, the channelEventStore in the channel
fitness subsystem is changed to identify channels
by their outpoint rather than short channel id. This
change is made made becuase outpoints are the preferred
way to expose references over rpc, and easier to perform
queries within lnd.
2019-12-17 17:36:28 +02:00
..
chanevent_test.go chanfitness: Add channel event log structure 2019-10-25 09:51:07 +02:00
chanevent.go chanfitness: switch to query by channel outpoint 2019-12-17 17:36:28 +02:00
chaneventstore_test.go chanfitness: switch to query by channel outpoint 2019-12-17 17:36:28 +02:00
chaneventstore.go chanfitness: switch to query by channel outpoint 2019-12-17 17:36:28 +02:00
log.go chanfitness: Add channel event log structure 2019-10-25 09:51:07 +02:00