Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Latest commit

 

History

History
43 lines (33 loc) · 2.08 KB

File metadata and controls

43 lines (33 loc) · 2.08 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.

Changed

  • BREAKING: Removed support for Node v12 in favor of v14 (#137)

[0.10.1]

  • Support for differentiating hardware wallet vendors

Added

  • Support for EIP-721 signTypedData_v4 (#117)

Changed

  • Update trezor connect to 8.2.3, so that 1.10.4 of the Model One firmware is supported (#115)

Added

  • Add dispose method, which exposes the TrezorConnect.dispose method, allowing consumers to explictly remove the Trezor Connect iframe (#113)

Fixed

  • Fixed the signing of contract creation transactions, which require a nullish (empty string or undefined) to parameter (#112)

Added

  • Support for EIP-1559 transactions for the Model T (#108)
  • Add setHdPath method, which allows setting the HD path used by the keyring to known, supported HD paths (#107)

Added

  • Support new versions of ethereumjs/tx (#88)