This repository has been archived by the owner on Jun 27, 2022. It is now read-only.
v6.4.1
- 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 ofbyContractAddress(addr)
which becamebyContractAddressAndChainId(addr, chainId)
- a new Etheruem app will be made available to come with this changes and make these chainID (e.g. Palm) fully functional.
- this is non breaking changes (still works with old or new Ethereum app)