feat(rpc): stx_getAddresses, closes LEA-1958 #15202
code-checks.yml
on: push
lint-prettier
1m 1s
lint-eslint
1m 5s
lint-filename
59s
lint-commit
29s
lint-deps
53s
lint-message-schema
1m 11s
lint-unused-exports
33s
lint-firefox-build
1m 30s
locked-versions
46s
audit
51s
typecheck
48s
test-unit
1m 1s
test-build
1m 12s
Annotations
9 errors and 11 warnings
lint-unused-exports
Process completed with exit code 1.
|
typecheck:
src/app/pages/rpc-sign-stacks-transaction/use-rpc-sign-stacks-transaction.ts#L65
Property 'transaction' is missing in type '{ txHex: string; }' but required in type '{ txHex: string; transaction: string; }'.
|
typecheck:
src/background/messaging/rpc-message-handler.ts#L66
Argument of type '{ id: string; method: "stx_getAddresses"; params: string[] | Record<string, unknown>; jsonrpc: "2.0"; }' is not assignable to parameter of type '{ id: string; method: "getAddresses"; params: string[] | Record<string, unknown>; jsonrpc: "2.0"; }'.
|
typecheck:
src/background/messaging/rpc-methods/sign-stacks-transaction.ts#L139
Property 'txHex' does not exist on type '{ txHex: string; network?: string | undefined; stxAddress?: string | undefined; attachment?: string | undefined; accountIndex?: string | undefined; } | { transaction: string; network?: string | undefined; }'.
|
typecheck:
src/background/messaging/rpc-methods/sign-stacks-transaction.ts#L152
Property 'txHex' does not exist on type '{ txHex: string; network?: string | undefined; stxAddress?: string | undefined; attachment?: string | undefined; accountIndex?: string | undefined; } | { transaction: string; network?: string | undefined; }'.
|
typecheck:
src/background/messaging/rpc-methods/sign-stacks-transaction.ts#L155
Property 'stxAddress' does not exist on type '{ txHex: string; network?: string | undefined; stxAddress?: string | undefined; attachment?: string | undefined; accountIndex?: string | undefined; } | { transaction: string; network?: string | undefined; }'.
|
typecheck:
src/background/messaging/rpc-methods/sign-stacks-transaction.ts#L156
Property 'attachment' does not exist on type '{ txHex: string; network?: string | undefined; stxAddress?: string | undefined; attachment?: string | undefined; accountIndex?: string | undefined; } | { transaction: string; network?: string | undefined; }'.
|
typecheck:
src/background/messaging/rpc-methods/sign-stacks-transaction.ts#L169
Property 'txHex' does not exist on type '{ txHex: string; network?: string | undefined; stxAddress?: string | undefined; attachment?: string | undefined; accountIndex?: string | undefined; } | { transaction: string; network?: string | undefined; }'.
|
typecheck
Process completed with exit code 2.
|
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/authentication/use-legacy-auth-bitcoin-addresses.ts#L30
This assertion is unnecessary since the receiver accepts the original type of the expression
|
lint-eslint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L31
This assertion is unnecessary since the receiver accepts the original type of the expression
|
lint-eslint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L34
This assertion is unnecessary since the receiver accepts the original type of the expression
|
lint-eslint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L35
This assertion is unnecessary since the receiver accepts the original type of the expression
|
lint-eslint:
src/app/common/hooks/use-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/signature/requests.ts#L31
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/features/ledger/flows/bitcoin-tx-signing/ledger-bitcoin-sign-tx-container.tsx#L66
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/features/ledger/flows/stacks-tx-signing/ledger-sign-stacks-tx-container.tsx#L52
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/features/ledger/hooks/use-ledger-latest-route-error.hook.ts#L11
This assertion is unnecessary since it does not change the type of the expression
|