Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 853 Bytes

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 853 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.

1.0.0-rc.3 - 2023-MM-DD

Added

  • Client::hash_transaction_essence();

Changed

  • Changes from the Rust library;
  • Client::build_alias_output() state_metadata parameter is now a string;

Fixed

  • Error raising;
  • Don't panic for wrong messages;

1.0.0-rc.2 - 2023-02-09

Added

  • NodeCoreAPI::get_included_block_metadata;
  • SeedSecretManager class;

Changed

  • Updated dependencies;

1.0.0-rc.1 - 2022-12-14

Initial release of the Python bindings.