557 Commits

Author SHA1 Message Date
5fe80c9b44 fix ruff warning in telegram_watcher 2025-05-16 18:26:56 +02:00
0557dd6b89 fix result not present in telegram api response 2025-05-14 00:08:50 +02:00
506338cb54 Send nip17 encrypted messages 2025-05-09 12:36:16 +02:00
f5d3070ad1 Add new relay 2025-05-09 10:42:25 +02:00
996eee0dbc Disable onchian nostr tag 2025-04-29 12:24:51 +02:00
397886a3bf Fix tests 2025-04-27 19:05:59 +02:00
e78d86feba nostr pubkey for Robot 2025-04-27 18:43:51 +02:00
2ee48f3108 Fix tests review 2025-04-26 18:49:37 +02:00
069727310a Add UZS migration 2025-04-25 10:16:50 +02:00
4a8e371e55 Frontend 2025-04-24 23:27:15 +02:00
26904f7cc2 Tests 2025-04-24 12:46:18 +02:00
3cb5439781 Endpoint 2025-04-22 17:21:30 +02:00
a72bd9f454 Merge pull request #1826 from RoboSats/fix-invoice-cleanup
Fix invoice cleanup
2025-04-08 10:12:53 +00:00
c1897458e0 Fix tests 2025-03-25 18:02:28 +01:00
c9c9971601 Fix invoice cleanup 2025-03-24 00:11:04 +01:00
f80f1dfb0c Add cancel_status to POST /api/order 2025-03-19 22:35:41 -03:00
ef20eb32ec Display market price apis in API 2025-03-15 18:42:27 +01:00
e486b87948 Display amount correctly 2025-03-14 18:17:30 +01:00
c12c579497 Calculate right amount scrow and bond 2025-03-14 16:11:17 +01:00
3a34bdf4ea Fix tests 2025-03-10 18:11:42 +01:00
26802f114a Retro compatible 2025-03-10 10:11:52 +01:00
ffa75ba87f Revert "Frontend"
This reverts commit 18a0edf9de880ef7b6e7f541d29778546facdb38.
2025-03-10 10:10:02 +01:00
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