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
Block.has_valid_work
andBlock.has_valid_signature
properties are cached to prevent redundant work.
- PyPI package
pynanocurrency
and modulenanocurrency
have both been renamed tonanolib
. - Improved performance when encoding or decoding account IDs.
- Raise a
decimal.Inexact
exception when trying to convert amounts with higher precision than a single raw.
- Initial release