From 261c147300a7b03eebc4ec6edb555a572855dbf6 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 22 Jun 2026 16:08:30 +0200 Subject: [PATCH] spirekeeper: add v0.1.1 (secure cash-in: create_withdraw RPC + cap + bech32 lnurl) New entry alongside v0.1.0 (instances on the old version keep resolving it). Bundles spirekeeper#30 (cash-in settlement processing) + #32 (server-side create_withdraw RPC, max_cash_in_sats cap, bech32 LNURL fix) + #29. Pairs with aiolabs/withdraw v1.2.2-aio.2 (extra passthrough). See spirekeeper#31. --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index a9654c0..bf26cfd 100644 --- a/extensions.json +++ b/extensions.json @@ -55,6 +55,16 @@ "archive": "https://git.atitlan.io/aiolabs/spirekeeper/archive/v0.1.0.zip", "hash": "a3c8dfba98ebe1d7e3de21d40b16c4455a4ab1fda1e7c80504d6ecb0f68bd6bc" }, + { + "id": "spirekeeper", + "repo": "https://git.atitlan.io/aiolabs/spirekeeper", + "name": "spirekeeper", + "version": "0.1.1", + "short_description": "Operator admin for bitSpire ATMs — DCA distribution over Nostr", + "icon": "https://git.atitlan.io/aiolabs/spirekeeper/raw/branch/main/static/image/aio.png", + "archive": "https://git.atitlan.io/aiolabs/spirekeeper/archive/v0.1.1.zip", + "hash": "766685fda379c3028e3d67aea80b7228374194a55e93b93f01d37c8fad973660" + }, { "id": "events", "repo": "https://git.atitlan.io/aiolabs/events",