LedgerHQ / ledgerjs

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

LIVE-1819 FTS support #831

Closed juan-cortes closed 2 years ago

juan-cortes commented 2 years ago

Due to the current dependency loop we have it's not easy to test this, for LLD and LLM I had to resort to specifying manually the dependency resolution for the devices package. In any case this is merely a placeholder support for fts and we will have to update the data eventually with real one from firmware. Merely here for development purposes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #831 (64ec36d) into master (00756c6) will increase coverage by 0.00%. The diff coverage is 0.00%.

:exclamation: Current head 64ec36d differs from pull request most recent head 3a1ad09. Consider uploading reports for the commit 3a1ad09 to get more accurate results

@@           Coverage Diff            @@
##           master     #831    +/-   ##
========================================
  Coverage   45.59%   45.60%            
========================================
  Files          82       82            
  Lines        5005     5004     -1     
  Branches      891      869    -22     
========================================
  Hits         2282     2282            
- Misses       2527     2708   +181     
+ Partials      196       14   -182     
Impacted Files Coverage Δ
packages/devices/src/index.ts 0.00% <0.00%> (ø)
packages/logs/src/index.ts 0.00% <0.00%> (ø)
packages/errors/src/helpers.ts 0.00% <0.00%> (ø)
packages/hw-app-str/src/Str.ts 68.75% <0.00%> (ø)
packages/hw-app-trx/src/utils.ts 61.40% <0.00%> (ø)
packages/hw-app-btc/src/BtcNew.ts 92.25% <0.00%> (ø)
packages/hw-app-btc/src/varint.ts 30.76% <0.00%> (ø)
packages/devices/src/scrambling.ts 0.00% <0.00%> (ø)
packages/hw-app-tezos/src/Tezos.ts 11.57% <0.00%> (ø)
... and 31 more

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 00756c6...3a1ad09. Read the comment docs.