blitz_api/app
fusion44 c08e604d55
feat: send warmup data as available
When neither BTC nor LN is running:
send hardware_info

When BTC is running and LN is not:
send hardware_info and btc_info

When both are running:
send the full package

This code doesn't keep track of which connection has received
which data already, so it may send data twice data to the client
when the startup state changes. Especially the hardware info
is rather data intensive. This is OK for now, to keep the code simple.

closes #110
2022-06-12 07:59:40 +02:00
..
auth chore: fix some naming issues 2022-03-23 21:03:50 +01:00
external chore: fix some naming issues 2022-03-23 21:03:50 +01:00
models #94 pubkey info on lightning lite info (#108) 2022-06-10 20:52:25 +02:00
repositories feat: send warmup data as available 2022-06-12 07:59:40 +02:00
routers Merge branch 'main' of github.com:fusion44/blitz_api into startup_refactor 2022-06-10 19:52:18 +02:00
__init__.py chore: dep update; update version to 0.5.0 2022-05-28 12:38:10 +02:00
constants.py chore: apply pre_commit, fix typos, update deps 2022-05-18 18:20:13 +02:00
main.py feat: send warmup data as available 2022-06-12 07:59:40 +02:00
utils.py refactor: improve startup procedure for CLN too 2022-06-08 19:25:45 +02:00