From 3a493b2ab19dfcbccc28d5ab5f4b7682b838ea8c Mon Sep 17 00:00:00 2001 From: "exe.dev user" Date: Mon, 22 Jun 2026 21:15:53 +0000 Subject: [PATCH] Add Decoder v1.1.3 for LNbits v1.5.4+ Adds the latest Decoder extension release (v1.1.3) to the vetted extensions registry. This version requires LNbits >= 1.5.4 and includes CI/CD lint fixes and updated lock files to patch Dependabot security alerts. Archive hash verified: 29fb701cb3399d8924f4db7b49d1398d3a9cb9147f3611a770f1b066fee27445 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- extensions.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/extensions.json b/extensions.json index 8d43b0b7..72258445 100644 --- a/extensions.json +++ b/extensions.json @@ -129,6 +129,18 @@ "hash": "a2be2ed53e95744dc1dc76b8810f9d1071cfe78c7d948a9a8b6d06be2762a627", "details_link": "https://raw.githubusercontent.com/bitkarrot/decoder/main/config.json" }, + { + "id": "decoder", + "repo": "https://github.com/bitkarrot/decoder", + "name": "Decoder", + "min_lnbits_version": "1.5.4", + "version": "1.1.3", + "short_description": "Decode Lightning Network BOLT11, LNURL, and Lightning Address", + "icon": "https://raw.githubusercontent.com/bitkarrot/decoder/main/static/unlock.png", + "archive": "https://github.com/bitkarrot/decoder/archive/refs/tags/v1.1.3.zip", + "hash": "29fb701cb3399d8924f4db7b49d1398d3a9cb9147f3611a770f1b066fee27445", + "details_link": "https://raw.githubusercontent.com/bitkarrot/decoder/main/config.json" + }, { "id": "gerty", "repo": "https://github.com/lnbits/gerty",