2583 Commits

Author SHA1 Message Date
ee4fe15c6c Allow multiple takers 2025-02-28 21:26:08 +01:00
17089ea1b1 Merge pull request #1789 from RoboSats/fix-failing-grpcio
Downgrade and fix failing grpcio
2025-02-27 13:23:40 +00:00
310411de3f Downgrade and fix failing grpcio 2025-02-26 18:02:14 +01:00
1f0dc77b31 Merge pull request #1785 from RoboSats/update-cln-version
update CLN version
2025-02-26 13:43:18 +00:00
8ba46a4d82 update CLN version 2025-02-26 14:42:13 +01:00
df30def6a3 Merge pull request #1784 from RoboSats/fix-portuguese-urls
Fix portuguese urls
2025-02-26 10:37:38 +00:00
8865db4e5f Fix portuguese urls 2025-02-26 11:36:45 +01:00
f007907b99 Merge pull request #1783 from gabbygator184/main
Review of the Portuguese translation
2025-02-25 22:12:27 +00:00
82b9e44380 Review of the Portuguese translation 2025-02-25 17:19:56 -03:00
2e9ef9df6d Merge pull request #1217 from thayronepaula/add-new-translation-portuguese
Add new translation portuguese
2025-02-25 20:10:13 +00:00
0e7024a601 Merge branch 'main' into add-new-translation-portuguese 2025-02-25 20:09:56 +00:00
7a4c82a429 Merge pull request #1781 from gitsofaryan/disc
Show JavaScript Disabled Disclaimer
2025-02-24 17:40:51 +00:00
c79aa5d864 Disclaimer + Styled 2025-02-24 21:23:47 +05:30
b59a57856b Update index.ejs 2025-02-24 13:34:58 +05:30
70c88ff072 Added Disclaimer 2025-02-24 13:27:12 +05:30
452de798a4 Merge pull request #1779 from RoboSats/KoalaSat-patch-2
Update README.md
2025-02-23 23:24:08 +00:00
faa6966aa9 Update README.md 2025-02-24 00:23:36 +01:00
3dc5eb863b Update README.md 2025-02-24 00:20:11 +01:00
b240ccf05c Update how-to-use_fr.md 2025-02-24 00:19:54 +01:00
b6f53fdaa9 Fix release label 2025-02-23 23:55:27 +01:00
6a182b2e9e Merge pull request #1777 from BitcoinVeneto/main
Update nostr.py
2025-02-23 17:36:46 +00: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
0477359617 Merge branch 'RoboSats:main' into main 2025-02-23 12:05:58 +01:00
951a71d73b Merge pull request #1773 from RoboSats/fix-desktop-release-artifacts
Fix Desktop release artifacts
2025-02-22 19:55:47 +00:00
272fe7b6ec Fix Desktop release artifacts 2025-02-22 20:55:00 +01:00
9da8588e79 Merge pull request #1772 from RoboSats/bump--to-v0.7.4-alpha
Coordinator version
v0.7.4-alpha
2025-02-22 11:46:22 +00:00
81f236eaae Coordinator version 2025-02-22 12:45:36 +01:00
69517c55d6 Merge pull request #1771 from RoboSats/bump--to-v0.7.4-alpha
Bump to v0.7.4-alpha
2025-02-22 11:29:39 +00:00
cad57320d2 Bump to v0.7.4-alpha 2025-02-22 12:28:28 +01:00
4941af0e3d Merge pull request #1329 from jerryfletcher21/fix-tests
fix some errors while running test
2025-02-22 11:10:47 +00: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
4cc7430aae Merge pull request #1770 from RoboSats/display-all-payment-methods
Display all payment methods
2025-02-22 11:08:28 +00:00
4ccd0871c4 Display all payment methods 2025-02-22 12:06:32 +01:00
36a603d754 Merge pull request #1764 from RoboSats/KoalaSat-patch-2
Update README.md
2025-02-19 23:37:13 +00:00
bba1462df2 Update README.md 2025-02-20 00:36:38 +01:00
b034ab1b19 Merge branch 'main' into add-new-translation-portuguese 2025-02-18 22:59:28 +00:00
bf6efa4a59 Merge pull request #1745 from RoboSats/change-nostr
Update donations
2025-02-16 13:32:09 +00:00
ca480bdaef Update donations 2025-02-16 14:31:43 +01:00
87932e865f Merge pull request #1744 from RoboSats/change-nostr
Change nostr accounts
2025-02-16 13:25:50 +00:00
80e86128ae Change nostr accounts 2025-02-16 14:25:21 +01:00
4f8c2157e8 Merge pull request #1743 from RoboSats/remove-twitter-links
Remove twitter links
2025-02-16 11:36:17 +00:00
e2398c2587 Remove Twitter link fron frontend 2025-02-16 12:34:29 +01:00
8b48492cbc Remove Twitter links 2025-02-16 12:32:40 +01:00
05a043a66b Merge pull request #1640 from htteot/patch-4
Update 07-wallets.md
2025-02-15 13:00:35 +00:00
f376f1261c Merge pull request #1738 from RoboSats/change-to-new-onion
update tesnet description
2025-02-14 20:32:42 +00:00
5f6094fe00 update tesnet description 2025-02-14 21:32:19 +01:00
efe83254e0 Merge pull request #1737 from RoboSats/change-to-new-onion
update tesnet description
2025-02-14 20:26:31 +00:00
3044dc7b47 update tesnet description 2025-02-14 21:25:39 +01:00
e6b0f76036 Merge pull request #1736 from RoboSats/change-to-new-onion
Change to new Onion
2025-02-14 20:05:04 +00:00
bcf676ac59 Change to new Onion 2025-02-14 21:04:10 +01:00