Package v0.2.12→v0.2.124: manifest, actions, version graph

This commit is contained in:
Keysat
2026-06-13 13:36:30 -05:00
parent 318c6c4b81
commit 1243f4414c
126 changed files with 2052 additions and 441 deletions
+13
View File
@@ -0,0 +1,13 @@
import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_72 = VersionInfo.of({
version: '0.2.72:0',
releaseNotes: {
en_US:
"Phase 1 diagnostic: when the new bolt11 path falls back to null, the /relay/credits/buy response now includes a `_ln_debug` field with the reason (no_lightning_method vs fetch_failed) plus a small sample of the BTCPay /payment-methods response. Lets Recap surface a concrete error message in the UI so we can fix the pick-function heuristic for whatever BTCPay version / shape the operator's store happens to use, without operators having to tail relay logs. Will be removed once Phase 1 is verified.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})