Skip to main content

Wallet 2.9.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.

Link to related documentation


12 May 2023

Wallet 2.9.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 OuroborosSyncService example usage and fixed Circe decoder of a generic type Transaction.
  • Abstracted over Wallet type.
  • Abstracted over wallet ADR.
  • Added possibility to build a wallet with a Node URL.
  • Added original and balanced transaction hashes during transaction submission.
  • Added coverage report.

Bug Fixes

  • Fixed choosing pending coins to balance transactions.

Breaking Changes

  • Removed Ouroboros sync/submit services.

Upgrade Instructions

  • Migrate to the sync client from TypeScript mocked-node/client.
  • Ensure compatibility with the unified node-to-wallet interaction.
  • Update any dependencies or integrations relying on Ouroboros sync/submit services, as they have been removed.