Wallet 3.6.0
Midnight wallet is a digital wallet designed for the Midnight blockchain, enabling users to securely store private keys, manage assets, and interact with decentralized applications.
20 August 2024
Wallet 3.6.0 Release Notes
Learn about the latest updates and improvements to the Midnight node, including new features, bug fixes, and breaking changes designed to enhance functionality and stability.
New Features
- Added
hardfork-qaworkflows and included native tokens in funding. - Added
halo2wallet health check. - Added
DAO wallet #3and2nd bboard wallet. - Introduced the option to discard transaction history.
- Added e2e tests for
discardTxHistory. - Added multiple wallet syncing test.
- Supported different versions of ledger binaries.
- Added
BboardandCoraclewallets. - Introduced Renovate configuration for dependency updates.
Bug Fixes
- Fixed seed used in funding workflow.
- Fixed branch for
halo2health check. - Fixed issue with missing
devDependency. - Fixed log file not found issue.
Breaking Changes
- Removed
dapp-connector-apipackage. - Made
wallet-corea pure JavaScript package. - Removed Nix from CI/CD.
- Upgraded Yarn to v4 and Node.js to v20.
Upgrade Instructions
- Ensure compatibility with the removal of
dapp-connector-api. - Update any integrations to work with the pure JavaScript
wallet-core. - Migrate away from using Nix in CI/CD.
- Verify that the new
hardfork-qaworkflows are running smoothly. - Test the
discardTxHistoryfunctionality as required. - Update dependencies via Renovate configuration.
Other Changes
- Released version
v3.6.0-rc.18andv3.6.0-rc.19.