Skip to content

chore: jsdoc

chore: jsdoc #653

Triggered via push December 11, 2025 06:29
Status Failure
Total duration 3m 0s
Artifacts

changesets.yml

on: push
Matrix: Verify / test-tempo-e2e
Matrix: Verify / test-tempo
Changesets
0s
Changesets
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Verify / Test Runtime (tempo, env: testnet, e2e)
Process completed with exit code 1.
[tempo] src/tempo/e2e.test.ts > behavior: keyAuthorization > behavior: p256 access key: test/tempo/config.ts#L60
ContractFunctionExecutionError: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x20c0000000000000000000000000000000000001 data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400 Contract Call: address: 0x20c0000000000000000000000000000000000001 function: transfer(address to, uint256 amount) args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000) sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 Docs: https://viem.sh/docs/contract/writeContract Details: insufficient funds for gas * price + value: have 0 want 845 Version: [email protected] ❯ getContractError node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/utils/errors/getContractError.js:33:12 ❯ writeContract.internal node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/actions/wallet/writeContract.js:82:19 ❯ transfer.inner node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2087:17 ❯ Module.transferSync node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2202:21 ❯ fundAddress test/tempo/config.ts:60:3 ❯ src/tempo/e2e.test.ts:790:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'insufficient funds for gas * price + value: have 0 want 845', docsPath: '/docs/contract/writeContract', metaMessages: [ 'This error could arise when the account does not have enough funds to:', ' - pay for the total gas fee,', ' - pay for the value to send.', ' ', 'The cost of the transaction is calculated as `gas * gas fee + value`, where:', ' - `gas` is the amount of gas needed for transaction to execute,', ' - `gas fee` is the gas fee,', ' - `value` is the amount of ether to send to the recipient.', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x20c0000000000000000000000000000000000001\n data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400', ' ', 'Contract Call:', ' address: 0x20c0000000000000000000000000000000000001\n function: transfer(address to, uint256 amount)\n args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000)\n sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' ], shortMessage: 'The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account.', version: '2.41.2', abi: [ { name: 'name', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'symbol', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'decimals', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint8' } ] }, { name: 'totalSupply', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint256' } ] }, { name: 'quoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'nextQuoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'balanceOf', type: 'function', stateMutability: 'view', inputs: [ { type: 'address', name: 'account' } ], o
[tempo] src/tempo/e2e.test.ts > behavior: keyAuthorization > behavior: p256 access key: test/tempo/config.ts#L60
ContractFunctionExecutionError: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x20c0000000000000000000000000000000000001 data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400 Contract Call: address: 0x20c0000000000000000000000000000000000001 function: transfer(address to, uint256 amount) args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000) sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 Docs: https://viem.sh/docs/contract/writeContract Details: insufficient funds for gas * price + value: have 0 want 845 Version: [email protected] ❯ getContractError node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/utils/errors/getContractError.js:33:12 ❯ writeContract.internal node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/actions/wallet/writeContract.js:82:19 ❯ transfer.inner node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2087:17 ❯ Module.transferSync node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2202:21 ❯ fundAddress test/tempo/config.ts:60:3 ❯ src/tempo/e2e.test.ts:790:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'insufficient funds for gas * price + value: have 0 want 845', docsPath: '/docs/contract/writeContract', metaMessages: [ 'This error could arise when the account does not have enough funds to:', ' - pay for the total gas fee,', ' - pay for the value to send.', ' ', 'The cost of the transaction is calculated as `gas * gas fee + value`, where:', ' - `gas` is the amount of gas needed for transaction to execute,', ' - `gas fee` is the gas fee,', ' - `value` is the amount of ether to send to the recipient.', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x20c0000000000000000000000000000000000001\n data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400', ' ', 'Contract Call:', ' address: 0x20c0000000000000000000000000000000000001\n function: transfer(address to, uint256 amount)\n args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000)\n sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' ], shortMessage: 'The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account.', version: '2.41.2', abi: [ { name: 'name', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'symbol', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'decimals', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint8' } ] }, { name: 'totalSupply', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint256' } ] }, { name: 'quoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'nextQuoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'balanceOf', type: 'function', stateMutability: 'view', inputs: [ { type: 'address', name: 'account' } ], o
[tempo] src/tempo/e2e.test.ts > behavior: keyAuthorization > behavior: p256 access key: test/tempo/config.ts#L60
ContractFunctionExecutionError: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x20c0000000000000000000000000000000000001 data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400 Contract Call: address: 0x20c0000000000000000000000000000000000001 function: transfer(address to, uint256 amount) args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000) sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 Docs: https://viem.sh/docs/contract/writeContract Details: insufficient funds for gas * price + value: have 0 want 845 Version: [email protected] ❯ getContractError node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/utils/errors/getContractError.js:33:12 ❯ writeContract.internal node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/actions/wallet/writeContract.js:82:19 ❯ transfer.inner node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2087:17 ❯ Module.transferSync node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2202:21 ❯ fundAddress test/tempo/config.ts:60:3 ❯ src/tempo/e2e.test.ts:790:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'insufficient funds for gas * price + value: have 0 want 845', docsPath: '/docs/contract/writeContract', metaMessages: [ 'This error could arise when the account does not have enough funds to:', ' - pay for the total gas fee,', ' - pay for the value to send.', ' ', 'The cost of the transaction is calculated as `gas * gas fee + value`, where:', ' - `gas` is the amount of gas needed for transaction to execute,', ' - `gas fee` is the gas fee,', ' - `value` is the amount of ether to send to the recipient.', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x20c0000000000000000000000000000000000001\n data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400', ' ', 'Contract Call:', ' address: 0x20c0000000000000000000000000000000000001\n function: transfer(address to, uint256 amount)\n args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000)\n sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' ], shortMessage: 'The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account.', version: '2.41.2', abi: [ { name: 'name', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'symbol', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'decimals', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint8' } ] }, { name: 'totalSupply', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint256' } ] }, { name: 'quoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'nextQuoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'balanceOf', type: 'function', stateMutability: 'view', inputs: [ { type: 'address', name: 'account' } ], o
[tempo] src/tempo/e2e.test.ts > behavior: keyAuthorization > behavior: p256 access key: test/tempo/config.ts#L60
ContractFunctionExecutionError: The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account. This error could arise when the account does not have enough funds to: - pay for the total gas fee, - pay for the value to send. The cost of the transaction is calculated as `gas * gas fee + value`, where: - `gas` is the amount of gas needed for transaction to execute, - `gas fee` is the gas fee, - `value` is the amount of ether to send to the recipient. Request Arguments: from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 to: 0x20c0000000000000000000000000000000000001 data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400 Contract Call: address: 0x20c0000000000000000000000000000000000001 function: transfer(address to, uint256 amount) args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000) sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 Docs: https://viem.sh/docs/contract/writeContract Details: insufficient funds for gas * price + value: have 0 want 845 Version: [email protected] ❯ getContractError node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/utils/errors/getContractError.js:33:12 ❯ writeContract.internal node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/_esm/actions/wallet/writeContract.js:82:19 ❯ transfer.inner node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2087:17 ❯ Module.transferSync node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/tempo.ts/dist/viem/Actions/token.js:2202:21 ❯ fundAddress test/tempo/config.ts:60:3 ❯ src/tempo/e2e.test.ts:790:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'insufficient funds for gas * price + value: have 0 want 845', docsPath: '/docs/contract/writeContract', metaMessages: [ 'This error could arise when the account does not have enough funds to:', ' - pay for the total gas fee,', ' - pay for the value to send.', ' ', 'The cost of the transaction is calculated as `gas * gas fee + value`, where:', ' - `gas` is the amount of gas needed for transaction to execute,', ' - `gas fee` is the gas fee,', ' - `value` is the amount of ether to send to the recipient.', ' ', 'Request Arguments:', ' from: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n to: 0x20c0000000000000000000000000000000000001\n data: 0xa9059cbb0000000000000000000000006849e101f0c9c2f450610750f0522887ee91345e00000000000000000000000000000000000000000000000000000002540be400', ' ', 'Contract Call:', ' address: 0x20c0000000000000000000000000000000000001\n function: transfer(address to, uint256 amount)\n args: (0x6849e101f0c9c2f450610750f0522887ee91345e, 10000000000)\n sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266' ], shortMessage: 'The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account.', version: '2.41.2', abi: [ { name: 'name', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'symbol', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'string' } ] }, { name: 'decimals', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint8' } ] }, { name: 'totalSupply', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'uint256' } ] }, { name: 'quoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'nextQuoteToken', type: 'function', stateMutability: 'view', inputs: [], outputs: [ { type: 'address' } ] }, { name: 'balanceOf', type: 'function', stateMutability: 'view', inputs: [ { type: 'address', name: 'account' } ], o
Verify / Test Runtime (core)
Process completed with exit code 1.
[core,ercs] src/core/_test/Keystore.test.ts > encrypt/decrypt > behavior: scrypt: src/core/_test/Keystore.test.ts#L163
Error: Test timed out in 20000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ src/core/_test/Keystore.test.ts:163:3
[core,ercs] src/core/_test/Keystore.test.ts > encrypt/decrypt > behavior: scrypt: src/core/_test/Keystore.test.ts#L163
Error: Test timed out in 20000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ src/core/_test/Keystore.test.ts:163:3
[core,ercs] src/core/_test/Keystore.test.ts > encrypt/decrypt > behavior: scrypt: src/core/_test/Keystore.test.ts#L163
Error: Test timed out in 20000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ src/core/_test/Keystore.test.ts:163:3
[core,ercs] src/core/_test/Keystore.test.ts > encrypt/decrypt > behavior: scrypt: src/core/_test/Keystore.test.ts#L163
Error: Test timed out in 20000ms. If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout". ❯ src/core/_test/Keystore.test.ts:163:3
Verify / Checks: src/tempo/index.ts#L107
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/index.ts#L85
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/index.ts#L46
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/index.ts#L12
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/TransactionRequest.ts#L57
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/TransactionRequest.ts#L19
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/TransactionReceipt.ts#L63
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/TransactionReceipt.ts#L12
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/Transaction.ts#L42
tsdoc-link-tag-destination-syntax: Unexpected character after link destination
Verify / Checks: src/tempo/Transaction.ts#L16
tsdoc-link-tag-destination-syntax: Unexpected character after link destination