What's new
Reduced memory usage with LSM UTxO backend
Daedalus now uses the LSM (Log-Structured Merge-tree) UTxO on-disk backend, which significantly reduces the memory required to run a full node. This makes Daedalus more accessible on machines with limited RAM.
Faster sync from scratch with Mithril bootstrap
Fresh installations now benefit from Mithril bootstrapping, which dramatically speeds up initial chain synchronisation by downloading and restoring a full snapshot rather than replaying the entire chain. Note: partial sync resumption via Mithril will be addressed in a future release.
Native Apple Silicon installer
On Apple Silicon hardware (M1/M2/M3), Daedalus now automatically selects the native darwin-arm installer, providing better performance and compatibility compared to the Rosetta-translated version.
Bug fixes
- Fixed ledger replay progress being stuck at 0.00%, caused by a timestamp format change in cardano-tracer logs.
- Fixed an IPC issue where
shell.openPatherrors were not surfaced correctly. - Fixed an installer issue where
checkpoints.jsonwas omitted for non-mainnet clusters (e.g. preview). - Fixed node configuration to enforce
PraosMode, overriding incorrect upstream defaults.
Dependency upgrades
cardano-nodeupdated to 10.7.1.
It is recommended that all Daedalus users upgrade to this version.
Full Changelog: CHANGELOG.md
近日公開予定