Commit graph

30 commits

Author SHA1 Message Date
Pavol Rusnak
a49a654137
fix flake8 F401+F403 (module imported but unused + unable to detect undefined names) 2023-01-30 11:46:45 +00:00
Pavol Rusnak
bc36e6bc4c
fix flake8 F541 (f-string is missing placeholders) 2023-01-30 11:46:44 +00:00
Pavol Rusnak
15d7fbeace
run autoflake
```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
2023-01-30 11:46:43 +00:00
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
ben
dfd86ed2e0 mypy 2023-01-07 22:16:36 +00:00
ben
ccdb6d76bd added Optional 2023-01-07 22:11:17 +00:00
ben
7f1a08e16a mypy 2023-01-07 22:06:35 +00:00
ben
ef456c66d7 Format 2023-01-07 21:59:10 +00:00
Uthpala Heenatigala
af472ba833 fix formatting 2023-01-06 20:34:31 +01:00
Danny Diekroeger
4c47a6fd3b
Wording, design, and require api token 2023-01-06 08:32:50 -08:00
Uthpala Heenatigala
5dc7a77e43 running format and adding sqlite db to mock_data.zip 2023-01-06 00:41:20 +01:00
Uthpala Heenatigala
810b3a1a84 add txid and tx hex 2023-01-06 00:34:24 +01:00
Uthpala Heenatigala
57d345c149 show the ln to btc swap table and btc to ln swap table 2023-01-05 19:33:13 +01:00
Uthpala Heenatigala
93d6d1279e adding deezy token 2023-01-05 11:46:19 +01:00
ben
cd05eba183 Added tile and tweaked description for size limitation 2023-01-05 00:52:08 +00:00
Uthpala
e7d1309c76
Merge pull request #2 from Uthpala/add-migrations
add migrations
2022-12-11 17:53:48 +01:00
Uthpala Heenatigala
663cee8fbe fix ui bug 2022-12-11 17:42:47 +01:00
Danny Diekroeger
c2423605cc
add migrations 2022-12-10 11:00:36 -08:00
Uthpala Heenatigala
d338e3889a Add on chain fee suggestions 2022-12-08 16:42:33 +01:00
Uthpala Heenatigala
902a9bdc42 running make format 2022-12-08 11:57:14 +01:00
Danny Diekroeger
daa0070e08
description in panel 2022-12-07 17:10:39 -08:00
Danny Diekroeger
3c07e5ad8b
deezy readme 2022-12-07 15:44:28 -08:00
Uthpala Heenatigala
472e332d05 clean up, update readme 2022-12-07 23:56:22 +01:00
Danny Diekroeger
c0789858a1
Nits + mainnet 2022-12-06 18:46:11 -08:00
Uthpala Heenatigala
aa0ff732df adding polling and success message 2022-12-06 23:48:31 +01:00
Uthpala Heenatigala
1b2e8d218d add api docs and update according to requirements 2022-12-06 22:39:45 +01:00
Uthpala Heenatigala
209750386e forgot to update this one 2022-12-05 21:12:17 +01:00
Uthpala Heenatigala
6ec5b9abf6 convert string to ints 2022-12-05 21:07:38 +01:00
Uthpala Heenatigala
4645b8338b added the reverse swap as well 2022-12-04 23:30:48 +01:00
Uthpala Heenatigala
43a974af83 initializing the deezy extension 2022-11-29 23:18:24 +01:00