Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
fix large utxo for bitcoin family
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng-ledger committed May 5, 2022
1 parent b7373e8 commit 13fe465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ledgerhq/hw-transport": "6.27.1",
"@ledgerhq/hw-transport-http": "6.27.1",
"@ledgerhq/hw-transport-node-hid-singleton": "6.27.1",
"@ledgerhq/live-common": "https://github.com/LedgerHQ/ledger-live-common.git#develop",
"@ledgerhq/live-common": "https://github.com/LedgerHQ/ledger-live-common.git#ef2d79141b2a5265a181495d29b67077a74a20fd",
"@ledgerhq/logs": "6.10.0",
"@ledgerhq/react-ui": "^0.7.5",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3397,9 +3397,9 @@
bignumber.js "^9.0.2"
json-rpc-2.0 "^1.0.0"

"@ledgerhq/live-common@https://github.com/LedgerHQ/ledger-live-common.git#develop":
"@ledgerhq/live-common@https://github.com/LedgerHQ/ledger-live-common.git#ef2d79141b2a5265a181495d29b67077a74a20fd":
version "22.0.3"
resolved "https://github.com/LedgerHQ/ledger-live-common.git#8b92f128824a7d392c071d45e663f833a348a071"
resolved "https://github.com/LedgerHQ/ledger-live-common.git#ef2d79141b2a5265a181495d29b67077a74a20fd"
dependencies:
"@celo/contractkit" "^1.5.2"
"@celo/wallet-base" "^1.5.2"
Expand Down Expand Up @@ -3493,6 +3493,7 @@
stellar-sdk "^10.0.1"
superstruct "^0.14.2"
triple-beam "^1.3.0"
varuint-bitcoin "1.1.2"
winston "^3.4.0"
xstate "^4.28.1"

Expand Down

1 comment on commit 13fe465

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lint outputs ✅

Tests outputs ✅

Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating
PASS src/generate-cryptoassets-md.test.js

Test Suites: 1 skipped, 1 passed, 1 of 2 total
Tests: 5 skipped, 1 passed, 6 total
Snapshots: 0 total
Time: 2.086 s
Test results written to: report.json

Diff output ❌

linux

Actual Diff Expected

| market-btc-page-actual | market-btc-page-diff | market-btc-page-expected |
| market-btc-page-actual | market-btc-page-diff | market-btc-page-expected |

Please sign in to comment.