feat: implement global command menu with Cmd/Ctrl+K keyboard shortcuts #35 #93
Annotations
21 errors and 25 warnings
|
src/services/stellar.validation.test.ts > validateTransactionHash > accepts a valid 64-char uppercase hex hash (case-insensitive):
backend/src/services/stellar.validation.test.ts#L73
AssertionError: expected [Function] to not throw an error but 'TypeError: (0 , __vite_ssr_import_2__…' was thrown
- Expected:
undefined
+ Received:
"TypeError: (0 , __vite_ssr_import_2__.validateTransactionHash) is not a function"
❯ src/services/stellar.validation.test.ts:73:76
|
|
src/services/stellar.validation.test.ts > validateTransactionHash > accepts a valid 64-char lowercase hex hash:
backend/src/services/stellar.validation.test.ts#L69
AssertionError: expected [Function] to not throw an error but 'TypeError: (0 , __vite_ssr_import_2__…' was thrown
- Expected:
undefined
+ Received:
"TypeError: (0 , __vite_ssr_import_2__.validateTransactionHash) is not a function"
❯ src/services/stellar.validation.test.ts:69:62
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws a ValidationError (statusCode 400) — not a generic Error:
backend/src/services/stellar.validation.test.ts#L60
AssertionError: expected TypeError: (0 , __vite_ssr_import_2__.val… to be an instance of ValidationError
❯ src/services/stellar.validation.test.ts:60:17
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a string with an invalid base32 character:
backend/src/services/stellar.validation.test.ts#L49
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:49:47
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a string that starts with G but is too long:
backend/src/services/stellar.validation.test.ts#L43
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:43:67
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a string that starts with G but is too short:
backend/src/services/stellar.validation.test.ts#L39
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:39:50
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for an address with a wrong prefix (S… secret key):
backend/src/services/stellar.validation.test.ts#L34
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:34:53
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a whitespace-only string:
backend/src/services/stellar.validation.test.ts#L28
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:28:49
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for an empty string:
backend/src/services/stellar.validation.test.ts#L23
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:23:46
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > accepts a valid Stellar public key:
backend/src/services/stellar.validation.test.ts#L19
AssertionError: expected [Function] to not throw an error but 'TypeError: (0 , __vite_ssr_import_2__…' was thrown
- Expected:
undefined
+ Received:
"TypeError: (0 , __vite_ssr_import_2__.validateStellarAddress) is not a function"
❯ src/services/stellar.validation.test.ts:19:61
|
|
Backend (Node.js 20)
The strategy configuration was canceled because "backend._22" failed
|
|
src/services/stellar.validation.test.ts > validateTransactionHash > accepts a valid 64-char uppercase hex hash (case-insensitive):
backend/src/services/stellar.validation.test.ts#L73
AssertionError: expected [Function] to not throw an error but 'TypeError: (0 , __vite_ssr_import_2__…' was thrown
- Expected:
undefined
+ Received:
"TypeError: (0 , __vite_ssr_import_2__.validateTransactionHash) is not a function"
❯ src/services/stellar.validation.test.ts:73:76
|
|
src/services/stellar.validation.test.ts > validateTransactionHash > accepts a valid 64-char lowercase hex hash:
backend/src/services/stellar.validation.test.ts#L69
AssertionError: expected [Function] to not throw an error but 'TypeError: (0 , __vite_ssr_import_2__…' was thrown
- Expected:
undefined
+ Received:
"TypeError: (0 , __vite_ssr_import_2__.validateTransactionHash) is not a function"
❯ src/services/stellar.validation.test.ts:69:62
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws a ValidationError (statusCode 400) — not a generic Error:
backend/src/services/stellar.validation.test.ts#L60
AssertionError: expected TypeError: (0 , __vite_ssr_import_2__.val… to be an instance of ValidationError
❯ src/services/stellar.validation.test.ts:60:17
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a string with an invalid base32 character:
backend/src/services/stellar.validation.test.ts#L49
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:49:47
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a string that starts with G but is too long:
backend/src/services/stellar.validation.test.ts#L43
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:43:67
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a string that starts with G but is too short:
backend/src/services/stellar.validation.test.ts#L39
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:39:50
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for an address with a wrong prefix (S… secret key):
backend/src/services/stellar.validation.test.ts#L34
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:34:53
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for a whitespace-only string:
backend/src/services/stellar.validation.test.ts#L28
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:28:49
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > throws ValidationError for an empty string:
backend/src/services/stellar.validation.test.ts#L23
AssertionError: expected error to be instance of ValidationError
- Expected:
[Function ValidationError]
+ Received:
TypeError {
"message": "(0 , __vite_ssr_import_2__.validateStellarAddress) is not a function",
}
❯ src/services/stellar.validation.test.ts:23:46
|
|
src/services/stellar.validation.test.ts > validateStellarAddress > accepts a valid Stellar public key:
backend/src/services/stellar.validation.test.ts#L19
AssertionError: expected [Function] to not throw an error but 'TypeError: (0 , __vite_ssr_import_2__…' was thrown
- Expected:
undefined
+ Received:
"TypeError: (0 , __vite_ssr_import_2__.validateStellarAddress) is not a function"
❯ src/services/stellar.validation.test.ts:19:61
|
|
Backend (Node.js 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend (Node.js 22):
backend/src/index.ts#L42
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L41
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L40
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L39
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L27
Unexpected any. Specify a different type
|
|
Backend (Node.js 22):
backend/src/index.ts#L27
Unexpected any. Specify a different type
|
|
Backend (Node.js 22):
backend/src/index.ts#L24
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L23
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L22
Unexpected console statement
|
|
Backend (Node.js 22):
backend/src/index.ts#L21
Unexpected console statement
|
|
Backend (Node.js 20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Backend (Node.js 20):
backend/src/index.ts#L42
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L41
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L40
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L39
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L27
Unexpected any. Specify a different type
|
|
Backend (Node.js 20):
backend/src/index.ts#L27
Unexpected any. Specify a different type
|
|
Backend (Node.js 20):
backend/src/index.ts#L24
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L23
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L22
Unexpected console statement
|
|
Backend (Node.js 20):
backend/src/index.ts#L21
Unexpected console statement
|
|
Frontend (Node.js 20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Frontend (Node.js 22)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Smart Contracts (Rust)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|