Skip to content

Latest commit

 

History

History
148 lines (117 loc) · 5.66 KB

CHANGELOG.md

File metadata and controls

148 lines (117 loc) · 5.66 KB

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.1.0 - 2020-03-06

Added

  • added Delegate Resignation Builder and Tests (#207)

Changed

  • improved transaction builder (#215)
  • improved building as a project dependency (#206)

Fixed

  • make htlc claim secret a 32-byte hash (#212)

1.0.0 - 2020-02-13

Added

  • added AIP-11 support for Core v.2.6 Transactions (#198)

Changed

  • removed use of monolithic arkCrypto.h header (#190)
  • break up unit tests to support platforms with limited RAM (#172)

Fixed

  • fixed transaction::to_json tests on ESP8266 (#180)
  • fixed transaction::to_array tests on ESP8266 (#178)

0.7.0 - 2019-10-08

Changed

  • moved external libraries out of source tree (#156)
  • refactored utils implementation (#133)
  • improved coverage and formatting (#121)
  • refactored Identities implementation. (#120)

0.6.0 - 2019-07-16

Added

  • added Bridgechain support (#105)

Changed

  • changed amount and fee Json serialization to match Core v.2.5 (#111)
  • improved PlatformIO configuration (#101)
  • improved formatting and maintainability (#98)
  • improved Slots implementations (#92)

Fixed

  • fixed Transaction Json numeric serialization (#103)

0.5.0 - 2019-02-20

Changed

  • removed bip39 and mnemonic feature (#86)

0.4.0 - 2019-05-20

Changed

  • changed to BIP66 lib for DER ser/des (#88)
  • updated vendorField to support 255 bytes in Core v2.4 (#84)
  • improved Windows support (#83)
  • updated ArduinoJson package to version v.6.10.0 (#76)
  • updated tests to use Core fixtures (#74)

Fixed

  • properly handle 0 ARKtoshi Transaction amounts (#85)

0.3.1 - 2019-02-19

Fixed

  • fixed PIO submodule ignore paths in ./platformio.ini (#70)
  • added ./src/lib to build flags for PIO in ./library.json (#69)

0.3.0 - 2019-02-16

Added

  • Arduino CircleCI config (#61)

Changed

  • updated Arduino-related files (#64)
  • automated ARDUINO_IDE.sh script (#60)

0.2.0 - 2019-02-07

Added

  • Added ArduinoJson dependency and Arduino Sketch paths to library.json (#55)
  • Added toJson() method to Transaction class (#54)

Changed

  • Refactored Timestamps & Slots to use milliseconds and avoid integer overflow (#53)
  • Renamed Helpers class to avoid naming collision with Cpp-Client Helpers (#51)
  • Removed unused Arduino Adapter Header (#50)

Fixed

  • Corrected PIO Builds to determine dependency versions explicitly (#52)
  • Fixed the way the Arduino IDE Script restores converted directories (#49)