Skip to content

Commit

Permalink
chore: upgrade @zondax/ledger-stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Aug 23, 2022
1 parent 91d9976 commit f230c9e
Show file tree
Hide file tree
Showing 9 changed files with 383 additions and 350 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"@styled-system/theme-get": "5.1.2",
"@tippyjs/react": "4.2.6",
"@vkontakte/vk-qr": "2.0.13",
"@zondax/ledger-blockstack": "0.22.8",
"@zondax/ledger-stacks": "0.22.8",
"are-passive-events-supported": "1.1.1",
"argon2-browser": "1.18.0",
"assert": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import StacksApp from '@zondax/ledger-blockstack';
import StacksApp from '@zondax/ledger-stacks';
import ecdsaFormat from 'ecdsa-sig-formatter';
import { sha256 } from 'sha.js';
import { getIdentityDerivationPath } from '../../ledger-utils';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react';
import { Outlet, useLocation } from 'react-router-dom';
import { LedgerError } from '@zondax/ledger-blockstack';
import { LedgerError } from '@zondax/ledger-stacks';
import { getAddressFromPublicKey, TransactionVersion } from '@stacks/transactions';
import get from 'lodash.get';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react';
import { Outlet, useLocation } from 'react-router-dom';
import { LedgerError } from '@zondax/ledger-blockstack';
import { LedgerError } from '@zondax/ledger-stacks';
import get from 'lodash.get';

import { delay } from '@app/common/utils';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react';
import { Outlet, useNavigate } from 'react-router-dom';
import { LedgerError } from '@zondax/ledger-blockstack';
import { LedgerError } from '@zondax/ledger-stacks';
import toast from 'react-hot-toast';

import {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { delay } from '@app/common/utils';
import * as secp from '@noble/secp256k1';
import { logger } from '@shared/logger';
import { AddressVersion } from '@stacks/transactions';
import StacksApp from '@zondax/ledger-blockstack';
import StacksApp from '@zondax/ledger-stacks';

import {
getIdentityDerivationPath,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useEffect, useState } from 'react';
import { Outlet, useLocation, useNavigate } from 'react-router-dom';
import { LedgerError } from '@zondax/ledger-blockstack';
import { LedgerError } from '@zondax/ledger-stacks';
import get from 'lodash.get';

import { delay } from '@app/common/utils';
Expand Down
2 changes: 1 addition & 1 deletion src/app/features/ledger/ledger-utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react';
import Transport from '@ledgerhq/hw-transport-webusb';
import StacksApp, { LedgerError, ResponseVersion } from '@zondax/ledger-blockstack';
import StacksApp, { LedgerError, ResponseVersion } from '@zondax/ledger-stacks';
import { compare } from 'compare-versions';

import {
Expand Down
717 changes: 375 additions & 342 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit f230c9e

Please sign in to comment.