• Joined on 2025-12-31
padreug pushed to feat/get-machine-config-rpc at aiolabs/spirekeeper 2026-07-02 20:15:20 +00:00
1f5652b425 feat(transport): get_machine_config RPC — server-delivered machine config (#41)
padreug opened issue aiolabs/spirekeeper#41 2026-07-02 19:15:24 +00:00
get_machine_config kind-21000 RPC — deliver operator pubkey + fee config over the transport (bitspire#70 P1)
padreug pushed to main at aiolabs/spirekeeper 2026-07-02 18:56:06 +00:00
eefadb6c20 Merge pull request 'fix(ui): make admin dialogs mobile-friendly + add fullscreen QR zoom' (#40) from fix/mobile-friendly-dialogs-and-QR-zoom into main
282d8e75c5 fix(ui): make the zoom QR actually fill the screen
015208500a fix(ui): make spirekeeper dialogs mobile-friendly + add fullscreen QR zoom
Compare 3 commits »
padreug deleted branch fix/mobile-friendly-dialogs-and-QR-zoom from aiolabs/spirekeeper 2026-07-02 18:56:06 +00:00
padreug merged pull request aiolabs/spirekeeper#40 2026-07-02 18:56:05 +00:00
fix(ui): make admin dialogs mobile-friendly + add fullscreen QR zoom
padreug pushed to fix/mobile-friendly-dialogs-and-QR-zoom at aiolabs/spirekeeper 2026-07-02 17:58:10 +00:00
282d8e75c5 fix(ui): make the zoom QR actually fill the screen
padreug created pull request aiolabs/spirekeeper#40 2026-07-02 17:46:44 +00:00
fix(ui): make admin dialogs mobile-friendly + add fullscreen QR zoom
padreug created branch fix/mobile-friendly-dialogs-and-QR-zoom in aiolabs/spirekeeper 2026-07-02 17:46:34 +00:00
padreug pushed to fix/mobile-friendly-dialogs-and-QR-zoom at aiolabs/spirekeeper 2026-07-02 17:46:34 +00:00
015208500a fix(ui): make spirekeeper dialogs mobile-friendly + add fullscreen QR zoom
padreug opened issue aiolabs/spirekeeper#39 2026-07-02 17:46:25 +00:00
Admin UI dialogs unusable on mobile; pairing QR too small to scan
padreug pushed to main at aiolabs/spirekeeper 2026-07-02 17:45:03 +00:00
8b64e9c742 Merge pull request 'feat(pairing): slim the spire seed + carry lnbits_npub (bitspire-#70)' (#37) from bitspire-70-seed-lnbits-npub into main
2b90590104 fix(pairing): retry all bunker admin RPCs past transient timeouts (#38)
0bb9939822 fix(pairing): default relay to the transport's nostrrelay, not nostrclient proxy
765b07737b fix(pairing): retry get_key_tokens past a transient empty result
4e36b98534 feat(pairing-ui): pre-fill the pair dialog relay with the default endpoint
Compare 8 commits »
padreug deleted branch bitspire-70-seed-lnbits-npub from aiolabs/spirekeeper 2026-07-02 17:45:03 +00:00
padreug merged pull request aiolabs/spirekeeper#37 2026-07-02 17:45:02 +00:00
feat(pairing): slim the spire seed + carry lnbits_npub (bitspire-#70)
padreug commented on issue aiolabs/spirekeeper#38 2026-07-02 13:39:15 +00:00
pair_spire: retry create_new_key (and other bunker admin RPCs) on transient timeout

Fix implemented in PR #37 (commit 2b90590). Rather than a get_key_tokens-only helper, generalised to _bunker_retry, which now wraps every admin RPC in the pair_spire chain (`create_new_…

padreug pushed to bitspire-70-seed-lnbits-npub at aiolabs/spirekeeper 2026-07-02 13:30:59 +00:00
2b90590104 fix(pairing): retry all bunker admin RPCs past transient timeouts (#38)
padreug opened issue aiolabs/spirekeeper#38 2026-07-02 08:43:29 +00:00
pair_spire: retry create_new_key (and other bunker admin RPCs) on transient timeout
padreug pushed to bitspire-70-seed-lnbits-npub at aiolabs/spirekeeper 2026-07-01 22:43:59 +00:00
0bb9939822 fix(pairing): default relay to the transport's nostrrelay, not nostrclient proxy
padreug pushed to bitspire-70-seed-lnbits-npub at aiolabs/spirekeeper 2026-07-01 22:29:12 +00:00
765b07737b fix(pairing): retry get_key_tokens past a transient empty result
padreug pushed to bitspire-70-seed-lnbits-npub at aiolabs/spirekeeper 2026-07-01 22:16:50 +00:00
4e36b98534 feat(pairing-ui): pre-fill the pair dialog relay with the default endpoint