Skip to content

Daedalus 11.2.0

Latest

Choose a tag to compare

@disassembler disassembler released this 07 Aug 20:53
· 14 commits to master since this release
8f97379

What's new

Linux stability fix

Daedalus 11.1.0 could segfault on startup on certain Linux distributions due to incorrect XKB and GBM library paths in the portable build. This release fixes the library path resolution so those distributions launch correctly.

Windows NAS/SMB storage fix

The chain-storage symlink and junction resolution on Windows has been improved to correctly handle NAS and SMB mapped drives. The previous path.isAbsolute() guard broke Windows paths when evaluated on Linux during packaging, and realpath could fail with ENOENT on junctions that appear as symlinks via lstat. Both cases are now handled, eliminating spurious path resolution errors for users with redirected storage.

Mithril responsiveness fix

When a user declines to use Mithril, the snapshot-list background process is now killed immediately instead of being left to time out after a DNS query (~30 seconds). This prevents spurious error messages in Tor and Whonix environments where the DNS timeout was visible to users.

Dependency upgrades

  • cardano-wallet bumped to v2026-07-23. Note: the wallet database is migrated automatically on next use of your spending password. This migration cannot be rolled back — do not downgrade to 11.1.0 after using this release.
  • Mithril verification key URLs updated to the IntersectMBO repository.

It is recommended that all Daedalus users upgrade to this version.

Full Changelog: CHANGELOG.md


新機能・変更点

Linuxの安定性修正

Daedalus 11.1.0では、ポータブルビルド内のXKBおよびGBMライブラリのパスが正しく設定されていなかったため、一部のLinuxディストリビューションにおいて、起動時にセグメンテーションフォルトが発生する可能性がありました。

今回のリリースではライブラリパスの解決方法が修正され、該当するディストリビューションでも正常に起動できるようになりました。

WindowsのNAS/SMBストレージに関する修正

Windows上でのchain-storageのシンボリックリンクおよびジャンクションの解決処理が改善され、NASやSMBのマッピングドライブを正しく処理できるようになりました。これまでのpath.isAbsolute()によるチェックでは、パッケージング時にLinux上でWindowsのパスを評価すると、Windowsのパスが正しく処理されない問題がありました。また、lstatではシンボリックリンクとして認識されるジャンクションに対して、realpathENOENTエラーで失敗する場合がありました。

今回、これら両方のケースに対応したことで、ストレージの保存先を変更しているユーザーに発生していた不要なパス解決エラーが解消されました。

Mithrilの応答性に関する修正

ユーザーがMithrilを使用しないことを選択した場合、スナップショット一覧を取得するバックグラウンドプロセスは、DNSクエリ後のタイムアウト(約30秒)を待たず、直ちに終了されるようになりました。これにより、DNSタイムアウトがユーザーに表示されていたTorおよびWhonix環境において、不要なエラーメッセージが表示される問題が解消されます。

依存関係のアップグレード

  • cardano-walletをv2026-07-23に更新しました。注意: ウォレットデータベースは、次回支払い用パスワードを使用した際に自動的に移行されます。この移行を元に戻すことはできません。このリリースを使用した後は、11.1.0へダウングレードしないでください。
  • Mithrilの検証キーURLを、IntersectMBOのリポジトリを参照するように更新しました。

すべてのDaedalusユーザーに、このバージョンへのアップグレードを推奨します。

完全な変更履歴CHANGELOG.md