This release introduces
- The new Maker Form
- New match making system on order maker
- RoboSats PRO concep demo (Interactive fully customizable layout with widgets, drag and drop, then freeze the UI) . Check it out at unsafe.robosats.com/pro
- New Web websocket System
- API v0 documentation
- Loading avatar placeholder animation
- A large refactor of the frontend (many new functional components)
- Persist data on Android
- New currencies
- New language : Chinese (simplified and traditional)
A RoboSats release simply marks a milestone in development. The release is relevant for RoboSats developers and market coordinators. In addition, it gives us an opportunity to release a note summarizing all of the new cool features and credit all contributors.
Docker Images
Coordinator Backend Image v0.2.2-alpha (Docker Hub)
docker pull recksato/robosats:v0.2.2-alpha
Client App Image v0.2.2-alpha (Docker Hub)
docker pull recksato/robosats-client:v0.2.2-alpha
See nodeapp/docker-compose.yml for an example docker-compose usage of the robosats-client
image.
Android
Find below the Android APK assets for testing (Android app still under development, look at pre-releases for more information).
Many bug fixes (possibly many new bugs too!)
Known bugs:
- Tooltips on the DepthChart are now deactivated. The center line does not render.
- Chat still does not work in the Android APK.
v0.2.2-alpha (2022-10-22)
Closed issues:
- Add REST API endpoint for the trade chat (Turtle mode chat) #175
Merged pull requests:
- Add react layout grid playground #299 (Reckless-Satoshi)
- Conform to pep8 rules #295 (redphix)
- Annoy black #293 (redphix)
- Update Chinese language #292 (ra5pvt1n)
- Fixes to python auto-formatting #291 (Reckless-Satoshi)
- Bump django from 3.2.15 to 3.2.16 #290 (dependabot[bot])
- Add functional homepage #289 (Reckless-Satoshi)
- Add Chat endpoint to API v0 #288 (Reckless-Satoshi)
- Python files style cleanup #281 (redphix)
android-f3d36fb (2022-10-16)
Closed issues:
- Add matchmaking system #237
Merged pull requests:
- Revert catch on Tor Android connection #287 ([@KoalaSat )
- Android style fixes #286 (Reckless-Satoshi)
- Android minor fixes #285 (KoalaSat)
- Fix docs - add missing field in /api/book #279 (redphix)
- Create WebsocketWebClient #277 (KoalaSat)
- Update docs - add on-chain payouts page #272 (redphix)
- Add Traditional Chinese language locale #271 (ra5pvt1n)
- Add MakerForm functional component #265 (Reckless-Satoshi)
android-27154d5 (2022-10-10)
Closed issues:
Merged pull requests:
- Add currencies ETB, GEL, and UGX which Yadio now supports #275 ([@sgornick )
- Persist Data on Android #274 (@KoalaSat)
- Update Basque language #273 (@OSFr0g)
- Update docs - 05-trade-escrow.md #264 (@okada-blue))
android-9bda934 (2022-10-07)
Merged pull requests:
- Android Tor icon and copy to clipboard #269 (KoalaSat)
- Fix broken url in translations docs #268 (@bitcoin-solo)
android-36cf156 (2022-10-04)
Closed issues:
- API Documentation #75
Merged pull requests:
- Android app config and fixes #267 (KoalaSat)
- Update docs - 09-swaps.md #263 (redphix)
- Update docs - add matrix room link in development #262 (redphix)
- Add OpenAPI v3.0 Docs for API #243 (redphix)
Latest
- Add Chat endpoint to API v0 by @Reckless-Satoshi in #288
- Bump django from 3.2.15 to 3.2.16 by @dependabot in #290
- Python files style cleanup by @redphix in #281
- Fixes to python auto-formatting by @Reckless-Satoshi in #291
- Update Chinese language by @ra5pvt1n in #292
- Add functional homepage by @Reckless-Satoshi in #289
- Conform to pep8 rules by @redphix in #295
- Annoy black by @redphix in #293
- Add react layout grid playground by @Reckless-Satoshi in #299