0a33147a4f
Fix Rebase
2024-09-16 16:05:21 +02:00
4f2ec020a9
Store status notifications
2024-09-16 15:54:14 +02:00
50efa54a81
Add extra tags to nostr
2024-09-16 12:11:56 +02:00
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
20f624dbf7
Merge pull request #1437 from soulbless/main
...
Update warning text when routing budget is not sufficient.
2024-09-06 08:45:53 +00:00
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
8f5bbd796b
Fix fa nostr note tag
2024-09-06 10:23:27 +02:00
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
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
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
a7eafa05a8
Fix Successful typo
2024-08-22 10:32:02 +02:00
99e2dfd262
Fix fat finger
2024-08-15 21:38:12 +02:00
77c11af2c5
Add DZA currency
2024-08-15 20:07:13 +02:00
e9620e3c2b
Merge branch 'main' into use-nostr-as-cache-system
2024-08-10 16:06:49 +00:00
5a8529f973
Fix devfund url typo
2024-08-09 11:32:10 +02:00
7ef8a1b33a
strfry bug free version
2024-08-09 10:57:19 +02:00
d79f27b5be
Remove created at
2024-08-08 00:45:42 +02:00
3433f4544d
Fix url tag
2024-08-08 00:28:38 +02:00
cad1a86514
Fix integer tag
2024-08-08 00:19:51 +02:00
1c7b2a892a
Fix integer tag
2024-08-07 23:34:19 +02:00
032a48a4b2
Review nostr tags
2024-08-07 22:49:16 +02:00
af3a03c891
Async to sync
2024-08-07 22:43:59 +02:00
19fc1f08a8
Remove test dockers
2024-08-07 22:43:59 +02:00
c28ba4afc8
Some NIP fixes
2024-08-07 22:43:51 +02:00
c597cc8129
Better tags
2024-08-07 22:43:46 +02:00
a6c2130846
Testing
2024-08-07 22:43:46 +02:00
6635722a96
Addapt Docker
2024-08-07 22:43:45 +02:00
cbb063f06d
NIP corrections
2024-08-07 22:43:44 +02:00
bdc10eb289
Switch to strfry
2024-08-07 22:43:43 +02:00
97bb2dc777
Prepare for other events
2024-08-07 22:43:43 +02:00
3e460bb255
Use nostr as cache system
2024-08-07 22:43:41 +02:00
70fc02b242
Fix telegram bot
2024-07-18 14:06:57 +02:00
fbfa7a060b
Fix telegram bot
2024-07-18 12:05:04 +02:00
fd1f82f2f5
Fix telegram bot
2024-07-18 01:34:34 +02:00
c960d19637
fix ruff
2024-07-09 21:55:45 +02:00
6885a24f59
Include created_at
2024-07-09 21:50:48 +02:00
53bdb30166
Fix endpoint fields
2024-07-09 21:39:15 +02:00
9855e5d1f2
Test fix
2024-07-09 21:39:15 +02:00
0175e73ca1
New notifications
2024-07-09 21:39:15 +02:00
6f4989cbf6
remove leftover of avatar generator ( #1366 )
2024-07-07 11:17:15 +00:00
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
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
20d56bdb6f
fix verify_signed_message
...
verify_signed_message was not checking for the validity of the
signature. The documentation of python-gnupg is not clear about this, it
says that the fiels are set just if the signature is valid.
In this case tests/robots/1/signed_message was signed with the correct
key but with the wrong digest-algo (SHA256 instead of SHA512) as
expressed on the signature.
Running gpg --verify tests/robots/1/signed_message returned:
gpg: WARNING: signature digest conflict in message
gpg: Can't check signature: General error
and a non zero error code, but verify_signed_message was not catching
this because verified.fingerprint was set even though verified.valid was
False.
2024-06-26 19:07:14 +02:00
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
7558ef415c
Merge branch 'main' into perf/delete-backend-avatars
2024-06-16 22:53:51 +00:00
1f2a1abc75
fix warnings DecimalField should be Decimal type ( #1334 )
2024-06-16 20:44:17 +00:00
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
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
226a06e80c
feat: add coordinator panel inlines views ( #1264 )
...
feat: add admin inlines
2024-05-02 19:50:26 +00:00
520a245f82
Add complete robot inline
2024-05-02 03:13:37 +01:00