v1.8.3
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
- chore: non-blocking analytics bootstrap by @orangeshyguy21 in #174
Full Changelog: v1.8.2...v1.8.3