FindETH / wallets

Library used by FindETH for wallets and derivation
https://findeth.github.io/wallets/
MIT License
8 stars 2 forks source link

Bump @ledgerhq/hw-app-eth from 5.42.1 to 6.5.0 #289

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @ledgerhq/hw-app-eth from 5.42.1 to 6.5.0.

Release notes

Sourced from @​ledgerhq/hw-app-eth's releases.

v6.5.0

hw-app-eth fixes

  • Fix invalid ChainID when it intersects with APDU boundary (#644) thanks @​hectorchu @​pscott
  • Fixes to allow same contractAddress on diff chainId/blockchains (#647)

crypto-assets update

  • LL-5718 Fix Stealthcoin explorer URL (#643)
  • Enable stETH countervalues for Ledger Live

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)
    • 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)

v6.1.0

v6.0.2

Migrated to TypeScript!

... (truncated)

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)
codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@46a723f). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #289   +/-   ##
=======================================
  Coverage        ?   86.81%           
=======================================
  Files           ?       20           
  Lines           ?      349           
  Branches        ?       35           
=======================================
  Hits            ?      303           
  Misses          ?       46           
  Partials        ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 46a723f...ad42974. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #296.