Commit Graph

5205 Commits

Author SHA1 Message Date
calle
f0d58a8365
Wallets: add custom invoice expiry (#1396)
* expiry for fakewallet

* expiry for lnd

* lnbits backend

* fix: eclair descriptionHash fixed and expiry added

* cln and sparko

* test expiry

* Eclair from AdminUI and bugfix for nonexistent payments

* add to settings and .env and remove lntxbot

* remove duplicate and format

* add invoice expiry

* add min max and step

* UI works now

* test should fail, sanity check, will revert

* revert, ready for merge

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
2023-01-26 11:08:40 +01:00
dni ⚡
5a0b217d63
TEST: LNbits as fundingsource in regtest (#1402)
* lnbits funding source

* add create_fake_user to workflow

* change quotes in workflow ymal

* not use interactive docker exec

* update tools/create_fake_admin to not use lnbits imports

* formatting

Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-01-26 10:43:12 +01:00
dni ⚡
36c881c4ce
add eclair fundingsource workflow / test (#1406) 2023-01-25 15:07:41 +01:00
calle
45a0657828
do not reference these object (#1412) 2023-01-25 13:24:36 +01:00
calle
1c4414d311
await ledeger verify (#1411) 2023-01-25 13:14:52 +01:00
Arc
0de2a62159
Merge pull request #1361 from lnbits/tinyurl
Adds universal tinyurl redirect for lnurls and the like
2023-01-24 21:40:07 +00:00
ben
dda1d9bb3a mypy 2023-01-24 21:29:52 +00:00
ben
c0c4c86808 Added wallet authentication to creat, get and delete tinyurls 2023-01-24 21:26:18 +00:00
ben
7322d27aa3 changed to shortuuid as suggested by Vlad 2023-01-24 20:27:20 +00:00
Arc
e8f78307f3
Merge pull request #1403 from lnbits/superurlfix
Changes https for http in super user link
2023-01-24 20:23:04 +00:00
ben
6c9a52c6e1 mypy being thoroughly objectionable 2023-01-24 13:48:04 +00:00
ben
caadeb77e2 format 2023-01-24 13:32:21 +00:00
ben
5392b2cbfe Fixed models 2023-01-24 13:30:15 +00:00
ben
274615f0b3 Man, broken 2023-01-24 13:27:30 +00:00
ben
e53ccb04ac Added timestamp and endless
For future culling of links. If endless is not specified, then links older than x could be removed
2023-01-24 12:45:15 +00:00
ben
0d0817044c Pissy python and its tuples 2023-01-24 11:03:46 +00:00
ben
3c61f61588 removed http var 2023-01-24 10:40:51 +00:00
dni ⚡
87ef8638b5
fix annoying package-lock (#1405) 2023-01-24 11:40:17 +01:00
ben
39559cccb9 Removes https in super user link 2023-01-23 21:15:43 +00:00
ben
f3b1bca5b8 format 2023-01-23 20:25:47 +00:00
ben
165e5099c1 trying to fix mypy 2023-01-23 19:57:49 +00:00
ben
617b1c941b Merge remote-tracking branch 'origin/main' into tinyurl 2023-01-23 19:53:45 +00:00
Vlad Stan
331c8e593b
fix: ignore extra settings fields (#1398)
* fix: ignore extra settings fields

* fix: format
2023-01-23 14:25:54 +01:00
dni ⚡
2976168387
FIX: prettier formatting (#1395)
* prettier

* depreceation warning, and reformatting with new prettier verison
2023-01-23 14:23:30 +01:00
dni ⚡
e106ec3e9c
FIX: improve workflow stability (#1397)
* FIX: improve workflow stability

* just testing

* just testing, nr. 3
2023-01-23 12:57:37 +01:00
Pavol Rusnak
a089188664
add pyright to the project (#1367)
* add pyright to project + bump prettier to latest

* reformat to match the latest prettier rules
2023-01-23 10:29:17 +01:00
Titusz
9693e5932b
Track fiat amount in TPoS invoices. (#1384) 2023-01-23 10:27:19 +01:00
dni ⚡
d30a6dc5c1
fix jukebox issues introduced from mypy pr (#1387)
* fix jukebox issues introduced from mypy pr

* fix no invoice

Co-authored-by: ben <ben@arc.wales>
2023-01-23 10:17:16 +01:00
DarthCoin
ca51b57355
Faq page (#1388)
* Cleanup formatting

Re-format text in markdown and cleanup extra code.

* small fixes

* Update faq.md

* Update faq.md

* Update faq.md

* small correction

corrected summary open

* correction sections

* add how to connect lndhub wallet

Add info about connecting Zeus and Bluewallet

* finishing 2 sections

add text to funding section and clearnet

* add text to swap and merchant

* group sections

re-organize sections of troubleshooting with did you know. Are practically the same

* small corrections

links corrections

* format sections

* fix link resources

* small corrections

* small corrections

* small correction

* Update faq.md

* Create faq.md

* Update faq.md

* Update faq.md

* Update faq.md

* Update faq.md

* small correction

Co-authored-by: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com>
2023-01-23 10:16:54 +01:00
dni ⚡
b13588dcef
DOCS: improve boltz fee information (#1386)
* improve fee information an docs

* review @michael1011

Co-authored-by: ben <ben@arc.wales>
2023-01-23 10:16:27 +01:00
calle
ffb5a91f67
add robots.txt (#1383) 2023-01-20 09:25:46 +01:00
blackcoffeexbt
dcf5f0adaa
Gerty extension tweaks (#1360)
* Changes to font sizes on Gerty to improve appearance and readability on hardware

* Gerty URL checker removes https, http and trailing slash from display

* Gerty: Added modal with copy pasta for API URL

* Gerty: Removed toggleStates Vue watch to fix weird UI toggle behavour

* Gerty: Remove API link button from list of Gertys

* Gerty: Added block height option

* Gerty: Added api response when no page number is supplied in GET request

* Gerty: blacked

* Gerty: Ran prettier on templates

* Gerty: Added block height text and removed mini gerty option

* Gerty: Remove mini gerty font sizes

* Gerty: Moved URL formatting function. Set max URLs to check to 4

* Gerty: Removed unused async calls

* Gerty: Casing fix in "copy URL" > "Copy URL"

* Gerty: Removed dead code

* Gerty: Removed unused /pages/[id] def from views_api.py

* Gerty: Ran prettier and black
2023-01-19 10:33:48 +01: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
Arc
d8b5e3872b
Merge pull request #1382 from lnbits/DAupdate
Added models and simple example
2023-01-18 19:05:19 +00:00
Arc
0e1f9dbb5a
Merge pull request #1371 from HamishMacEwan/patch-2
Additional information in .env
2023-01-18 18:54:31 +00:00
Arc
2a2a01d3df
Merge pull request #1372 from Darth-Coin/FAQ-page
add FAQ page
2023-01-18 18:53:48 +00:00
ben
a8b32194eb Reworded 2023-01-18 18:51:42 +00:00
ben
99d963c726 Added models and simple example 2023-01-18 18:50:07 +00:00
Arc
5b6e05af60
Merge pull request #1381 from lnbits/arcbtc-patch-9
Update README.md
2023-01-18 18:10:50 +00:00
Arc
bfc99937f6
Update README.md 2023-01-18 18:03:29 +00:00
Arc
25fce6ba7c
Merge pull request #1380 from lnbits/DAimages
Added images
2023-01-18 18:00:48 +00:00
ben
71fc1b7146 Added images 2023-01-18 17:51:15 +00:00
Arc
068fc67ade
Merge pull request #1379 from lnbits/shippingzone
Added shipping zone
2023-01-18 17:25:30 +00:00
ben
266471a5e3 Added shipping 2023-01-18 17:16:49 +00:00
ben
df68400a25 Added shipping zone 2023-01-18 17:10:22 +00:00
Arc
01c2b4fe56
Merge pull request #1378 from lnbits/arcbtc-patch-8
typos
2023-01-18 17:02:07 +00:00
arbadacarba
ca4c4ac66b
Update faq.md 2023-01-18 17:50:04 +01:00
Arc
a7e8593a9a
Update README.md 2023-01-18 16:45:09 +00:00
Arc
f11b6289b1
Merge pull request #1377 from lnbits/DAprotocol
updated to DA
2023-01-18 16:40:01 +00:00
ben
b3aa471125 Made link to DA more prominent 2023-01-18 16:30:39 +00:00