572 Commits

Author SHA1 Message Date
94389f89a8 Merge pull request #2038 from jerryfletcher21/rewards-support-routing-budget
add option for routing_budget_ppm in /api/rewards
2025-07-09 15:07:14 +00:00
997c569360 add option for routing_budget_ppm in /api/rewards 2025-07-09 10:54:29 +02:00
c5576a43ee Upgrade nosr sdk code 2025-07-06 19:18:12 +02:00
afcabbc67f Include more order info when there is a password 2025-06-22 19:34:20 +02:00
e2ace7c0f7 Include more order info when there is a password 2025-06-22 19:27:53 +02:00
a4e977c0e3 Merge pull request #2003 from htteot/main
documentation: update Wallets file
2025-06-21 17:33:25 +00:00
cda72d11b4 Working version 2025-06-21 18:09:09 +02:00
220b4263b4 Better view info 2025-06-21 16:36:20 +02:00
9000fffc48 Frontend 2025-06-21 16:33:09 +02:00
3a164f95d9 Update logics.py
Remove word RoboSats from transaction description
2025-06-19 21:00:26 +02:00
ef5257ef33 Add password to Orders 2025-06-18 15:15:31 +02:00
7a2d6c4a76 cln fix invoice dropped that caused order stuck 2025-06-12 18:07:29 +02:00
48ee4ac8a4 Merge pull request #1969 from jerryfletcher21/lnd-node-error-message
change lnd down errors to general node errors
2025-05-28 21:35:57 +00:00
ce6e19882e change lnd down errors to general node errors 2025-05-28 22:59:35 +02:00
bff872130d traditional environment 2025-05-28 17:32:04 +02:00
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