Browse Source

Update RoboSats to v0.5.0-alpha (#528)

Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
main
Reckless_Satoshi 2 years ago
committed by GitHub
parent
commit
af9a5d5466
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      robosats/docker-compose.yml
  2. 27
      robosats/umbrel-app.yml

2
robosats/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 12596
web:
image: recksato/robosats-client:v0.4.0-alpha@sha256:9f9a759be3a4faf1305ab8ec17d0041fc430b604767b1b4838015d365080433d
image: recksato/robosats-client:v0.5.0-alpha@sha256:b240e5909df5db571c815900506a55ba8ac7dd8741ba8e7dab0dced43bb0c71b
restart: on-failure
stop_grace_period: 1m
init: true

27
robosats/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats
category: Finance
name: RoboSats
version: "v0.4.0-alpha"
version: "v0.5.0-alpha"
tagline: Simple and Private Bitcoin P2P Exchange
description: >-
RoboSats is a simple and private app to exchange bitcoin for national currencies.
@ -18,13 +18,13 @@ description: >-
- More than 10 languages available and over 60 fiat currencies
- Safe: simply lock a lightning hodl invoice and show you are real and commited.
- Safe: simply lock a lightning hodl invoice and show you are real and committed.
- No data collection. Your communication with your peer is PGP encrypted, only you can read it.
- Lightning fast: the average soverign trade finishes in ~ 8 minutes. Faster than a single block confirmation!
- Lightning fast: the average sovereign trade finishes in ~ 8 minutes. Faster than a single block confirmation!
- Fully collateralized escrow: your peer is always commited and cannot run away with the funds.
- Fully collateralized escrow: your peer is always committed and cannot run away with the funds.
- Strong incentives system: attempts of cheating are penalized with the slashing of the Sats in the fidelity bond.
@ -34,21 +34,26 @@ description: >-
You can join other cool Robots and get community support at https://t.me/robosats telegram group.
releaseNotes: >-
- New Robot page
⚠️ You may see a warning message after updating the app, informing you that an update is still required.
This is a known issue and can be safely disregarded. To prevent the message from appearing every time you open the app,
clear your browser cache by pressing Ctrl+Shift+R (Cmd+Shift+R on Mac) while on the app page or selecting the
third option in the pop-up.
- New user onboarding dialog
- New robot Recovery dialog.
- New authentication method for robots (you must update!)
- New Robot Garage. The garage is a backlog of your multiple robots. It helps you switch easily between identities. Note that only the active robot will receive sound notifications for its order.
- Added possibility to revert fiat sent
- A robot that has past trade now shows a warning "Reusing trading identity degrades your privacy against other users, coordinators and observers."
- New payment methods
- Other minor bug bixes and updates.
- New trade summary, and preliminary Sats amounts before making / taking an order.
- New language: japanese
Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/compare/v0.3.3-alpha...v0.4.0-alpha
- Many other minor bug fixes and updates.
Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/compare/v0.4.0-alpha...v0.5.0-alpha
developer: RoboSats
website: https://learn.robosats.com
dependencies: []

Loading…
Cancel
Save