Node Compatibility
Compatible with cardano-node@11.0.1.
Docker Image
Highlights
This release completes the removal of the cardano-api dependency from the wallet, introducing wallet-owned types and ledger-native transaction builders. It also bumps cardano-node to 11.0.1 and the Nix GHC compiler pin to 9.12.3, and hardens the release pipeline with artifact smoke tests and corrected asset/docker tag naming.
Changes
Changed
- Drop
cardano-apidependency (additive migration, 47/75 files) (#5236) - Decommission
SealedTxcardano-apisurface (#5271) - Finish
SealedTxcardano-apidecommission (#5272) - Wallet-owned types and ledger-native builders (drop-cardano-api foundation) (#5270)
- Bump
cardano-node-runtimeto 11.0.1 (#5277) - Bump wallet Nix compiler pins to GHC 9.12.3 (#5254)
- Bump dependencies and adapt code for
cardano-node10.7.1 (#5250)
Added
- Expose
staticPackagesandwindowsPackageson Linux (#5258)
Fixed
- Scope test temp dirs to
RUNNER_TEMPinstead of globbing shared/tmp(#5239) - Smoke-test built artifacts before upload (#5274)
- Correct release asset naming, docker tag format, and add publish gate (#5265)
- Run
verify-assets,publish-release,push-dockeron nightly (#5269) - Use
builtins.matchfor cabal version to git tag conversion (#5268) - Use
lib.splitStringnotbuiltins.splitString(#5267)
CI/CD
- Pin formatters, enforce in CI, ban drive-by reformatting (#5264)
- Update CI documentation and benchmark history (#5238)
- Merge v2026-04-17 version bumps back to master (#5266)
API changes
No changes
Known Issues
- (ADP-2953) Revision of
cardano-nodeis not reported within version in release bundle binary for Windows. - (ADP-2635) Database connections do not seem to gracefully terminate on stopping the wallet.
- (ADP-2298)
Deposit_returnedis falsely reported on some incoming transactions (intermittently). - (ADP-1831)
cardano-walletversion from docker image does not report revision.
Signatures
| Name | Role | Approval |
|---|---|---|
| Paolo Veronelli @paolino | Software Engineer | ✔️ |
| Pawel Jakubas @paweljakubas | Software Engineer |