LedgerHQ / ledgerjs

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

[@ledgerHQ/hw-app-helium] switch to use @helium/address #805

Closed allenan closed 2 years ago

allenan commented 2 years ago

This uses a simplified, common @helium/address package which has been extracted from our two crypto packages, @helium/crypto and @helium/crypto-react-native. This will allow @ledgerHQ/hw-app-helium to be used on both react native and nodejs. Currently it will only work on nodejs.

codecov[bot] commented 2 years ago

Codecov Report

Merging #805 (27164fe) into master (1ec099d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #805   +/-   ##
=======================================
  Coverage   45.09%   45.09%           
=======================================
  Files          83       83           
  Lines        5060     5060           
  Branches      897      897           
=======================================
  Hits         2282     2282           
  Misses       2576     2576           
  Partials      202      202           
Impacted Files Coverage Δ
packages/hw-app-helium/src/serialization.ts 92.06% <ø> (ø)
packages/hw-app-helium/src/Helium.ts 89.28% <100.00%> (ø)

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 1ec099d...27164fe. Read the comment docs.