Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alex71btc/lndk:native-onion-messages-v2@sha256:aae5c01197f90e5bb9c0f1329193ee3578ecc6f5594aba1a824f2ea733a62aa5 AS lndkstage
FROM alex71btc/lndk:native-onion-messages-v3@sha256:73c17075db15496e2c4243489017dbbe5f593d91c70d1ce253a16f796ab86065 AS lndkstage

FROM python:3.11-slim

Expand Down
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Documentation

* [lndk-pay on GitHub](https://github.com/Alex71btc/lndk-pay) — the upstream project.
* [lndk-pay on GitHub](https://github.com/Alex71btc/lndk-pay#-bolt12-pay) — the upstream project.
* [LNDK](https://github.com/lndk-org/lndk) — the BOLT12 runtime BOLT12 Pay embeds.

## What you get on StartOS
Expand Down
5 changes: 3 additions & 2 deletions startos/versions/current.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { VersionInfo, IMPOSSIBLE } from '@start9labs/start-sdk'

export const current = VersionInfo.of({
version: '0.2.109:1',
version: '0.2.116:1',

releaseNotes: {
en_US:
'Use upstream native-onion-messages-v2 runtime. Adds LND 0.21 native onion messaging compatibility and latest amountless offer fixes.',
'Minor follow-up release. Adds copy-to-clipboard support for Last Payment Result output, fixes LNURL payment success messages not respecting the selected UI language, and includes small documentation and setup instruction improvements. Also includes automatic native Onion Messaging detection for LND 0.21+ and maintains compatibility with both LND 0.20.x and LND 0.21.x.',
},

migrations: {
up: async () => {},
down: async () => {},
Expand Down
2 changes: 1 addition & 1 deletion upstream