Update LN Markets to v1.3.0 (#374)

This commit is contained in:
kibotrel 2023-01-17 12:55:34 +01:00 committed by GitHub
parent c055b65495
commit 8ed3ab34a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_LNMARKETS_PORT APP_PORT: $APP_LNMARKETS_PORT
lnmarkets: lnmarkets:
image: ghcr.io/ln-markets/umbrel:v1.2.5@sha256:6c608ceca28a74983c2da814ca352016ee6acefdc97187e48f9c737fa1b874eb image: ghcr.io/ln-markets/umbrel:v1.3.0@sha256:2b871515b293580963fac66979352afabaa60da73b04471ce0e225c17906cc34
init: true init: true
user: 1000:1000 user: 1000:1000
restart: on-failure restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: lnmarkets id: lnmarkets
category: Finance category: Finance
name: LN Markets name: LN Markets
version: "1.2.5" version: "1.3.0"
tagline: Trade Bitcoin derivatives on Lightning tagline: Trade Bitcoin derivatives on Lightning
description: >- description: >-
LN Markets is the first Lightning-native Bitcoin derivatives LN Markets is the first Lightning-native Bitcoin derivatives
@ -32,4 +32,9 @@ deterministicPassword: true
submitter: LN Markets submitter: LN Markets
submission: https://github.com/getumbrel/umbrel/pull/879 submission: https://github.com/getumbrel/umbrel/pull/879
releaseNotes: >- releaseNotes: >-
- Remove deposit amount limitations - New account generation method
- Old accounts automatically migrated on first login
- Automatic migration will be active for an undefined time span. It will be removed at some point in the future. We'll communicate on it in advance and any non migrated account by then will be considered lost.