lnbits-legend/lnbits
dni ⚡ d89a6a337a
boltz extension v2, recurring swaps (#981)
* add status to statusdialog

* first commits for boltz update

* formatting

* add latest boltz-clien package

* big refactor, depending on boltz_client package, clean up, mypy issues, not tested yet

* blacking, sorting and stuff

* remove unused req_wrap helper

* remove api docs from frontend

* bug: frontend boltz limits error

* clean up buttons

* update to boltz-client 0.0.8

* fix tests to poetry version 1.3.1

* update requirements

* formatting

* recurring swap works now, need more finetuning

* add exceptions for multiple auto swaps and swapping in with active auto swap

* black

* auto reverse swap actually works :)

* remove swap status dialogs

* update to boltz_client 0.0.9

* update to boltz-client 0.1.1, and fix startup

* update requirement.txt for boltz-client

* fixup columns in table, remove unused payment.extra, change deezy label

* remove balance check for auto swap out

* update boltzc-lient to 0.1.2, fix mypy issue inside boltz package

* nitpicks calle tasks.py

* calle nitpicks crud

* calle nitpicks crud

* refactor

* fix formatting

* circular import

* black :)

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2023-01-19 10:30:47 +01:00
..
core replace lnbits-legend with lnbits in github links (#1366) 2023-01-14 12:26:17 +01:00
extensions boltz extension v2, recurring swaps (#981) 2023-01-19 10:30:47 +01:00
static mobile tweak 2023-01-03 19:35:24 +00:00
templates feat: move Admin to left hand side menu 2022-12-12 11:31:29 +02:00
utils fix isort check 2022-07-25 12:03:06 +02:00
wallets fix: lntips payment lookup error handling (#1374) 2023-01-18 12:02:32 +01:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py fix: merge conflict 2022-12-16 12:27:26 +02:00
bolt11.py refactor: remove redundant # type: ignore 2023-01-10 09:45:12 +02:00
commands.py Trying to catchup with main 2022-12-06 20:35:58 +00:00
db.py refactor: remove redundant # type: ignore 2023-01-10 09:45:12 +02:00
decorators.py removing type: ignore from Query, Depends, Body and import them correctly 2023-01-02 11:56:28 +01:00
helpers.py refactor: remove redundant # type: ignore 2023-01-10 09:45:12 +02:00
jinja2_templating.py fix test warnings when using < python3.8 (#798) 2022-07-28 12:15:27 +02:00
lnurl.py remove unnecessary argument encoding from bytes.decode() and str.encode() 2023-01-03 22:38:28 +01:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py chore: code format 2022-12-09 14:09:16 +02:00
settings.py fix: add missing entries 2023-01-10 17:25:12 +01:00
tasks.py Merge branch 'main' into FinalAdminUI 2022-12-12 10:49:31 +02:00