2723 Commits

Author SHA1 Message Date
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
93b594f75b chore(deps-dev): bump eslint-import-resolver-typescript in /mobile
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.6.0 to 3.8.3.
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.0...v3.8.3)

---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-22 07:52:54 +00: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
a74c477dc7 Merge pull request #1734 from RoboSats/hide-secure-alert-notification-on-onion-address
Fix react
2025-02-13 13:15:06 +00:00
40850c4e5e Fix react 2025-02-13 14:14:25 +01:00
911a20b782 Merge pull request #1733 from RoboSats/hide-secure-alert-notification-on-onion-address
Hide secure alert on onion address
2025-02-13 11:22:25 +00:00
97641cfee7 Hide secure alert on onion address 2025-02-13 12:21:05 +01:00
8f4859908f Merge pull request #1732 from RoboSats/change-swap-type-results
Switch swap type filter results
2025-02-13 10:51:15 +00:00
4e38be6cf8 Switch swap type filter results 2025-02-13 11:50:28 +01:00
3011e153df Merge pull request #1731 from RoboSats/fix-nodeapp-dkcer
Fix docker compose
2025-02-13 10:19:19 +00:00
fa730e32d4 Fix docker compose 2025-02-13 11:18:22 +01:00
11d1537fc6 Merge pull request #1730 from RoboSats/fix-nodeapp-dkcer
Fix node app docker
2025-02-13 10:16:41 +00:00
6795e2bdfd Fix node app docker 2025-02-13 11:15:56 +01:00
e30fa6ab98 Merge pull request #1729 from RoboSats/fix-web-docker
Fix web docker
2025-02-12 21:46:06 +00:00
48b182aefe Fix web docker 2025-02-12 22:45:17 +01:00
065ef5f3f9 Merge pull request #1728 from RoboSats/change-robosats-org
Change urls to robosats.org
2025-02-12 18:49:06 +00:00
de5d04a9ab Change urls to robosats.org 2025-02-12 19:45:24 +01:00