Commit Graph
73 Commits
Author SHA1 Message Date
Tiago Vasconcelos 89266f9aa2 Merge remote-tracking branch 'origin/fix/paymentChain_splitPayment' into fix/paymentChain_splitPayment 2023-01-06 12:47:06 +00:00
Tiago Vasconcelos c8cdf2f1d2 tags don't have percent 2023-01-06 12:45:43 +00:00
callebtc cc375c0e40 clean up 2023-01-06 13:41:41 +01:00
Tiago Vasconcelos 70899994fe clean visual aid comments 2023-01-06 11:31:19 +00:00
aaecb2b381 Update lnbits/extensions/splitpayments/tasks.py
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
2023-01-06 11:29:18 +00:00
Tiago Vasconcelos bc0d86c771 correct amount on invoice 2023-01-06 10:27:03 +00:00
Tiago Vasconcelos 41faf42afe calle's suggestion 2023-01-06 09:46:43 +00:00
Tiago Vasconcelos 9e96025dc7 mypy 2023-01-05 14:37:31 +00:00
Tiago Vasconcelos 7a7bd93639 refactor splitpayments with tags 2023-01-05 12:20:31 +00:00
Tiago Vasconcelos 4ae88ad3b9 before merging main 2023-01-05 11:05:03 +00:00
Tiago Vasconcelos 58b6b9505d add splitpayments tag to extra if no tag 2023-01-04 16:53:12 +00:00
Tiago Vasconcelos c0f742bc3e fix splitpayments flow and add amount in extra dict 2023-01-04 16:51:02 +00:00
Pavol Rusnak 0efc27993e fix mypy for lnbits/extensions/splitpayments 2023-01-03 23:25:42 +01:00
ben e0f55d3e8c Tile size standard should be 128px 2023-01-03 20:05:44 +00:00
ben a8c4bea53d Updated extension card layout 2023-01-01 18:14:20 +00:00
ben 59a8ff9dce All extension icons swapped for logo tiles 2022-12-31 14:15:23 +00:00
ben f5250e0584 initial
Added bunch tiles, more to add
2022-12-31 01:46:55 +00:00
ben 475ff47f5b isort 2022-12-14 14:56:04 +00:00
ben 60a01cd89a fomrat 2022-12-14 14:53:09 +00:00
ben 59c6469bd1 generalised tag search 2022-12-14 14:43:41 +00:00
ben 4c3db72afc Added ID 2022-12-14 00:31:09 +00:00
ben 75e6252d23 formatted 2022-12-14 00:06:36 +00:00
ben f506b010f6 Working 2022-12-14 00:04:03 +00:00
ben 5f53eb8e4e tagged working 2022-12-13 23:41:40 +00:00
ben c91b5031bf migration working 2022-12-13 20:17:52 +00:00
ben e161c5d116 fixed migration 2022-12-13 20:11:07 +00:00
ben 100cf17e4b fixed percent 2022-12-13 20:07:16 +00:00
ben 2e69ebe080 Seems to be working 2022-12-13 20:01:05 +00:00
ben d69c2e9170 moved to tag changed 2022-12-13 14:25:18 +00:00
ben 5539a82b4a Added tag 2022-12-13 13:42:09 +00:00
ben 52d490d687 struggling with ui 2022-12-12 12:44:58 +00:00
ben 4e6466cd95 Started adding ability to forward by tag 2022-12-09 14:10:10 +00:00
Black Coffee 20b06e4922 Corrected casing of LNbits (not LNBits) throughout repo 2022-11-30 14:14:31 +00:00
Tiago Vasconcelos 50dc6f9c55 add select users wallet 2022-11-23 13:43:04 +00:00
dni ⚡ 2d61a8854f improving on split payment handling 2022-10-21 17:35:58 +02:00
Tiago vasconcelos 8e8bf08ea5 fix issue with splitting to multiple wallets-queue 2022-10-06 15:23:59 +01:00
5a12f4f237 Improved SSE listeners (#865)
* logging listeners

* comments

* generate privkey upon init

* listener queue

* remove duplicate check

* make format

* reuse channel

* error handling in sse listener

* uuid for listeners

* register named invoices

* uuid for listeners and listener list

* fix poetry lock

* setuptools

* requirements asyncio timeout

* setuptool;s

* make format

* remove async-timeout

* async_timeout readd

* try lower setuptools version

* try lower lower setuptools version

* back to current version + fix, maybe

* fix worflows to use poetry 1.2.1

* remove uneeded setuptools from build-system

* fix up formatting workflow

* debug to trace

* more traces

* debug logs to trace

Co-authored-by: dni  <office@dnilabs.com>
2022-10-04 09:51:47 +02:00
ben 3a28ff1020 added swagger to extensions 2022-07-27 19:21:04 +01:00
ben 244d6f23bf Merge branch 'main' into matthewcroughan/nixify 2022-07-23 20:09:24 +01:00
ben 0e8da3c368 Fixed path for extension templates 2022-07-23 20:08:59 +01:00
c8ab2859fd Splitpayments: floating point percentage for split value (#690)
* allow for float in model

* recreate DB with float type

* remove rounding in UI

* black

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
2022-07-17 20:00:06 +02:00
Tiago VasconcelosandGitHub 348033da1b python code styling (#739) 2022-07-15 19:11:11 +02:00
matthewcroughan 36e92765d3 treewide: use StaticFiles() rather than rel path
This commit is not exhaustive, and it is a trend in this codebase to not
use StaticFiles() and instead use relative paths. This means the code
cannot run anywhere other than the source code directory, as it will not
find the files it is looking for
2022-07-08 11:06:26 +01:00
calleandGitHub 089313f613 Logging with loguru (#708)
* logging

* requirements

* add loguru dependency

* restore it

* add loguru

* set log level in .env file

* remove service fee print

* set log level

* more logging

* more logging

* more logging

* pyament.checking_id

* fix
2022-07-07 14:30:16 +02:00
calleandGitHub 92887ed169 Format: prettier (#707)
* format: prettier

* gh-actions: add prettier checkg

* actions
2022-07-05 21:14:56 +02:00
blackcoffeexbtandGitHub f44bd55b4b Corrected example CURL requests in multiple extension API docs (#689)
* Updated api docs example CURL calls for satspay server

* Updated api docs example CURL calls for copilot extension

* Updated api docs example CURL calls for jukebox extension

* Updated api docs example CURL calls for livestream extension

* Updated api docs example CURL calls for lnaddress extension

* Updated api docs example CURL calls for lnurldevices extension

* Updated api docs example CURL calls for lnurlp extension

* Updated api docs example CURL calls for offlineshop extension

* Updated api docs example CURL calls for paywall extension

* Updated api docs example CURL calls for satsdice extension

* Updated api docs example CURL calls for splitpayments extension

* Fix typo double slash in satsdice extension api docs

* Updated api docs example CURL calls for tpos extension

* Updated api docs example CURL calls for watchonly extension
2022-07-05 17:20:42 +02:00
benarc 56397026c8 Chore, applied black 2021-11-26 05:58:20 +00:00
Tiago vasconcelos cfac70d394 general cleanup and unused imports removal 2021-11-25 18:52:16 +00:00
benarc 267dea4f75 black 2021-11-12 04:14:55 +00:00
benarc e03370188a Fixed payment checking 2021-10-22 00:41:30 +01:00