lnd.xprv/chanfitness
carla 10f9ba952e
chanfitness: unify requests to store in single chan info struct
We currently query the store for uptime and lifespan individually. As
we add more fields, we will need to add more queries with this design.
This change combines requests into a single channel infor request so
that we do not need to add unnecessary boilerplate going forward.
2020-09-08 13:47:17 +02:00
..
chanevent_test.go chanfitness: make online period calculation tolerant of duplicates 2020-09-08 13:47:16 +02:00
chanevent.go chanfitness: make online period calculation tolerant of duplicates 2020-09-08 13:47:16 +02:00
chaneventstore_test.go chanfitness: unify requests to store in single chan info struct 2020-09-08 13:47:17 +02:00
chaneventstore_testctx_test.go chanfitness: pass clock in to chaneventstore for testing 2020-09-08 13:47:15 +02:00
chaneventstore.go chanfitness: unify requests to store in single chan info struct 2020-09-08 13:47:17 +02:00
log.go chanfitness: Add channel event log structure 2019-10-25 09:51:07 +02:00