blitz_api/app
Stefan Stammberger a7dfe14aea
feat: round verification_progress value in SSE
Bitcoin Core calculates the blockchain verification by including
unconfirmed transactions. This means that everytime there is
a new transaction, a `btc_info`  event is fired through  the SSE
channel. For clients this information is usually not  useful beyond
two digits. Solution: round to two digits for SSE events.

The full floating point value can still be fetched through
`/bitcoin/get-blockhain-info`

closes #52
2021-11-28 10:30:54 +01:00
..
auth feat: implement local cookie authentication 2021-11-28 08:42:52 +01:00
external fix: problems with included external packages 2021-11-18 11:30:48 +01:00
models feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
repositories feat: round verification_progress value in SSE 2021-11-28 10:30:54 +01:00
routers feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
__init__.py feat: integrate sse-starlette source 2021-07-17 21:40:37 +02:00
main.py feat: implement local cookie authentication 2021-11-28 08:42:52 +01:00
utils.py chore: update grpc files and add WalletUnlocker 2021-11-23 20:19:03 +01:00