Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 632 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 632 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.

[0.2.1] - 2024-10-17

Added

  • vote and unvote functions.
  • register delegate function.

[0.2.0] - 2024-09-23

Added

  • Exported Module as a Python Class.
  • Use dynamic account keys when initialising a vault.

Fixed

  • Throw Error as a Python Exception.
  • Changed generate_transaction to sign_transaction.

Removed

  • Removed the python api folder.