chore: bump Umbrel Bitcoin UI from 1.1.0 to 1.2.9#1
Draft
helix-nine wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the
umbrel-bitcoinsubmodule from v1.1.0 to v1.2.9 (minor update).Key upstream changes (v1.1.0 → v1.2.9)
knots20251110) and v29.3 (knots20260210) supportgetblockstatsfor bulk cache priming, fixing double-prime on startupStart9 patches — rebase required
The current submodule (v1.1.0 + 4 patches) has four Start9-specific patches that are NOT incorporated into v1.2.9 upstream. All four need to be rebased onto v1.2.9:
2761a34) — removesConnectionDetailscomponent/route, addsgetVersionFromRPC()helper, environment-based bitcoind manager27395cd) — usesuptimeRPC call instead of process-local timer, removes Umbrel-specific wording from UI descriptionsMath.floor((Date.now() - startedAt) / 1000). Clean rebase expected.8792e6e) — ZMQ subscribers connect tobitcoind.embassyinstead of0.0.0.0tcp://0.0.0.0:.... The ZMQ files have been significantly refactored (generation-based lifecycle, proper start/stop/restart handlers), but the connect URL is a single-line change in each file — clean rebase expected.596f765) — header dynamically shows Knots or Core logo/name based on RPC response, generic "Bitcoin" wording in settingsgetVersionFromRPC). Clean rebase expected on settings wording.Proposed new features
The following new upstream capabilities could be exposed to StartOS users:
bitcoindservice, so the version selector UI may need to be hidden or adapted.Action items before merging
v1.2.9-start9)