Commit Graph
364 Commits
Author SHA1 Message Date
fiatjaf 8b7028d728 add VoidWallet and make it the default. 2020-09-03 21:43:32 -03:00
Eneko Illarramendi 23cfe0d417 chore: update github workflows 2020-09-03 23:10:41 +02:00
fiatjaf 68b0adfe66 fix: description_hash as an optional param to create_invoice.
fixes https://github.com/lnbits/lnbits/issues/74
2020-08-30 23:54:50 -03:00
fiatjaf 1e4f39954e fix: spark create_invoice error case. 2020-08-29 13:48:16 -03:00
fiatjaf 3645e0ac38 fix: lnpay invoices with description_hash. 2020-08-29 13:04:11 -03:00
fiatjaf 0de08dda0b add spark backend and fix c-lightning. 2020-08-29 12:23:01 -03:00
fiatjaf a79ec8f4a4 lnurlp extension. 2020-08-28 23:03:12 -03:00
fiatjaf 24dc6e5415 fix validation rules so description_hash works. 2020-07-04 22:28:08 -03:00
fiatjaf bc27293315 support description_hash across all APIs. 2020-07-03 20:04:04 -03:00
ArcandGitHub a40823de43 Update lntxbot.py 2020-05-09 17:29:24 +01:00
Eneko Illarramendi 9eb253fe55 fix: typo 2020-05-04 17:34:53 +02:00
Eneko Illarramendi b37af0c600 feat: use github pages and jekyll for docs 2020-05-04 17:20:36 +02:00
Eneko Illarramendi 2c5e539795 refactor: make some wallet dependencies optional 2020-05-02 19:16:10 +02:00
Eneko IllarramendiandSebastian Geisler c3e337a319 fix: mypy errors 2020-04-26 16:58:29 +02:00
ArcandGitHub 976a3d4e5c Update lndrest.py 2020-04-26 01:10:57 +01:00
ArcandGitHub 5d128523c7 Update lndrest.py 2020-04-25 22:41:27 +01:00
ArcandGitHub 99cfdd5531 Update __init__.py 2020-04-25 22:11:27 +01:00
ArcandGitHub 435f9c9773 Add files via upload 2020-04-25 22:10:45 +01:00
Eneko Illarramendi ab190454f4 fix: LNbits backend wallet 2020-04-25 20:13:49 +02:00
Eneko Illarramendi dd23b20090 chore: various tweaks 2020-04-16 20:58:16 +02:00
ArcandGitHub 708b2f2652 Update lndgrpc.py 2020-04-13 22:23:42 +01:00
Eneko Illarramendi 8dc2143080 chore: update requirements 2020-04-03 22:52:08 +02:00
ArcandGitHub de187559a8 Update lnbits.py 2020-04-03 13:50:54 +01:00
ArcandGitHub 1e6c6a8c3c Update __init__.py 2020-04-03 13:46:40 +01:00
ArcandGitHub 426981fe1c Create lnbits.py 2020-04-03 13:46:14 +01:00
ArcandGitHub 8db35ca1af Update lndgrpc.py 2020-04-03 12:27:07 +01:00
ArcandGitHub 77e849f056 Update clightning.py 2020-04-03 12:12:21 +01:00
ArcandGitHub 377b0c9d47 Update clightning.py 2020-04-03 11:48:41 +01:00
ArcandGitHub 1248f85612 Update clightning.py 2020-04-03 11:27:55 +01:00
ArcandGitHub e57bebd01b Update clightning.py 2020-04-03 11:27:36 +01:00
ArcandGitHub 97719623a3 Update __init__.py 2020-04-03 11:22:05 +01:00
ArcandGitHub ccb9b462cc Create clightning.py 2020-04-03 11:21:10 +01:00
ArcandGitHub 127f1ee258 Update lndgrpc.py 2020-04-02 15:03:32 +01:00
ArcandGitHub 1db380d88e Update lndgrpc.py 2020-04-02 15:01:38 +01:00
ArcandGitHub 9ead85987f Update __init__.py 2020-04-02 13:07:01 +01:00
ArcandGitHub 4562d23f6e Delete lnd.py 2020-04-02 13:06:15 +01:00
ArcandGitHub d194ba5fe1 Update lndgrpc.py 2020-04-02 12:43:48 +01:00
ArcandGitHub c2a116b713 Update lndgrpc.py 2020-04-02 12:43:23 +01:00
ArcandGitHub efc847d381 Update lndgrpc.py 2020-04-02 12:03:10 +01:00
ArcandGitHub b02bee01e5 Update lndgrpc.py 2020-04-02 07:45:00 +01:00
ArcandGitHub f364ce51c0 Update __init__.py 2020-04-02 07:44:35 +01:00
ArcandGitHub 73ec8deee1 Create lndgrpc.py
Doesn't work, but hopefully will soon
2020-04-02 07:44:03 +01:00
Eneko Illarramendi d03785558b refactor: a wallet is a wallet is a wallet 2020-03-31 19:05:25 +02:00
Eneko Illarramendi d862b16ee6 refactor: "payments" is the name, and API updates 2020-03-07 22:27:00 +01:00
Eneko Illarramendi 7996c48b70 chore: remove wait option for LntxbotWallet 2020-03-05 23:01:37 +01:00
Eneko Illarramendi f98a5040ac refactor: decorators, models and more broken bits 2020-03-04 23:11:15 +01:00
ArcandGitHub 792b787f1a Update lnd.py 2020-02-17 16:58:44 +00:00
ArcandGitHub 1b9badc11a added verify false to lnd requests 2020-02-10 13:18:10 +00:00
Eneko Illarramendi 9e90aabead refactor: use Flask Blueprints to organize extensions
- extensions are now blueprints: keep views, templastes and statics in the same folder
- increase app security using `flask-talisman`
- whenever possible use {{ url_for }} for links between pages
- remove references to non-existing JavaScript code
- add missing favicon.ico
2020-01-31 21:07:05 +01:00
ArcandGitHub ca1a774949 Update __init__.py 2020-01-18 10:24:49 +00:00