Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Latest commit

 

History

History
39 lines (26 loc) · 967 Bytes

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 967 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

0.2.2

Fixed

  • Skip recipient id in to_bytes for type 1 and 4 transactions.

0.2.1 - 2018-07-31

Fixed

  • Properly calculate the transaction id if signed with second signature.

0.2.0 - 2018-07-18

Several files and folders have been moved around for guideline compliance - see the diff for more details

Fixed

  • Multi Payment Serialisation & Deserialisation

Added

  • Slot helper
  • Validate PublicKey
  • Get Public Key from Hex
  • Get Private Key from Hex
  • Transaction to Hash
  • Transaction to JSON

Removed

  • Dropped nethash from networks as it was not used

0.1.0 - 2018-07-02

  • Initial Release