feat: wip, set up deposit tx #14786
code-checks.yml
on: push
lint-prettier
1m 1s
lint-eslint
1m 5s
lint-filename
52s
lint-commit
28s
lint-deps
38s
lint-message-schema
1m 9s
lint-unused-exports
37s
lint-firefox-build
1m 36s
locked-versions
1m 1s
audit
49s
typecheck
1m 1s
test-unit
46s
test-build
1m 10s
Annotations
29 errors and 11 warnings
lint-deps
Process completed with exit code 1.
|
lint-unused-exports
Process completed with exit code 1.
|
src/app/store/transactions/post-conditions.spec.ts > formatPostConditionState > formats the post condition correctly:
src/app/common/utils.ts#L110
TypeError: deserializePostCondition is not a function
❯ Module.postConditionFromString src/app/common/utils.ts:110:10
❯ getPostCondition src/app/common/transactions/stacks/post-condition.utils.ts:119:46
❯ src/app/common/transactions/stacks/post-condition.utils.ts:104:36
❯ Module.handlePostConditions src/app/common/transactions/stacks/post-condition.utils.ts:103:25
❯ Module.formatPostConditionState src/app/store/transactions/post-conditions.hooks.ts:24:14
❯ src/app/store/transactions/post-conditions.spec.ts:11:20
|
src/app/common/transactions/stacks/generate-unsigned-txs.spec.ts > generated signed transactions > can handle encoded payload:
tests/transation-test-utils.ts#L33
TypeError: createAssetInfo is not a function
❯ Module.generateContractCallToken tests/transation-test-utils.ts:33:16
❯ src/app/common/transactions/stacks/generate-unsigned-txs.spec.ts:9:31
|
src/app/common/transactions/stacks/post-condition.utils.spec.ts > handlePostConditions > should not modify a post condition where the principal is a contract:
src/app/common/transactions/stacks/post-condition.utils.spec.ts#L20
TypeError: createAssetInfo is not a function
❯ src/app/common/transactions/stacks/post-condition.utils.spec.ts:20:7
|
src/app/common/transactions/stacks/post-condition.utils.spec.ts > handlePostConditions > should not modify a post condition when all addresses are the same (sender, current address, and postcondition principal):
src/app/common/transactions/stacks/post-condition.utils.spec.ts#L40
TypeError: createAssetInfo is not a function
❯ src/app/common/transactions/stacks/post-condition.utils.spec.ts:40:7
|
src/app/common/transactions/stacks/post-condition.utils.spec.ts > handlePostConditions > should modify a post condition when currentAddress is different, but payload address is of the same type as the principal in the post condition:
src/app/common/transactions/stacks/post-condition.utils.spec.ts#L61
TypeError: createAssetInfo is not a function
❯ src/app/common/transactions/stacks/post-condition.utils.spec.ts:61:7
|
src/app/common/transactions/stacks/post-condition.utils.spec.ts > handlePostConditions > should not modify a post condition when currentAddress is same, but payload address is different type as the principal in the post condition:
src/app/common/transactions/stacks/post-condition.utils.spec.ts#L84
TypeError: createAssetInfo is not a function
❯ src/app/common/transactions/stacks/post-condition.utils.spec.ts:84:7
|
test-unit
Process completed with exit code 1.
|
typecheck:
src/app/common/hooks/use-submit-stx-transaction.ts#L3
'"@stacks/transactions"' has no exported member named 'StacksTransaction'. Did you mean 'StacksTransactionWire'?
|
typecheck:
src/app/common/hooks/use-submit-stx-transaction.ts#L39
Expected 1 arguments, but got 2.
|
typecheck:
src/app/common/hooks/use-submit-stx-transaction.ts#L40
Property 'error' does not exist on type 'TxBroadcastResult'.
|
typecheck:
src/app/common/hooks/use-submit-stx-transaction.ts#L42
Property 'reason' does not exist on type 'TxBroadcastResult'.
|
typecheck:
src/app/common/hooks/use-submit-stx-transaction.ts#L42
Property 'reason' does not exist on type 'TxBroadcastResult'.
|
typecheck:
src/app/common/hooks/use-submit-stx-transaction.ts#L43
Property 'error' does not exist on type 'TxBroadcastResult'.
|
typecheck:
src/app/common/keychain/keychain.ts#L3
Module '"@stacks/transactions"' has no exported member 'createStacksPrivateKey'.
|
typecheck:
src/app/common/keychain/keychain.ts#L3
Module '"@stacks/transactions"' has no exported member 'getPublicKey'.
|
typecheck:
src/app/common/keychain/keychain.ts#L3
Module '"@stacks/transactions"' has no exported member 'publicKeyToString'.
|
typecheck:
src/app/common/publish-subscribe.ts#L3
'"@stacks/transactions"' has no exported member named 'StacksTransaction'. Did you mean 'StacksTransactionWire'?
|
lint-eslint:
src/app/pages/test-deposit-sbtc/sbtc-api.ts#L58
Unexpected use of 'fetch'. Use `axios` instead for consistency with the rest of the project
|
lint-eslint:
src/app/pages/test-deposit-sbtc/sbtc-api.ts#L70
Unexpected use of 'fetch'. Use `axios` instead for consistency with the rest of the project
|
lint-eslint:
src/app/pages/test-deposit-sbtc/sbtc-api.ts#L74
Unexpected use of 'fetch'. Use `axios` instead for consistency with the rest of the project
|
lint-eslint:
src/app/pages/test-deposit-sbtc/sbtc-api.ts#L84
Unexpected use of 'fetch'. Use `axios` instead for consistency with the rest of the project
|
lint-eslint:
src/app/pages/test-deposit-sbtc/sbtc-api.ts#L122
Unexpected use of 'fetch'. Use `axios` instead for consistency with the rest of the project
|
lint-eslint:
src/app/pages/test-deposit-sbtc/sbtc-api.ts#L142
Unexpected use of 'fetch'. Use `axios` instead for consistency with the rest of the project
|
lint-eslint:
src/app/pages/test-deposit-sbtc/test-deposit-sbtc.tsx#L27
Unexpected console statement
|
lint-eslint:
src/app/pages/test-deposit-sbtc/test-deposit-sbtc.tsx#L56
Unexpected console statement
|
lint-eslint:
src/app/pages/test-deposit-sbtc/test-deposit-sbtc.tsx#L58
Unexpected console statement
|
lint-eslint
Process completed with exit code 1.
|
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/app-analytics.ts#L80
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
lint-eslint:
src/app/common/app-analytics.ts#L85
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
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-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-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/persistence.ts#L15
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
lint-eslint:
src/app/common/persistence.ts#L18
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|