535 Commits

Author SHA1 Message Date
18a0edf9de Frontend 2025-03-05 10:40:35 +01:00
537707d464 Fix early bond expiration 2025-03-04 13:09:28 +01:00
0a8d648fa4 Better logs 2025-03-01 23:52:30 +01:00
4f8139bb01 Try to fix 2025-02-28 23:48:30 +01:00
9498fe5b47 Test taker invoice failure 2025-02-28 22:46:06 +01:00
ee4fe15c6c Allow multiple takers 2025-02-28 21:26:08 +01:00
668e62af91 Update nostr.py
Fix: Update add_relays() to add_relay() in nostr.py
Description
This PR fixes an issue , the method add_relays() was renamed to add_relay() and now accepts a single string instead of a list.

Error Message

AttributeError: 'Client' object has no attribute 'add_relays'. Did you mean: 'add_relay'?
After changing the code to use add_relay(), another error occurred:


The error occurred because the updated add_relay() method expects a string but was passed a list. This was due to the previous usage of add_relays() which accepted a list of URLs.


await client.add_relays(["ws://localhost:7777"])
To:
await client.add_relay("ws://localhost:7777")
2025-02-23 12:08:54 +01:00
70eed71e91 Merge pull request #1354 from jerryfletcher21/fix-verify-signed-message
fix verify_signed_message and tests/robots/1/signed_message
2025-02-22 11:10:36 +00:00
fd5c21605a Change network nostr tag 2024-11-12 17:21:38 +01:00
925a194b0b Nostr order should hide when a taker sends the action 2024-11-06 11:35:03 +01:00
5d18d040fe Merge branch 'main' into fix-verify-signed-message 2024-10-19 15:00:29 +00:00
2e05561cd1 Add node alias to invoice description 2024-10-18 22:43:48 +02:00
2fc61ba4ae Add node alias to invoice description 2024-10-18 22:43:47 +02:00
7d7a3a39e7 Revert "Store status notifications" 2024-10-01 19:35:57 +00:00
28fc426e7e Revert "Avoid duplicated notifications" 2024-10-01 19:35:03 +00:00
a050ed14e3 Avoid duplicated notifications 2024-09-25 13:46:55 +02:00
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