Commit Graph

5166 Commits

Author SHA1 Message Date
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
arbadacarba
985bfeaae7
Update faq.md 2023-01-18 17:28:39 +01:00
ben
95f762b687 updated to DA 2023-01-18 16:27:44 +00:00
arbadacarba
813c0aa48c
Update faq.md 2023-01-18 17:24:04 +01:00
arbadacarba
f3439edfaa
Update faq.md 2023-01-18 17:23:03 +01:00
arbadacarba
1e7995927d
Update faq.md
🤩
2023-01-18 17:13:47 +01:00
arbadacarba
8f63ca5f56
Update faq.md 2023-01-18 13:35:05 +01:00
DarthCoin
025b1b251d
Merge branch 'lnbits:main' into FAQ-page 2023-01-18 12:27:54 +01:00
calle
9d3290cd9a
fix: lntips payment lookup error handling (#1374) 2023-01-18 12:02:32 +01:00
DarthCoin
23cca85739
Update faq.md 2023-01-17 13:13:14 +01:00
DarthCoin
6e16094572
Update faq.md 2023-01-17 12:57:32 +01:00
DarthCoin
003ad7218c
Update faq.md 2023-01-17 12:17:56 +01:00
DarthCoin
9a0a9aa779
Update faq.md 2023-01-17 12:02:01 +01:00
DarthCoin
251c457610
Update faq.md 2023-01-17 11:07:28 +01:00
DarthCoin
9988f5167e
Update faq.md 2023-01-17 11:01:01 +01:00
DarthCoin
cb7e311c8d
image correction 2023-01-17 10:39:04 +01:00
DarthCoin
079d335648 add FAQ page 2023-01-16 22:34:24 +01:00
Arc
2b3b8cd85e
Merge pull request #1351 from lnbits/draggablecopilot
Streamer Copilot update: Makes qr code and price draggable
2023-01-16 10:09:11 +00:00
ben
615734e4a9 Merge branch 'main' into draggablecopilot 2023-01-16 10:01:40 +00:00
calle
17f5b734b2
Cashu 0.8 (#1370)
* support cashu 0.8

* dont comment out script

* update cashu logo on mint page

* fixing versions

* installing cashu from pypi works

* update requirements.txt
2023-01-15 11:24:11 +01:00
HamishMacEwan
2eb76d0e26
Additional information
1. Link to details on what and how to include information in a .env file
2. Clarify how to activate the FORWARDED_ALLOW_IPS environment variable for those situations where the proxy is not at the default 127.0.0.1 (most often inside a Docker container.
2023-01-15 14:46:19 +13:00
Sam Korn
265ea16d30
add example configuration for connecting LND over grpc (#1364) 2023-01-14 12:31:00 +01:00
Pavol Rusnak
20e6ca019e
replace lnbits-legend with lnbits in github links (#1366) 2023-01-14 12:26:17 +01:00
Arc
aafd955bb4
Merge pull request #1359 from lnbits/fix/smtp
Bug: SMTP extension migrationfails
2023-01-12 20:27:52 +00:00
dni ⚡
f624b54cfb fix wrong migration 2023-01-12 16:05:25 +01:00
calle
492eda5fdc
Merge pull request #1332 from lnbits/feat/poetry-metadata
FEAT: add additional metadata to pyproject, description, version, authors
2023-01-12 15:48:08 +01:00
calle
97fd5eac8f
Update pyproject.toml 2023-01-12 15:47:42 +01:00
calle
717ae540b0
Merge pull request #1352 from lnbits/fix/OffShopImageSize
add image by URL and limit size on API
2023-01-12 15:45:49 +01:00
calle
3e9bb25b76
Merge pull request #1354 from joelklabo/make-nip5-editable
Enabled Editing the Price for NIP-5 Domains
2023-01-12 15:45:27 +01:00
ben
ad3b422e9f Merge branch 'main' into make-nip5-editable 2023-01-12 12:27:19 +00:00
Arc
c0b1f7f8d4
Merge pull request #1353 from lnbits/unismtp2
FEAT: v2: Overrides having to pay in SMTP if the owners admin key is present
2023-01-12 11:14:10 +00:00
ben
6084ac1633 Merge remote-tracking branch 'origin/main' into make-nip5-editable 2023-01-12 11:11:39 +00:00
calle
d96aabc14c
Merge pull request #1357 from lnbits/addpoetryupdatetodocs
update poetry
2023-01-12 12:08:30 +01:00