blitz_api/app/routers
Stefan Stammberger 782464b61d
feat: implement handling of locked wallets
* new endpoint: /lightning/unlock-wallet
* ln endpoints return HTTP_423_LOCKED status if wallet is locked
* bootup sequence defers ln listeners setup if wallet is locked

refs #34
2021-11-24 11:12:10 +01:00
..
__init__.py initial commit 2021-06-10 21:13:26 +02:00
apps.py fix: problems with included external packages 2021-11-18 11:30:48 +01:00
apps_docs.py feat: implement an app status mock 2021-06-20 10:26:21 +02:00
bitcoin.py fix: problems with included external packages 2021-11-18 11:30:48 +01:00
bitcoin_docs.py feat: add more data to get bitcoin info response 2021-08-01 10:32:43 +02:00
lightning.py feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
lightning_docs.py feat: implement /lightning/new-address endpoint 2021-11-22 21:54:42 +01:00
setup.py chore: format all files using black 2021-09-05 08:56:53 +02:00
system.py feat: implement handling of locked wallets 2021-11-24 11:12:10 +01:00
system_docs.py feat: implement get a raw system logs endpoint 2021-09-20 11:22:50 +02:00
wallet.py initial commit 2021-06-10 21:13:26 +02:00