Update Alby Nostr Wallet Connect to 0.4.2 (#942)

This commit is contained in:
Fmar 2024-01-24 19:11:30 +01:00 committed by GitHub
parent 8f36edba1f
commit ab2939be61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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: ""