Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 986 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 986 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased - YYYY-MM-DD

Added

  • GetAccountIndexes and AccountIndexes to message interface;
  • Missing serde rename for the returnAddress field of ´AddressWithMicroAmountDto`;
  • Check for parameters before creating the database;
  • Transaction essence and payload length validation;

Changed

  • Updated dependencies;
  • Derived Serialize for Message and AccountMethod instead of custom impl;
  • Removed AccountToCreate struct and moved its field to Message::CreateAccount;

Fixed

  • NFT output claiming;

1.0.0-rc.1 - 2022-09-28

First RC for the stardust implementation of the wallet.