Commit Graph

516 Commits

Author SHA1 Message Date
koalasat
50efa54a81
Add extra tags to nostr 2024-09-16 12:11:56 +02:00
jerry
fbbccc186d
fix linter remove unused imports and variables (#1375)
* fix linter remove unused imports and variables

* add UNUSED comment
2024-09-09 00:53:11 +00:00
KoalaSat
20f624dbf7
Merge pull request #1437 from soulbless/main
Some checks failed
Lint: Python Coordinator / Run linters (push) Has been cancelled
Update warning text when routing budget is not sufficient.
2024-09-06 08:45:53 +00:00
KoalaSat
5244b2d769
Merge pull request #1443 from RoboSats/use-nostr-as-cache-system
Fix fa nostr note tag
2024-09-06 08:24:12 +00:00
koalasat
8f5bbd796b
Fix fa nostr note tag 2024-09-06 10:23:27 +02:00
KoalaSat
ce8799d55f
Merge pull request #1362 from RoboSats/use-nostr-as-cache-system
Use nostr as cache system
2024-09-06 08:18:57 +00:00
soulbless
bd44f0fe63
Update warning text when routing budget is not sufficient. (#1)
* Update warning text when routing budget is not sufficient.

* Update warning text when routing budget is not sufficient.
2024-09-03 14:32:22 +01:00
lft3t8bx
3ea3a9d6f8
Update lnd.py
Added AMP Support for SendPaymentRequest in lnd.py, for lnd v0.18 and above
2024-08-24 15:01:42 +00:00
koalasat
a7eafa05a8
Fix Successful typo 2024-08-22 10:32:02 +02:00
koalasat
99e2dfd262
Fix fat finger 2024-08-15 21:38:12 +02:00
koalasat
77c11af2c5
Add DZA currency 2024-08-15 20:07:13 +02:00
KoalaSat
e9620e3c2b
Merge branch 'main' into use-nostr-as-cache-system 2024-08-10 16:06:49 +00:00
koalasat
5a8529f973
Fix devfund url typo 2024-08-09 11:32:10 +02:00
koalasat
7ef8a1b33a
strfry bug free version 2024-08-09 10:57:19 +02:00
koalasat
d79f27b5be
Remove created at 2024-08-08 00:45:42 +02:00
koalasat
3433f4544d
Fix url tag 2024-08-08 00:28:38 +02:00
koalasat
cad1a86514
Fix integer tag 2024-08-08 00:19:51 +02:00
koalasat
1c7b2a892a
Fix integer tag 2024-08-07 23:34:19 +02:00
koalasat
032a48a4b2
Review nostr tags 2024-08-07 22:49:16 +02:00
koalasat
af3a03c891
Async to sync 2024-08-07 22:43:59 +02:00
koalasat
19fc1f08a8
Remove test dockers 2024-08-07 22:43:59 +02:00
koalasat
c28ba4afc8
Some NIP fixes 2024-08-07 22:43:51 +02:00
koalasat
c597cc8129
Better tags 2024-08-07 22:43:46 +02:00
koalasat
a6c2130846
Testing 2024-08-07 22:43:46 +02:00
koalasat
6635722a96
Addapt Docker 2024-08-07 22:43:45 +02:00
koalasat
cbb063f06d
NIP corrections 2024-08-07 22:43:44 +02:00
koalasat
bdc10eb289
Switch to strfry 2024-08-07 22:43:43 +02:00
koalasat
97bb2dc777
Prepare for other events 2024-08-07 22:43:43 +02:00
koalasat
3e460bb255
Use nostr as cache system 2024-08-07 22:43:41 +02:00
koalasat
70fc02b242
Fix telegram bot 2024-07-18 14:06:57 +02:00
koalasat
fbfa7a060b
Fix telegram bot 2024-07-18 12:05:04 +02:00
koalasat
fd1f82f2f5
Fix telegram bot 2024-07-18 01:34:34 +02:00
koalasat
c960d19637 fix ruff 2024-07-09 21:55:45 +02:00
koalasat
6885a24f59 Include created_at 2024-07-09 21:50:48 +02:00
koalasat
53bdb30166 Fix endpoint fields 2024-07-09 21:39:15 +02:00
KoalaSat
9855e5d1f2 Test fix 2024-07-09 21:39:15 +02:00
KoalaSat
0175e73ca1 New notifications 2024-07-09 21:39:15 +02:00
jerry
6f4989cbf6
remove leftover of avatar generator (#1366) 2024-07-07 11:17:15 +00:00
jerry
35d37e6328
small fix in get_exchange_rates (#1365)
While running tests, the print(e) was printing an annoying list of
currencies. Removing it it is also more coherent with the other
currencies providers below.
2024-07-07 11:15:54 +00:00
KoalaSat
1757a9781a
Feat: add notifications api endpoint (#1347)
* Notifications Endpoint

* Fix tests

* CR

* Check tests

* Fix Tests

* Fix Chat

* Remove unused notifications

* Fix chat

* Fix chat

* Fix chat
2024-06-27 16:47:23 +00:00
daywalker90
62e6258f0f
Feat: fix CLN and reactivate cln integration tests (#1336)
* update cln holdinvoice plugin

DecodeBolt11 was removed in:
d51fd03390

* update CLN to v24.05 and holdinvoice to v3.0.0

* reactivate CLN integration tests

---------

Co-authored-by: jerryfletcher21 <jerryfletcher@cock.email>
2024-06-17 21:33:49 +00:00
Reckless_Satoshi
7558ef415c
Merge branch 'main' into perf/delete-backend-avatars 2024-06-16 22:53:51 +00:00
jerry
1f2a1abc75
fix warnings DecimalField should be Decimal type (#1334) 2024-06-16 20:44:17 +00:00
jerry
9e1216628a
add robot status "Seen Recently" where missing in the documentation (#1312)
add robot status "Seen Recently" where missing
2024-06-02 08:37:38 +00:00
Reckless_Satoshi
3143144315
fix(coordinator): cannot update_or_create with relate named on django v5 (#1263)
* Fix for django v5

* Fix re-submit invoice
2024-05-05 19:58:18 +00:00
Reckless_Satoshi
226a06e80c
feat: add coordinator panel inlines views (#1264)
feat: add admin inlines
2024-05-02 19:50:26 +00:00
Reckless_Satoshi
520a245f82
Add complete robot inline 2024-05-02 03:13:37 +01:00
Reckless_Satoshi
107cbe65e3
Fix handle empty country list 2024-05-01 03:46:08 +01:00
jerry
9071597b8c
improve/update documentation in api/oas_schemas.py (#1244)
Specify that the amount of the invoice sent in `update_invoice`
should take into consideration `routing_budget_ppm`.
Specify that the signed messages should be signed with SHA512.
Remove the warning that in the future canceling not taken orders
might result in losing the bond.
Fix a broken link.
Specify that the PGP key should be ed25519/cert,sign+cv25519/encr.
2024-04-29 23:12:40 +00:00
Reckless_Satoshi
34ef099573
Feat: add coordinator opt for geoblocked countries (#1258)
* Add location validator

* Add bad location tests
2024-04-29 22:58:03 +00:00