18a0edf9de
Frontend
2025-03-05 10:40:35 +01:00
08bcc574fc
Merge pull request #1796 from Purchase73/patch-4
...
Update 07-wallets.md
2025-03-05 08:26:14 +00:00
e24583278d
Update 07-wallets.md
...
Added boltz.exchange, very useful when receiving sats.
2025-03-04 16:36:41 -07:00
537707d464
Fix early bond expiration
2025-03-04 13:09:28 +01:00
78702664e3
chore(deps): bump django-import-export from 4.2.0 to 4.3.7
...
Bumps [django-import-export](https://github.com/django-import-export/django-import-export ) from 4.2.0 to 4.3.7.
- [Release notes](https://github.com/django-import-export/django-import-export/releases )
- [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst )
- [Commits](https://github.com/django-import-export/django-import-export/compare/4.2.0...4.3.7 )
---
updated-dependencies:
- dependency-name: django-import-export
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 07:40:45 +00: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
17089ea1b1
Merge pull request #1789 from RoboSats/fix-failing-grpcio
...
Downgrade and fix failing grpcio
2025-02-27 13:23:40 +00:00
a472e39ac2
chore(deps): bump ncipollo/release-action from 1.13.0 to 1.16.0
...
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action ) from 1.13.0 to 1.16.0.
- [Release notes](https://github.com/ncipollo/release-action/releases )
- [Commits](https://github.com/ncipollo/release-action/compare/v1.13.0...v1.16.0 )
---
updated-dependencies:
- dependency-name: ncipollo/release-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-27 07:55:08 +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
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