glifio / wallet

Glif Wallet
https://wallet.glif.io
80 stars 32 forks source link

Bump @ledgerhq/hw-transport-webhid from 6.1.0 to 6.4.1 #828

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @ledgerhq/hw-transport-webhid from 6.1.0 to 6.4.1.

Release notes

Sourced from @​ledgerhq/hw-transport-webhid's releases.

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 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.

v6.4.0

update ERC20 list.

v6.3.0

  • Add EIP1559 and EIP2930 support (#637) – thanks @​FrederikBolding
  • add missing axios dependency – thanks @​avsetsin
  • update ethers dependency
  • update utility libraries (typescript, linter, jest)

v6.2.1

dynamic plugin

hw-app-eth evolution that automatically retrieve plugins from https://cdn.live.ledger.com/plugins/ethereum.json so we can add more plugins over time and have less and less "blind signing" happening on the hw-app-eth app.

See talk: https://www.youtube.com/watch?v=ZVCsrgZ_jBU

v6.2.0

Add BSC support

  • the crypto currencies
  • the tokens

Others

  • node-hid package: LL-4600 Map HID errors to DisconnectedDeviceDuringOperation (#620)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)