• v1.16.1 47fe255b41

    v1.16.1
    All checks were successful
    CI / Rust clippy (push) Successful in 1m30s
    CI / Rust fmt (push) Successful in 1m4s
    CI / Rust test (push) Successful in 4m57s
    CI / UI (SvelteKit) (push) Successful in 57s
    CI / Security Audit (push) Successful in 1m9s
    docs / build (push) Successful in 21s
    benches / Criterion benches (push) Non-gating baseline; the bench compile OOM-killed on the 8GB CI box (infra, not a bench/code failure). benches are now manual-dispatch only.
    Release / Docker Multi-Arch (push) Successful in 20m54s
    Release / Binary aarch64-unknown-linux-gnu (push) Successful in 10m30s
    Release / Binary x86_64-unknown-linux-gnu (push) Successful in 9m13s
    Release / Linux .deb + .rpm (amd64) (push) Successful in 9m59s
    Release / Linux .deb + .rpm (arm64) (push) Successful in 10m58s
    Release / Linux AppImage (aarch64) (push) Successful in 10m0s
    Release / Linux AppImage (x86_64) (push) Successful in 9m4s
    Release / Cosign sign artifacts (push) Successful in 14s
    Release / Forgejo Release (push) Successful in 24s
    Stable

    dvb-projekt released this 2026-07-10 11:02:08 +00:00 | 84 commits to main since this release

    A UI fix so the v1.16.0 IPC feature is actually discoverable. No behaviour or
    protocol changes.

    Fixed

    • Admin → Bitcoin Core is now in the navigation. The /admin/bitcoin-core
      page (the bitcoin.conf editor and the GBT/IPC template-source switch shipped
      in v1.16.0) existed but was never linked in the admin sub-navigation, so the
      IPC toggle could only be reached by typing the URL. Added the "Bitcoin Core"
      tab (with the label in all 8 UI languages).

    dvb-WarpPool v1.16.1 — Downloads

    Docker

    git.warppool.org/dvb-projekt/dvb-warppool:v1.16.1 (multi-arch amd64+arm64, ohne v-Präfix)

    Native packages

    • Linux .deb: amd64 + arm64 → apt install ./dvb-warppool_*.deb
    • Linux .rpm: amd64 + arm64 → dnf install ./dvb-warppool-*.rpm
    • Linux AppImage: x86_64 + aarch64 portable
    • Linux tarballs: x86_64 + aarch64 for manual installs
    • macOS .dmg: added shortly after publish (built separately) — or build from source
    • Windows .msi: paused since the forge migration (no Windows runner yet)

    Signatures

    • SHA256SUMS + cosign bundle (SHA256SUMS.bundle, project key)
    • SBOM (SPDX) for all dependencies

    Verify (project public key cosign.pub in the repo root):

    cosign verify-blob \
      --key cosign.pub \
      --bundle SHA256SUMS.bundle \
      SHA256SUMS
    sha256sum --check SHA256SUMS
    

    First-time setup: run dvb-warppool-setup for the first-run wizard.

    Downloads