From ab2939be613342a97defedfd73718470b038a5e6 Mon Sep 17 00:00:00 2001 From: Fmar Date: Wed, 24 Jan 2024 19:11:30 +0100 Subject: [PATCH] Update Alby Nostr Wallet Connect to 0.4.2 (#942) --- alby-nostr-wallet-connect/docker-compose.yml | 2 +- alby-nostr-wallet-connect/umbrel-app.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/alby-nostr-wallet-connect/docker-compose.yml b/alby-nostr-wallet-connect/docker-compose.yml index 58caeb5a..0ccc043c 100644 --- a/alby-nostr-wallet-connect/docker-compose.yml +++ b/alby-nostr-wallet-connect/docker-compose.yml @@ -6,7 +6,7 @@ services: APP_PORT: 8080 PROXY_AUTH_ADD: "false" server: - image: ghcr.io/getalby/nostr-wallet-connect:0.4.1@sha256:d1473f18ce706b542eaa7637dbab3bafa1e445aac32daffe3b31cbf91d329548 + image: ghcr.io/getalby/nostr-wallet-connect:0.4.2@sha256:8e75c28eba2155ab1ad605e8d9c8de7e601dcc55d497e8641d37ae4cb3a4e433 volumes: - ${APP_DATA_DIR}/data:/data - ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro diff --git a/alby-nostr-wallet-connect/umbrel-app.yml b/alby-nostr-wallet-connect/umbrel-app.yml index 24e7a3f5..87c4c35b 100644 --- a/alby-nostr-wallet-connect/umbrel-app.yml +++ b/alby-nostr-wallet-connect/umbrel-app.yml @@ -3,17 +3,17 @@ id: alby-nostr-wallet-connect name: Nostr Wallet Connect tagline: The power of the zaps at the tip of your fingers. category: finance -version: "0.4.1" +version: "0.4.2" port: 58000 description: >- Connect your LND node over Nostr to zap directly from within supported apps like Damus & Amethyst. - + 🛠️ Instructions - Amethyst step-by-step guide: https://blog.getalby.com/native-zapping-in-amethyst - - Damus (currently only on Testflight) video guide: https://streamable.com/bareih + - Damus video guide: https://streamable.com/bareih developer: Alby website: http://getalby.com/ submitter: Alby @@ -25,9 +25,9 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - - This release adds the following Nostr Wallet Connect (NIP-47) extension methods: pay_keysend, make_invoice, lookup_invoice, list_transactions, get_balance, get_info which can be used by developers to make awesome apps powered by NWC. - - - Improved app connection UI. + - This release fixes a number of performance issues: High CPU and slow fetching for users with a large number of apps. + + - It also fixes a discrepancy in the timestamp format in the responses of extension methods. dependencies: - lightning path: ""