Skip to content

v1.8.3

Choose a tag to compare

@orangeshyguy21 orangeshyguy21 released this 21 Apr 17:40
· 108 commits to master since this release
7511a06

Overview

Faster Startup

  • Orchard now binds its HTTP port immediately on boot — the Bitcoin and Lightning analytics backfills are detached and run in the background instead of blocking application startup

Note

On first boot or after extended downtime, analytics dashboards may show partial data until the background backfill completes.

Backend Compatibility

  • Cashu Mint compatibility documented for cdk v0.16.0 and nutshell 0.20.0
  • Ollama compatibility bumped to 0.21.0

Build & Developer Experience

  • Schema generation no longer swallows logs — errors from the Nest runtime now surface during generate-schema, making codegen failures much easier to diagnose
  • Schema generation skips crypto key load/create entirely, keeping the step pure and avoiding unnecessary filesystem side effects

What's Changed

Full Changelog: v1.8.2...v1.8.3