RoboSats v0.5.1 is now out! 🚀
Changes:
- CLN (core-lightning) can now be used as robosats coordinator node vendor. It is however, experimental, and not recommended in mainnet. Thank you for this great contribution @Daywalker91 !
- Full rework of the Lnproxy feature by @shyfire131 . Thank you!
- Chat now allows multiple line inputs by @shyfire131
- RoboSats client should now work inside of Blixt's webln browser. Thank you @SynthLock for the tips and debugging!
- API requests to POST /order that contain important information, i.e, the payout invoice or address, are now signed by the robot PGP key and validated by the coordinator. This way, on a multi coordinator set up, a robot can potentially be re-used across several coordinators without risk of identity stealing (auth token) by a rogue coordinator (alla man-in-the-middle).
- New Keysend functionality. RoboSats coordinators can now, voluntarily, keysend devfund donations automatically for each trade they host.
- Simplify coordinator updates. Now migrations are tracked and apply on first start-up. Static files are collected on start up as well.
- New maker form switch for exact and range amounts thanks to @JooVLC
- Fix negative premium field by @JooVLC
- Self-hosted node app has been fully re-worked. It is now based on Alpine (size went down from 130MB to 7MB) and the ram-heavy dependencies have been dropped. The app is now lighter, and fully self-contained, as no part of the frontend depends on the existing coordinator anymore.
- Overall update of Android app, slightly better performance and smaller size.
- Sounds do work on the Android app now.
- New reviews section to learn.robosats.com by @athena-alpha
- New tutorial by @BitcoinQnA
- Add new payment methods: Sinpe movil and Qiwi.
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.5.1.alpha-universal.apk.asc
-
Verify the signer is actually Reckless-Satoshi (fingerprints match): B4AB5F19113D4125DDF217739C4585B561315571
Alternatively you can also verify with the release with the SHA256 checksum.
Known missing features:
- Android APK has no sound or notifications.
Docker Images
Coordinator Backend Image v0.5.1-alpha (Docker Hub)
docker pull recksato/robosats:v0.5.1-alpha
Client App Image v0.5.1-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.5.1-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
What's Changed
- Fix minor typo in setup.md by @shyfire131 in #563
- "Qiwi" Payment Method by @dirtyroom969 in #564
- Simplify and optimize nodeapp by @Reckless-Satoshi in #565
- Bump webpack from 5.82.0 to 5.82.1 in /frontend by @dependabot in #567
- Bump @mui/base from 5.0.0-alpha.128 to 5.0.0-beta.0 in /frontend by @dependabot in #568
- Bump @emotion/styled from 11.10.8 to 11.11.0 in /frontend by @dependabot in #569
- Bump eslint from 8.39.0 to 8.40.0 in /frontend by @dependabot in #566
- Bump @typescript-eslint/parser from 5.59.2 to 5.59.5 in /frontend by @dependabot in #570
- Fix usenavigate PRO by @Reckless-Satoshi in #571
- Bump django-cors-headers from 3.14.0 to 4.0.0 by @dependabot in #580
- Bump grpcio-tools from 1.54.0 to 1.54.2 by @dependabot in #581
- Bump sqlalchemy from 2.0.12 to 2.0.13 by @dependabot in #579
- Bump grpcio from 1.54.0 to 1.54.2 by @dependabot in #578
- Bump django-celery-results from 2.5.0 to 2.5.1 by @dependabot in #582
- Simplify coordinator updates, automatic migrations and collect statics by @Reckless-Satoshi in #583
- Edit learn.robosats.com "Contribute" Documentation by @okada-blue in #587
- Add keysend functionality by @Reckless-Satoshi in #589
- Add pgp signature to sensitive client - coordinator messages by @Reckless-Satoshi in #592
- Fix lnproxy support by @shyfire131 in #586
- Add switch Amount Exact/Range by @JooVLC in #577
- Fix robosats on blixt's react-native-webview by @Reckless-Satoshi in #594
- Bump @mui/material from 5.12.3 to 5.13.1 in /frontend by @dependabot in #596
- Bump @mui/x-date-pickers from 6.0.4 to 6.4.0 in /frontend by @dependabot in #597
- Bump webpack-cli from 5.0.2 to 5.1.1 in /frontend by @dependabot in #599
- Bump @babel/core from 7.21.4 to 7.21.8 in /frontend by @dependabot in #600
- Bump i18next from 22.4.15 to 22.5.0 in /frontend by @dependabot in #598
- Bump @typescript-eslint/parser from 5.59.1 to 5.59.6 in /mobile by @dependabot in #602
- Bump sqlalchemy from 2.0.13 to 2.0.15 by @dependabot in #606
- Add support for multiline chat by @shyfire131 in #595
- Fix collect_phrases.py to work on all OS by @JooVLC in #607
- Add collect_phrases pre-commit hook; run new collect phrases by @Reckless-Satoshi in #610
- Additional updates to LnProxy support by @shyfire131 in #609
- Add core-lightning as backend lightning node vendor by @Reckless-Satoshi in #611
- Update how-to-use.md by @BitcoinQnA in #612
- Bump requests from 2.30.0 to 2.31.0 by @dependabot in #616
- Submit PRs for LnProxy relay list updates by @shyfire131 in #613
- Proposes a new Reviews section to main site by @athena-alpha in #605
- Bump @mui/x-data-grid from 6.3.1 to 6.5.0 in /frontend by @dependabot in #624
- Bump @types/react-dom from 18.2.1 to 18.2.4 in /frontend by @dependabot in #620
- Bump @mui/material from 5.13.1 to 5.13.2 in /frontend by @dependabot in #621
- Bump webpack from 5.82.1 to 5.84.1 in /frontend by @dependabot in #622
- Bump react-router-dom from 6.11.0 to 6.11.2 in /frontend by @dependabot in #623
- Fix bug in discount field by @JooVLC in #614
- Bump react-native-webview from 12.0.2 to 12.1.0 in /mobile by @dependabot in #629
- Bump metro-react-native-babel-preset from 0.70.3 to 0.75.1 in /mobile by @dependabot in #625
- Add selfhosted client custom builds by @Reckless-Satoshi in #630
- Bump Android dependencies and SDK; Enable ProGuard; Fix sounds by @Reckless-Satoshi in #631
New Contributors
- @shyfire131 made their first contribution in #563
- @JooVLC made their first contribution in #577
- @BitcoinQnA made their first contribution in #612
Full Changelog: v0.5.0-alpha...v0.5.1-alpha