release v2023.10.2 #603
Annotations
10 errors and 4 warnings
build:
packages/cosmjs/src/index.ts#L144
Type '"ACTIVITY_TYPE_SIGN_RAW_PAYLOAD"' is not assignable to type '"ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2"'.
|
build:
packages/cosmjs/src/index.ts#L148
Type '{ privateKeyId: string; payload: string; encoding: "PAYLOAD_ENCODING_HEXADECIMAL"; hashFunction: "HASH_FUNCTION_SHA256"; }' is not assignable to type '{ signWith: string; payload: string; encoding: "PAYLOAD_ENCODING_HEXADECIMAL" | "PAYLOAD_ENCODING_TEXT_UTF8"; hashFunction: "HASH_FUNCTION_SHA256" | "HASH_FUNCTION_NO_OP" | "HASH_FUNCTION_KECCAK256" | "HASH_FUNCTION_NOT_APPLICABLE"; }'.
|
build:
packages/ethers/src/index.ts#L75
Type '"ACTIVITY_TYPE_SIGN_TRANSACTION"' is not assignable to type '"ACTIVITY_TYPE_SIGN_TRANSACTION_V2"'.
|
build:
packages/ethers/src/index.ts#L78
Type '{ privateKeyId: string; type: "TRANSACTION_TYPE_ETHEREUM"; unsignedTransaction: string; }' is not assignable to type '{ signWith: string; unsignedTransaction: string; type: "TRANSACTION_TYPE_ETHEREUM"; }'.
|
build:
packages/ethers/src/index.ts#L184
Type '"ACTIVITY_TYPE_SIGN_RAW_PAYLOAD"' is not assignable to type '"ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2"'.
|
build:
packages/ethers/src/index.ts#L187
Type '{ privateKeyId: string; payload: string; encoding: "PAYLOAD_ENCODING_HEXADECIMAL"; hashFunction: "HASH_FUNCTION_NO_OP"; }' is not assignable to type '{ signWith: string; payload: string; encoding: "PAYLOAD_ENCODING_HEXADECIMAL" | "PAYLOAD_ENCODING_TEXT_UTF8"; hashFunction: "HASH_FUNCTION_NO_OP" | "HASH_FUNCTION_SHA256" | "HASH_FUNCTION_KECCAK256" | "HASH_FUNCTION_NOT_APPLICABLE"; }'.
|
build:
packages/viem/src/index.ts#L271
Type '"ACTIVITY_TYPE_SIGN_TRANSACTION"' is not assignable to type '"ACTIVITY_TYPE_SIGN_TRANSACTION_V2"'.
|
build:
packages/viem/src/index.ts#L274
Type '{ privateKeyId: string; type: "TRANSACTION_TYPE_ETHEREUM"; unsignedTransaction: string; }' is not assignable to type '{ signWith: string; unsignedTransaction: string; type: "TRANSACTION_TYPE_ETHEREUM"; }'.
|
build:
packages/viem/src/index.ts#L332
Type '"ACTIVITY_TYPE_SIGN_RAW_PAYLOAD"' is not assignable to type '"ACTIVITY_TYPE_SIGN_RAW_PAYLOAD_V2"'.
|
build:
packages/viem/src/index.ts#L335
Type '{ privateKeyId: string; payload: string; encoding: "PAYLOAD_ENCODING_HEXADECIMAL"; hashFunction: "HASH_FUNCTION_NO_OP"; }' is not assignable to type '{ signWith: string; payload: string; encoding: "PAYLOAD_ENCODING_HEXADECIMAL" | "PAYLOAD_ENCODING_TEXT_UTF8"; hashFunction: "HASH_FUNCTION_NO_OP" | "HASH_FUNCTION_SHA256" | "HASH_FUNCTION_KECCAK256" | "HASH_FUNCTION_NOT_APPLICABLE"; }'.
|
build
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/
|
build
The `save-state` 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/
|
build
The `save-state` 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/
|
build
The `save-state` 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/
|