Skip to content

Commit

Permalink
Prep for native segwit (#583)
Browse files Browse the repository at this point in the history
* Prep for native segwit

* Update ledger confirmation screen to be stx specific

* bump core

* Remove unused type lib

* Update core

* Fix issue with xverse api call

* Update package.json

* Bump core
  • Loading branch information
victorkirov authored Oct 3, 2024
1 parent 980172b commit c7d1906
Show file tree
Hide file tree
Showing 24 changed files with 418 additions and 1,668 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@playwright/test": "1.46.1",
"@react-spring/web": "^9.6.1",
"@sats-connect/core": "0.3.0",
"@secretkeylabs/xverse-core": "23.0.0",
"@secretkeylabs/xverse-core": "24.0.0",
"@stacks/connect": "7.4.1",
"@stacks/stacks-blockchain-api-types": "6.1.1",
"@stacks/transactions": "6.16.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import LedgerFailView from '@components/ledger/failLedgerView';
import {
ConnectLedgerTitle,
InfoImage,
} from '@screens/ledger/confirmLedgerTransaction/index.styled';
} from '@screens/ledger/confirmLedgerStxTransaction/index.styled';
import type { TFunction } from 'react-i18next';

export enum Steps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ function ConfirmStxTransactionComponent({
<TransactionSettingAlert
visible={openTransactionSettingModal}
fee={microstacksToStx(getFee()).toString()}
type="STX"
nonce={getTxNonce()}
onApplyClick={applyTxSettings}
onCrossClick={closeTransactionSettingAlert}
Expand Down
121 changes: 0 additions & 121 deletions src/app/components/stepper/index.tsx

This file was deleted.

Loading

0 comments on commit c7d1906

Please sign in to comment.