v0.7.8-alpha
RoboSats v0.7.8 is now out! 🚀
Changes
What's new
For Users
- New coordinator: LibreBazaar #1903
- New payment method: Nomad
- Major libraries update
- Coordinator ratings are now cryptographically verified
- Private chat message are also sent as nip17 as part of the full migration of the chat to nostr
- Fix Start9/Umbrel nostr relay connection
- Fixed a situation where sometimes orders table loads in page 2
- Android adaptive Icons support
For Coordinators
- Nostr notes are now additionally published to port 7778
Android
Click to download universal RoboSats APK for Android
Smaller bundles for each CPU architecture available in the attachments.
Verify the app using GPG:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.8.alpha-universal.apk.asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Additionally, you can download it from Izzysoft repository or ZapStore
Desktop
Download the Desktop App zip file
Find the zip file that suits with your operative system:
Verify the app using GPG:
- Download the ascii armored signature:
-
Run this command on a directory that contains the apk file and and the ascii armored signature.
gpg --verify robosats-v0.7.8.alpha-....asc
-
Verify the signer is actually
Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571KoalaSat 8FCDBF574CCFD73DB68B00CC2F7F61C6146AB157
Docker Images
Coordinator Backend Image v0.7.8-alpha (Docker Hub)
docker pull recksato/robosats:v0.7.8-alpha
Client App Image v0.7.8-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.7.8-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Update it.json by @BitcoinVeneto in #1900
- Validate ratign tokens by @KoalaSat in #1904
- Filter network order events by @KoalaSat in #1905
- Include Peach orders by @KoalaSat in #1810
- Send nip17 encrypted messages by @KoalaSat in #1910
- chore(deps): bump django-cors-headers from 4.6.0 to 4.7.0 by @dependabot in #1886
- chore(deps): bump pygeohash from 1.2.0 to 3.0.1 by @dependabot in #1885
- chore(deps): bump django-celery-results from 2.5.1 to 2.6.0 by @dependabot in #1884
- chore(deps): bump googleapis-common-protos from 1.66.0 to 1.70.0 by @dependabot in #1883
- chore(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.3 in /frontend by @dependabot in #1899
- chore(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.4.0 in /frontend by @dependabot in #1907
- fix REDIS_URL config instead of environment variable by @jerryfletcher21 in #1913
- cast DEVELOPMENT config to bool by @jerryfletcher21 in #1912
- Upgrade all frontend libraries by @KoalaSat in #1911
- Revert "fix REDIS_URL config instead of environment variable" by @KoalaSat in #1921
- Android: Add Adaptive Icons support by @dennisreimann in #1922
- LibreBazaar coordinator by @KoalaSat in #1909
- LibreBazaar nostr by @KoalaSat in #1923
- Fix nodeapp nostr relay by @KoalaSat in #1925
- fix typo in nodeapp/robosats-client.sh by @jerryfletcher21 in #1927
- Add Nomad payment method by @p-manoel in #1928
- fix result not present in telegram api response by @jerryfletcher21 in #1929
- fix ruff warning in telegram_watcher by @jerryfletcher21 in #1936
- read REDIS_URL with decouple by @jerryfletcher21 in #1939
- fix typo in tests and update api-latest.yaml by @jerryfletcher21 in #1938
- increase tests trade range by @jerryfletcher21 in #1937
- Run tests in PRs by @KoalaSat in #1944
- Bump frontend by @KoalaSat in #1945
- chore(deps-dev): bump ruff from 0.11.6 to 0.11.10 by @dependabot in #1941
- Fix relay connection by @KoalaSat in #1946
- chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.20 to 2.1.21 in /mobile/android by @dependabot in #1942
- v0.7.8-alpha by @KoalaSat in #1947
- Bump open pgp by @KoalaSat in #1948
- Revert openPGP version by @KoalaSat in #1950
- Revert "Android: Add Adaptive Icons support" by @KoalaSat in #1951
- Fix rating counter by @KoalaSat in #1952
- Fix testnet connections by @KoalaSat in #1958
- Remove local coordinator by @KoalaSat in #1959
New Contributors
Full Changelog: v0.7.7-alpha...v0.7.8-alpha