LedgerHQ / ledgerjs

⛔️ MOVED to monorepo "ledger-live"
https://github.com/LedgerHQ/ledger-live
Apache License 2.0
574 stars 382 forks source link

EIP 1024 support #786

Closed btchip closed 2 years ago

btchip commented 2 years ago

This adds two primitives getEIP1024PublicEncryptionKey and getEIP1024SharedSecret to the Ethereum application to support EIP 1024 (https://ethereum-magicians.org/t/eip-1024-cross-client-encrypt-decrypt/505), used by decentralized identity providers

codecov[bot] commented 2 years ago

Codecov Report

Merging #786 (9fe4f88) into master (c1e3c0e) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #786      +/-   ##
==========================================
+ Coverage   44.89%   45.15%   +0.26%     
==========================================
  Files          83       83              
  Lines        5030     5054      +24     
  Branches      892      894       +2     
==========================================
+ Hits         2258     2282      +24     
  Misses       2758     2758              
  Partials       14       14              
Impacted Files Coverage Δ
packages/hw-app-eth/src/Eth.ts 79.57% <100.00%> (+1.09%) :arrow_up:

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 c1e3c0e...9fe4f88. Read the comment docs.