Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 865 Bytes

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 865 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 - 2019-03-07

Added

  • Block.has_valid_work and Block.has_valid_signature properties are cached to prevent redundant work.

Changed

  • PyPI package pynanocurrency and module nanocurrency have both been renamed to nanolib.
  • Improved performance when encoding or decoding account IDs.

Fixed

  • Raise a decimal.Inexact exception when trying to convert amounts with higher precision than a single raw.

0.1 - 2019-03-01

Added

  • Initial release