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 }) => {}, }, })