feat: add psbt support logic #148
Annotations
4 errors and 11 warnings
Lint:
src/app/components/mint-unmint/components/transaction-form/transaction-form.tsx#L45
'values' is defined but never used
|
Lint:
src/app/hooks/use-bitcoin.ts#L68
'BitcoinAddresses' is defined but never used
|
Lint:
src/app/hooks/use-bitcoin.ts#L363
'preImage' is assigned a value but never used
|
Lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/app/components/mint-unmint/components/lock-screen/lock-screen.tsx#L34
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint:
src/app/components/mint-unmint/components/transaction-form/transaction-form.tsx#L28
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint:
src/app/components/mint-unmint/mint-unmint.tsx#L28
React Hook useEffect has a missing dependency: 'address'. Either include it or remove the dependency array
|
Lint:
src/app/hooks/use-bitcoin.ts#L98
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Lint:
src/app/hooks/use-bitcoin.ts#L102
Unexpected console statement
|
Lint:
src/app/hooks/use-bitcoin.ts#L109
Unexpected console statement
|
Lint:
src/app/hooks/use-bitcoin.ts#L139
Unexpected console statement
|
Lint:
src/app/hooks/use-bitcoin.ts#L211
Unexpected console statement
|
Lint:
src/app/hooks/use-bitcoin.ts#L212
Unexpected console statement
|
Lint:
src/app/hooks/use-bitcoin.ts#L213
Unexpected console statement
|
The logs for this run have expired and are no longer available.
Loading