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

v6.4.1

Compare
Choose a tag to compare
@gre gre released this 10 Aug 16:38
· 252 commits to master since this release
031cf51
  • hw-app-eth: Fixes the support of chainID that are higher than 4-bytes long. (#641)
    • this is non breaking changes (still works with old or new Ethereum app)
      • ⚠️ it actually is breaking change for the usage of byContractAddress(addr) which became byContractAddressAndChainId(addr, chainId)
    • a new Etheruem app will be made available to come with this changes and make these chainID (e.g. Palm) fully functional.