github cardano-foundation/cardano-wallet nightly
Nightly v2026-08-04

pre-release5 hours ago

Node Compatibility

Compatible with cardano-node@11.0.1.

Docker Image

FIX THIS LINK BY INSPECTING DOCKERHUB !
Image

Changes

2026-07-24, #5323, paolino, , fix(ci): make publish-release re-runnable and fix docs git identity
2026-07-24, #5319, jpraynaud, , Update Mithril client image to the IntersectMBO container registry
2026-07-25, #5332, paolino, , ci(windows): give the wallet-unit test job a cardano-node.exe
2026-07-25, #5331, paolino, , fix(ci): resolve LOCAL_CLUSTER_CONFIGS from lib/unit on macOS
2026-07-25, #5324, paolino, , chore(release): drop fixed items from Known Issues template
2026-07-26, #5338, paolino, CI/CD, fix(ci): run Linux E2E on push to master
2026-07-26, #5336, paolino, , ci(mithril): run nightly instead of on every master push
2026-07-26, #5335, paolino, , chore(ci): bump deprecated actions to current majors
2026-07-27, #5339, paolino, Release, chore(release): merge back release-candidate/v2026-07-23 version bumps
2026-07-28, #5342, paolino, Docs, docs: remove stale Lean badge from README
2026-07-29, #5348, paolino, , ci: run macOS integration tests on master pushes
2026-07-29, #5346, paolino, , build(local-cluster): drop cardano-cli library dependency
2026-07-29, #5344, paolino, , fix: persist macOS Nix eval caches
2026-07-29, #5327, paolino, RESOLVING ISSUE, Bug, fix: narrow Byron/Icarus OpenAPI passphrase encryption_method to reachable values
2026-07-30, #5356, paolino, , Use mithril-client from PATH when available, download as fallback
2026-07-30, #5355, paolino, , fix(ci): clean up Windows E2E temp directories on cancellation
2026-07-30, #5353, paolino, , docs: add macOS integration badge to README
2026-07-30, #5349, paolino, , test(sqlite): add progress and timeout diagnostics
2026-07-31, #5357, paolino, Dependencies, chore: use published delta-types and delta-store (#5063)

Fixed

Added

Changed

Removed

API changes

New Endpoints: None


Deleted Endpoints: None


Modified Endpoints: 3


GET /byron-wallets

  • Responses changed
    • Modified response: 200
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Items changed
              • Properties changed
                • Modified property: passphrase
                  • Properties changed
                    • Modified property: encryption_method
                    • Description changed from 'The scheme used to protect the wallet's root key in storage.
                      Absent on wallets that have no stored passphrase (e.g. watch-only wallets).
                      ' to 'The scheme used to protect the wallet's root key in storage.
                      Absent on wallets that have no stored passphrase.
                      '
                    • Deleted enum values: [argon2id-v2]
                    • Example changed from 'argon2id-v2' to 'pbkdf2-hmac-sha512'

POST /byron-wallets

  • Responses changed
    • Modified response: 201
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Properties changed
              • Modified property: passphrase
                • Properties changed
                  • Modified property: encryption_method
                    • Description changed from 'The scheme used to protect the wallet's root key in storage.
                      Absent on wallets that have no stored passphrase (e.g. watch-only wallets).
                      ' to 'The scheme used to protect the wallet's root key in storage.
                      Absent on wallets that have no stored passphrase.
                      '
                    • Deleted enum values: [argon2id-v2]
                    • Example changed from 'argon2id-v2' to 'pbkdf2-hmac-sha512'

GET /byron-wallets/{walletId}

  • Responses changed
    • Modified response: 200
      • Content changed
        • Modified media type: application/json
          • Schema changed
            • Properties changed
              • Modified property: passphrase
                • Properties changed
                  • Modified property: encryption_method
                    • Description changed from 'The scheme used to protect the wallet's root key in storage.
                      Absent on wallets that have no stored passphrase (e.g. watch-only wallets).
                      ' to 'The scheme used to protect the wallet's root key in storage.
                      Absent on wallets that have no stored passphrase.
                      '
                    • Deleted enum values: [argon2id-v2]
                    • Example changed from 'argon2id-v2' to 'pbkdf2-hmac-sha512'

Other Changes

Extensions changed

  • New extension: x-walletPassphraseInfoLegacy :
  • Modified extension: x-responsesPostByronWallet
    • Modified /201/content/application~1json/schema/properties/passphrase/properties/encryption_method/description from 'The scheme used to protect the wallet's root key in storage.
      Absent on wallets that have no stored passphrase (e.g. watch-only wallets).
      ' to 'The scheme used to protect the wallet's root key in storage.
      Absent on wallets that have no stored passphrase.
      '
    • Removed /201/content/application~1json/schema/properties/passphrase/properties/encryption_method/enum/2 with value: 'argon2id-v2'
    • Modified /201/content/application~1json/schema/properties/passphrase/properties/encryption_method/example from 'argon2id-v2' to 'pbkdf2-hmac-sha512'
  • Modified extension: x-responsesGetByronWallet
    • Modified /200/content/application~1json/schema/properties/passphrase/properties/encryption_method/description from 'The scheme used to protect the wallet's root key in storage.
      Absent on wallets that have no stored passphrase (e.g. watch-only wallets).
      ' to 'The scheme used to protect the wallet's root key in storage.
      Absent on wallets that have no stored passphrase.
      '
    • Removed /200/content/application~1json/schema/properties/passphrase/properties/encryption_method/enum/2 with value: 'argon2id-v2'
    • Modified /200/content/application~1json/schema/properties/passphrase/properties/encryption_method/example from 'argon2id-v2' to 'pbkdf2-hmac-sha512'
  • Modified extension: x-responsesListByronWallets
    • Modified /200/content/application~1json/schema/items/properties/passphrase/properties/encryption_method/description from 'The scheme used to protect the wallet's root key in storage.
      Absent on wallets that have no stored passphrase (e.g. watch-only wallets).
      ' to 'The scheme used to protect the wallet's root key in storage.
      Absent on wallets that have no stored passphrase.
      '
    • Removed /200/content/application~1json/schema/items/properties/passphrase/properties/encryption_method/enum/2 with value: 'argon2id-v2'
    • Modified /200/content/application~1json/schema/items/properties/passphrase/properties/encryption_method/example from 'argon2id-v2' to 'pbkdf2-hmac-sha512'

Known Issues

  • (#5326) (ADP-2635) Database connections do not seem to gracefully terminate on stopping the wallet.
  • (#5325) (ADP-2298) Deposit_returned is falsely reported on some incoming transactions (intermittently).

Signatures

Name Role Approval
Paolo Veronelli @paolino Software Engineer
Pawel Jakubas @paweljakubas Software Engineer

Don't miss a new cardano-wallet release

NewReleases is sending notifications on new releases.