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.3.0 #281

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

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!

our libraries have migrated from FlowType to TypeScript!

These are still JavaScript libraries and you will be able to still use them in vanilla js or flowtype. But now you will also benefit from type system. NB: we still need to refine more and more our types over the next weeks. Please tell us if you reached any problems with these.

The work happened in this PR: LedgerHQ/ledgerjs#619

Other updates

v5.53.1

See LedgerHQ/ledgerjs#607

revert of 5.53.0 's attempt to fix webusb for Mac OS on Chrome 91.

v5.53.0

... (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     #281   +/-   ##
=======================================
  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...2c72d74. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #283.