fix: psbt bare utxo signing #9689
code-checks.yml
on: push
lint-prettier
46s
lint-eslint
1m 5s
lint-filename
32s
lint-commit
19s
lint-deps
38s
lint-message-schema
43s
lint-unused-exports
36s
lint-firefox-build
1m 16s
locked-versions
37s
audit
48s
typecheck
52s
test-unit
52s
test-build
59s
Annotations
11 warnings
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint-eslint:
src/app/common/api/fetch-wrapper.ts#L32
'wrappedFetch' is deprecated. Use `axios` directly instead
|
lint-eslint:
src/app/common/hooks/use-copy-to-clipboard.ts#L21
'execCommand' is deprecated. [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/execCommand)
|
lint-eslint:
src/app/common/hooks/use-transferable-asset-balances.hooks.ts#L15
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/common/signature/requests.ts#L30
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/transactions/stacks/is-sip-10-transfer.ts#L5
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/utils/use-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/components/bitcoin-transaction-item/bitcoin-transaction-item.tsx#L54
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/components/crypto-assets/bitcoin/brc20-token-asset-list/brc20-token-asset-list.tsx#L16
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/features/asset-list/asset-list.tsx#L28
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/features/collectibles/components/bitcoin/stamps.tsx#L10
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|