From 8ed3ab34a001043b09592759535decdc711b54c3 Mon Sep 17 00:00:00 2001 From: kibotrel <45034541+kibotrel@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:55:34 +0100 Subject: [PATCH] Update LN Markets to v1.3.0 (#374) --- lnmarkets/docker-compose.yml | 2 +- lnmarkets/umbrel-app.yml | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lnmarkets/docker-compose.yml b/lnmarkets/docker-compose.yml index f9103b0..a801a10 100644 --- a/lnmarkets/docker-compose.yml +++ b/lnmarkets/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: $APP_LNMARKETS_PORT 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 user: 1000:1000 restart: on-failure diff --git a/lnmarkets/umbrel-app.yml b/lnmarkets/umbrel-app.yml index def3ca7..b5da7a2 100644 --- a/lnmarkets/umbrel-app.yml +++ b/lnmarkets/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnmarkets category: Finance name: LN Markets -version: "1.2.5" +version: "1.3.0" tagline: Trade Bitcoin derivatives on Lightning description: >- LN Markets is the first Lightning-native Bitcoin derivatives @@ -32,4 +32,9 @@ deterministicPassword: true submitter: LN Markets submission: https://github.com/getumbrel/umbrel/pull/879 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. +