Update RoboSats to v0.6.0-alpha (#1022)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Reckless_Satoshi 2024-03-26 22:34:40 +00:00 committed by GitHub
parent 4fe3845fc2
commit 4cad60cb6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 17 deletions

View File

@ -7,10 +7,10 @@ services:
APP_PORT: 12596
web:
image: recksato/robosats-client:0.5.4-alpha@sha256:0f6171884cb581f29c25da0691723ddb87bd8b2f3612ad8a955dc29c39b6bdf0
image: recksato/robosats-client:v0.6.0-alpha@sha256:ae5b806bef9bb6dc23899b0d1e667fcc4321f7f85c1623954a3861186000eee0
restart: on-failure
stop_grace_period: 1m
init: true
environment:
TOR_PROXY_IP: ${TOR_PROXY_IP}
TOR_PROXY_PORT: ${TOR_PROXY_PORT}
TOR_PROXY_PORT: ${TOR_PROXY_PORT}

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: robosats
category: bitcoin
name: RoboSats
version: "v0.5.4-alpha"
version: "v0.6.0-alpha"
tagline: Simple and Private Bitcoin P2P Exchange
description: >-
RoboSats is a simple and private app to exchange bitcoin for national currencies.
@ -34,25 +34,18 @@ description: >-
You can join other cool Robots and get community support at https://t.me/robosats telegram group.
releaseNotes: >-
This update is a minor release that takes Robosats from version 0.5.3-alpha to 0.5.4-alpha with some small enhancements and bug fixes.
This is the biggest ever RoboSats update. RoboSats has decentralized! The whole app architecture is new, yet, it should feel as familiar as always.
Learn more about why these changes are important on the RoboSats blog https://learn.robosats.com/robosats/update/pre-release-robosats-decentralized/
Changes
- Your RoboSats app connects to multiple trade coordinators simultaneously. This greatly improves robustness and censorship resistance.
- Dependency updates and security fixes.
- Coordinator serves robot hash_ids needed for >v0.6.0 client side robot identity generator.
- Recommended and minimum onchain fees for payouts are now more accurate.
- Devfund node has moved. The new node now has public access to the invoices services (read-only).
- Fix book re-render on swap/fiat change
- and many more.
- Robot identities are now generated locally. This improves speed by an order of magnitude as well as identity sovereignty.
Full release notes are available at https://github.com/RoboSats/robosats/releases
Full changelog can be found here: https://github.com/Reckless-Satoshi/robosats/compare/v0.5.3-alpha...v0.6.0-alpha
developer: RoboSats
website: https://learn.robosats.com
dependencies: []
@ -69,4 +62,4 @@ path: ""
defaultUsername: ""
defaultPassword: ""
submitter: RoboSats
submission: https://github.com/getumbrel/umbrel-apps/pull/122
submission: https://github.com/getumbrel/umbrel-apps/pull/122