diff --git a/manifest.yaml b/manifest.yaml index 9c70cb7..cc724f0 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -5,10 +5,16 @@ id: umbrel-bitcoin-ui # A human readable service title title: "Umbrel Bitcoin UI" # Service version - accepts up to four digits, where the last confirms to revisions necessary for StartOS - see documentation: https://github.com/Start9Labs/emver-rs. This value will change with each release of the service. -version: 1.1.0.1 +version: 1.2.9.0 # Release notes for the update - can be a string, paragraph or URL release-notes: | - Initial release. + Upstream update from Umbrel Bitcoin UI 1.1.0 to 1.2.9. + - Unified block architecture with single type, endpoint, and WebSocket + - ZMQ lifecycle fixes (generation-based start/stop) + - BIP110 support (v0.4.1) + - Knots v29.2 and v29.3 support + - Sub-1sat/vbyte minrelaytxfee + - Lightweight getblockstats for bulk cache priming # The type of license for the project. Include the LICENSE in the root of the project directory. A license is required for a Start9 package. license: PolyForm Noncommercial # The repository URL for the package. This repo contains the manifest file (this), any scripts necessary for configuration, backups, actions, or health checks (more below). This key must exist. But could be embedded into the source repository. diff --git a/umbrel-bitcoin b/umbrel-bitcoin index 596f765..e6a6a2a 160000 --- a/umbrel-bitcoin +++ b/umbrel-bitcoin @@ -1 +1 @@ -Subproject commit 596f765e9e0171dc9a7b2b191d9226d702065f24 +Subproject commit e6a6a2a54a5b15834165a4cb7b15e0f148ac96b6