Commit Graph

529 Commits

Author SHA1 Message Date
BitcoinVeneto
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
KoalaSat
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
koalasat
fd5c21605a
Change network nostr tag 2024-11-12 17:21:38 +01:00
koalasat
925a194b0b
Nostr order should hide when a taker sends the action 2024-11-06 11:35:03 +01:00
KoalaSat
5d18d040fe
Merge branch 'main' into fix-verify-signed-message 2024-10-19 15:00:29 +00:00
koalasat
2e05561cd1
Add node alias to invoice description 2024-10-18 22:43:48 +02:00
koalasat
2fc61ba4ae
Add node alias to invoice description 2024-10-18 22:43:47 +02:00
KoalaSat
7d7a3a39e7
Revert "Store status notifications" 2024-10-01 19:35:57 +00:00
KoalaSat
28fc426e7e
Revert "Avoid duplicated notifications" 2024-10-01 19:35:03 +00:00
koalasat
a050ed14e3
Avoid duplicated notifications 2024-09-25 13:46:55 +02:00
koalasat
0a33147a4f
Fix Rebase 2024-09-16 16:05:21 +02:00
koalasat
4f2ec020a9
Store status notifications 2024-09-16 15:54:14 +02:00
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