Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

85 lines (66 loc) · 3.3 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.

2.3.0 - 2021-01-11

Added

  • added multi-signature transaction support (NanoX-only) (#100)

Changed

  • removed legacy transaction support (#8e636f5)
  • deprecate v1 transaction support (#41674a8)

2.2.1 - 2020-12-11

Added

  • merged LedgerHQ downstream changes (#102)

Fixed

  • various bounds checking, value handling, and safety improvements (#cb7f1ef)

2.2.0 - 2020-11-06

Added

  • two-vote transaction support (#97)

Changed

  • upgraded nanos-secure-sdk version 160 -> 161 (#94)

2.1.0 - 2020-04-06

Added

  • support large operations (#72)
  • support schnorr signatures (#63)

2.0.1 - 2020-02-08

Changed

  • use optimized Base58 implementation from Ledger BTC app (#66)

2.0.0 - 2020-02-05

Added

  • added message signing features (#40)
  • implement v2 Transactions (#27)
  • added VendorField display support (#29)
  • added build options and documentation (#32)

Changed

  • merged updates from LedgerHQ/ledger-app-ark (#23)
  • cleaned up warnings and refactored implementation (#25)
  • upgraded nanos-secure-sdk version 1553 -> 160 (#46)
  • refactor transactions classes to decouple Ledger SDK code (#51)
  • unify Ledger NanoS and NanoX ux display flow (#53)
  • implement support for large text fields (#55)