Wallet 3.7.3
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.
3 December 2024
Wallet 3.7.3 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
- Introduced TypeScript
wallet-tspackage. - Added ADR related to the approach for rewriting into TypeScript.
Bug Fixes
- Fixed artifact download and download path.
- Improved sync cache functionality.
- Fixed sync cache in workflows.
- Added dependencies install step to CD pipeline.
- Removed
yarn dlxcommand.
Breaking Changes
- Removed
zswapJVM, now moved to Scala indexer. - Removed effect polymorphism to simplify exposing services.
Upgrade Instructions
- Ensure compatibility with the new TypeScript tooling as the primary one.
- Update workflows to accommodate improvements in sync cache.
- Verify artifact download and download path are functioning correctly.
Other Changes
- Released version
3.7.3. - Updated
robkatona/send-allure-resultsaction to v1.0.5. - Removed outdated workflows.
- Configured smoke tests in CI.
- Temporarily disabled healthchecks.
- Bumped Node version in Nix devshell to v22.
- Disabled testcontainers logs.