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

v5.7.0

Compare
Choose a tag to compare
@gre gre released this 22 Jan 19:02
· 652 commits to master since this release
ecece80
  • hw-app-eth: updated the ERC20 list (see #449)
  • hw-transport (all transports impacted): the error thrown when you access to a method while a previous call was not finished, used to be a TransportError. It's now a TransportRaceCondition error with a clearer message. This error is for developer to address: you need to prevent user to do an action twice (that might includes potentially blocking your UI when the device have a blocking action waiting for the user).

also internally:

  • updated Jest