Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.36 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.

[Unreleased]

Added

  • Introduced a interface based implementation to make it more testeable.
  • Move integration tests to test/integration.
  • Move interfaces to a interfaces directory as using mockery can introduce cyclic dependency.
  • Use protobuf file definitions from a git submodule.
  • Mnemonic and recovery functions support --wordCount argument for the seed size (default 12) .
  • Add -deviceType flag and DEVICE_TYPE env var to set devicetype, options are USB or EMULATOR.
  • Add autocomplete for cli

Fixed

  • Change protobuf messages for check signature to be consistent with harware-wallet.

Changed

  • Change project structure to follow standard project layout
  • Add Devicer interface for the hw wallet api

Removed

  • Installation instructions for protobuf related tools, use this from hardware-wallet-protob submodule.
  • Removed protobuf files from the project.

Fixed

Security