Skip to content

decodeEventLog bug fixed: named args with a missing name #456

decodeEventLog bug fixed: named args with a missing name

decodeEventLog bug fixed: named args with a missing name #456

Triggered via pull request April 7, 2024 21:40
@jxomjxom
synchronize #2092
ITZSHOAIB:main
Status Failure
Total duration 6m 12s
Artifacts

pull-request.yml

on: pull_request
Matrix: Verify / Test Environments
Matrix: Verify / Test
Matrix: Verify / Types
Matrix: Verify / Wagmi
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 7 warnings
Size
Size limit has been exceeded.
src/actions/wallet/prepareTransactionRequest.test.ts > prepareTransactionRequest > args: parameters: src/actions/wallet/prepareTransactionRequest.test.ts#L688
Error: Snapshot `prepareTransactionRequest > args: parameters 3` mismatched Anvil log output ======================================= eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas evm_setIntervalMining anvil_setBalance anvil_setBalance anvil_setNextBlockBaseFeePerGas anvil_mine Block Number: 16280793 Block Hash: 0x0b87f3c2b1a34e9cc6cfb81370980d28497d5cd2cbfe93a1083239dc842a2386 Block Time: "Wed, 28 Dec 2022 04:10:11 +0000" eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas Anvil log output ======================================= eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas evm_setIntervalMining anvil_setBalance anvil_setBalance anvil_setNextBlockBaseFeePerGas anvil_mine Block Number: 16280793 Block Hash: 0x0b87f3c2b1a34e9cc6cfb81370980d28497d5cd2cbfe93a1083239dc842a2386 Block Time: "Wed, 28 Dec 2022 04:10:11 +0000" eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas Anvil log output ======================================= eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas evm_setIntervalMining anvil_setBalance anvil_setBalance anvil_setNextBlockBaseFeePerGas anvil_mine Block Number: 16280793 Block Hash: 0x0b87f3c2b1a34e9cc6cfb81370980d28497d5cd2cbfe93a1083239dc842a2386 Block Time: "Wed, 28 Dec 2022 04:10:11 +0000" eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas Anvil log output ======================================= eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas evm_setIntervalMining anvil_setBalance anvil_setBalance anvil_setNextBlockBaseFeePerGas anvil_mine Block Number: 16280793 Block Hash: 0x0b87f3c2b1a34e9cc6cfb81370980d28497d5cd2cbfe93a1083239dc842a2386 Block Time: "Wed, 28 Dec 2022 04:10:11 +0000" eth_getBlockByNumber eth_estimateGas eth_getBlockByNumber eth_estimateGas eth_getTransactionCount eth_getBlockByNumber eth_estimateGas - Expected + Received @@ -10,10 +10,10 @@ }, "from": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "gas": 21000n, "maxFeePerGas": 13000000000n, "maxPriorityFeePerGas": 1000000000n, - "nonce": 375, + "nonce": 382, "to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8", "type": "eip1559", "value": 1000000000000000000n, } ❯ src/actions/wallet/prepareTransactionRequest.test.ts:688:21
src/actions/wallet/prepareTransactionRequest.test.ts > prepareTransactionRequest > args: parameters: src/actions/wallet/prepareTransactionRequest.test.ts#L688
Error: Snapshot `prepareTransactionRequest > args: parameters 6` mismatched - Expected + Received @@ -10,10 +10,10 @@ }, "from": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "gas": 21000n, "maxFeePerGas": 13000000000n, "maxPriorityFeePerGas": 1000000000n, - "nonce": 375, + "nonce": 382, "to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8", "type": "eip1559", "value": 1000000000000000000n, } ❯ src/actions/wallet/prepareTransactionRequest.test.ts:688:21
src/actions/wallet/prepareTransactionRequest.test.ts > prepareTransactionRequest > args: parameters: src/actions/wallet/prepareTransactionRequest.test.ts#L688
Error: Snapshot `prepareTransactionRequest > args: parameters 9` mismatched - Expected + Received @@ -10,10 +10,10 @@ }, "from": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "gas": 21000n, "maxFeePerGas": 13000000000n, "maxPriorityFeePerGas": 1000000000n, - "nonce": 375, + "nonce": 382, "to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8", "type": "eip1559", "value": 1000000000000000000n, } ❯ src/actions/wallet/prepareTransactionRequest.test.ts:688:21
src/actions/wallet/prepareTransactionRequest.test.ts > prepareTransactionRequest > args: parameters: src/actions/wallet/prepareTransactionRequest.test.ts#L688
Error: Snapshot `prepareTransactionRequest > args: parameters 12` mismatched - Expected + Received @@ -10,10 +10,10 @@ }, "from": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", "gas": 21000n, "maxFeePerGas": 13000000000n, "maxPriorityFeePerGas": 1000000000n, - "nonce": 375, + "nonce": 382, "to": "0x70997970c51812dc3a010c7d01b50e0d17dc79c8", "type": "eip1559", "value": 1000000000000000000n, } ❯ src/actions/wallet/prepareTransactionRequest.test.ts:688:21
src/op-stack/actions/buildDepositTransaction.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: An unknown error occurred while executing the contract function "depositTransaction". Estimate Gas Arguments: from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 to: 0xbEb5Fc579115071764c7423A4f12eDde41f106Ed data: 0xe9e05c4200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005208000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000 Contract Call: address: 0x0000000000000000000000000000000000000000 function: depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) args: (0x70997970c51812dc3a010c7d01b50e0d17dc79c8, 0, 21000, false, 0x) Docs: https://viem.sh/docs/contract/estimateContractGas Details: Cannot convert undefined to a BigInt Version: viem@1.0.2 ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.estimateContractGas src/actions/public/estimateContractGas.ts:125:11 ❯ Module.depositTransaction src/op-stack/actions/depositTransaction.ts:152:9 ❯ src/op-stack/actions/buildDepositTransaction.test.ts:35:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'Cannot convert undefined to a BigInt', docsPath: '/docs/contract/estimateContractGas', metaMessages: [ 'Estimate Gas Arguments:', ' from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266\n to: 0xbEb5Fc579115071764c7423A4f12eDde41f106Ed\n data: 0xe9e05c4200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005208000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data)\n args: (0x70997970c51812dc3a010c7d01b50e0d17dc79c8, 0, 21000, false, 0x)' ], shortMessage: 'An unknown error occurred while executing the contract function "depositTransaction".', version: 'viem@1.0.2', abi: [ { stateMutability: 'nonpayable', type: 'constructor', inputs: [] }, { type: 'event', anonymous: false, inputs: [ { name: 'version', internalType: 'uint8', type: 'uint8', indexed: false } ], name: 'Initialized' }, { type: 'event', anonymous: false, inputs: [ { name: 'account', internalType: 'address', type: 'address', indexed: false } ], name: 'Paused' }, { type: 'event', anonymous: false, inputs: [ { name: 'from', internalType: 'address', type: 'address', indexed: true }, { name: 'to', internalType: 'address', type: 'address', indexed: true }, { name: 'version', internalType: 'uint256', type: 'uint256', indexed: true }, { name: 'opaqueData', internalType: 'bytes', type: 'bytes', indexed: false } ], name: 'TransactionDeposited' }, { type: 'event', anonymous: false, inputs: [ { name: 'account', internalType: 'address', type: 'address', indexed: false } ], name: 'Unpaused' }, { type: 'event', anonymous: false, inputs: [ { name: 'withdrawalHash', internalType: 'bytes32', type: 'bytes32', indexed: true }, { name: 'success', internalType: 'bool', type: 'bool', indexed: false } ], name: 'WithdrawalFinalized' }, { type: 'event', anonymous: false, inputs: [ { name: 'withdrawalHash', internalType: 'bytes32', type: 'bytes32', indexed: true }, { name: 'from', internalType: 'address', type: 'address', indexed: true }, { name: 'to', internalType: 'address', type: 'address', indexed: true } ], name: 'WithdrawalProven' }, { stateMutability: 'view', type: 'function', inputs: [], name: 'GUARDIAN', outputs: [ { name: '', internalType: 'address', type: 'address' } ] }, { stateMutability: 'view', type: 'function', i
src/op-stack/actions/buildDepositTransaction.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: An unknown error occurred while executing the contract function "depositTransaction". Estimate Gas Arguments: from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 to: 0xbEb5Fc579115071764c7423A4f12eDde41f106Ed data: 0xe9e05c4200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005208000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000 Contract Call: address: 0x0000000000000000000000000000000000000000 function: depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) args: (0x70997970c51812dc3a010c7d01b50e0d17dc79c8, 0, 21000, false, 0x) Docs: https://viem.sh/docs/contract/estimateContractGas Details: Cannot convert undefined to a BigInt Version: viem@1.0.2 ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.estimateContractGas src/actions/public/estimateContractGas.ts:125:11 ❯ Module.depositTransaction src/op-stack/actions/depositTransaction.ts:152:9 ❯ src/op-stack/actions/buildDepositTransaction.test.ts:35:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'Cannot convert undefined to a BigInt', docsPath: '/docs/contract/estimateContractGas', metaMessages: [ 'Estimate Gas Arguments:', ' from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266\n to: 0xbEb5Fc579115071764c7423A4f12eDde41f106Ed\n data: 0xe9e05c4200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005208000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data)\n args: (0x70997970c51812dc3a010c7d01b50e0d17dc79c8, 0, 21000, false, 0x)' ], shortMessage: 'An unknown error occurred while executing the contract function "depositTransaction".', version: 'viem@1.0.2', abi: [ { stateMutability: 'nonpayable', type: 'constructor', inputs: [] }, { type: 'event', anonymous: false, inputs: [ { name: 'version', internalType: 'uint8', type: 'uint8', indexed: false } ], name: 'Initialized' }, { type: 'event', anonymous: false, inputs: [ { name: 'account', internalType: 'address', type: 'address', indexed: false } ], name: 'Paused' }, { type: 'event', anonymous: false, inputs: [ { name: 'from', internalType: 'address', type: 'address', indexed: true }, { name: 'to', internalType: 'address', type: 'address', indexed: true }, { name: 'version', internalType: 'uint256', type: 'uint256', indexed: true }, { name: 'opaqueData', internalType: 'bytes', type: 'bytes', indexed: false } ], name: 'TransactionDeposited' }, { type: 'event', anonymous: false, inputs: [ { name: 'account', internalType: 'address', type: 'address', indexed: false } ], name: 'Unpaused' }, { type: 'event', anonymous: false, inputs: [ { name: 'withdrawalHash', internalType: 'bytes32', type: 'bytes32', indexed: true }, { name: 'success', internalType: 'bool', type: 'bool', indexed: false } ], name: 'WithdrawalFinalized' }, { type: 'event', anonymous: false, inputs: [ { name: 'withdrawalHash', internalType: 'bytes32', type: 'bytes32', indexed: true }, { name: 'from', internalType: 'address', type: 'address', indexed: true }, { name: 'to', internalType: 'address', type: 'address', indexed: true } ], name: 'WithdrawalProven' }, { stateMutability: 'view', type: 'function', inputs: [], name: 'GUARDIAN', outputs: [ { name: '', internalType: 'address', type: 'address' } ] }, { stateMutability: 'view', type: 'function', i
src/op-stack/actions/buildDepositTransaction.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: An unknown error occurred while executing the contract function "depositTransaction". Estimate Gas Arguments: from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 to: 0xbEb5Fc579115071764c7423A4f12eDde41f106Ed data: 0xe9e05c4200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005208000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000 Contract Call: address: 0x0000000000000000000000000000000000000000 function: depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data) args: (0x70997970c51812dc3a010c7d01b50e0d17dc79c8, 0, 21000, false, 0x) Docs: https://viem.sh/docs/contract/estimateContractGas Details: Cannot convert undefined to a BigInt Version: viem@1.0.2 ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.estimateContractGas src/actions/public/estimateContractGas.ts:125:11 ❯ Module.depositTransaction src/op-stack/actions/depositTransaction.ts:152:9 ❯ src/op-stack/actions/buildDepositTransaction.test.ts:35:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'Cannot convert undefined to a BigInt', docsPath: '/docs/contract/estimateContractGas', metaMessages: [ 'Estimate Gas Arguments:', ' from: 0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266\n to: 0xbEb5Fc579115071764c7423A4f12eDde41f106Ed\n data: 0xe9e05c4200000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005208000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: depositTransaction(address _to, uint256 _value, uint64 _gasLimit, bool _isCreation, bytes _data)\n args: (0x70997970c51812dc3a010c7d01b50e0d17dc79c8, 0, 21000, false, 0x)' ], shortMessage: 'An unknown error occurred while executing the contract function "depositTransaction".', version: 'viem@1.0.2', abi: [ { stateMutability: 'nonpayable', type: 'constructor', inputs: [] }, { type: 'event', anonymous: false, inputs: [ { name: 'version', internalType: 'uint8', type: 'uint8', indexed: false } ], name: 'Initialized' }, { type: 'event', anonymous: false, inputs: [ { name: 'account', internalType: 'address', type: 'address', indexed: false } ], name: 'Paused' }, { type: 'event', anonymous: false, inputs: [ { name: 'from', internalType: 'address', type: 'address', indexed: true }, { name: 'to', internalType: 'address', type: 'address', indexed: true }, { name: 'version', internalType: 'uint256', type: 'uint256', indexed: true }, { name: 'opaqueData', internalType: 'bytes', type: 'bytes', indexed: false } ], name: 'TransactionDeposited' }, { type: 'event', anonymous: false, inputs: [ { name: 'account', internalType: 'address', type: 'address', indexed: false } ], name: 'Unpaused' }, { type: 'event', anonymous: false, inputs: [ { name: 'withdrawalHash', internalType: 'bytes32', type: 'bytes32', indexed: true }, { name: 'success', internalType: 'bool', type: 'bool', indexed: false } ], name: 'WithdrawalFinalized' }, { type: 'event', anonymous: false, inputs: [ { name: 'withdrawalHash', internalType: 'bytes32', type: 'bytes32', indexed: true }, { name: 'from', internalType: 'address', type: 'address', indexed: true }, { name: 'to', internalType: 'address', type: 'address', indexed: true } ], name: 'WithdrawalProven' }, { stateMutability: 'view', type: 'function', inputs: [], name: 'GUARDIAN', outputs: [ { name: '', internalType: 'address', type: 'address' } ] }, { stateMutability: 'view', type: 'function', i
src/actions/public/watchContractEvent.test.ts > poll > default: src/utils/errors/getTransactionError.ts#L44
TransactionExecutionError: The request took too long to respond. URL: http://localhost Request body: {"method":"eth_sendTransaction","params":[{"data":"0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","to":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}],"id":5} Request Arguments: from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 to: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 data: 0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001 Details: The request timed out. Version: viem@1.0.2 Anvil log output ======================================= eth_sendTransaction eth_estimateGas anvil_mine Transaction: 0x7859b7a498ba824a51b81a4e10059180c57e05c103c3cec48c889118d1bfe2fe Gas used: 38889 Transaction: 0x0136cb336f2485a5775caa5a5f595c4ba74e52ea3f28979ab4c2f0fef92cd979 Gas used: 38889 Block Number: 16280773 Block Hash: 0xfb076df63b1a04b7c9514accda255206b1c93675704415160297e0b602211fb0 Block Time: "Wed, 28 Dec 2022 04:10:16 +0000" eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_chainId eth_sendTransaction eth_estimateGas anvil_mine Transaction: 0xcdd625138d4efd9af7d6f1e9d63acbdf6fa9ad9e4fb61d2a05f3f365f9435169 Gas used: 38039 Block Number: 16280774 Block Hash: 0x6be36dc7d7a398ccbbd2c2900bcb2f2cfbb5cb98ce8256f7cd89b9043ff582ac Block Time: "Wed, 28 Dec 2022 04:10:17 +0000" eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges Anvil log output ======================================= eth_sendTransaction eth_estimateGas anvil_mine Transaction: 0x7859b7a498ba824a51b81a4e10059180c57e05c103c3cec48c889118d1bfe2fe Gas used: 38889 Transaction: 0x0136cb336f2485a5775caa5a5f595c4ba74e52ea3f28979ab4c2f0fef92cd979 Gas used: 38889 Block Number: 16280773 Block Hash: 0xfb076df63b1a04b7c9514accda255206b1c93675704415160297e0b602211fb0 Block Time: "Wed, 28 Dec 2022 04:10:16 +0000" eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_chainId eth_sendTransaction eth_estimateGas anvil_mine Transaction: 0xcdd625138d4efd9af7d6f1e9d63acbdf6fa9ad9e4fb61d2a05f3f365f9435169 Gas used: 38039 Block Number: 16280774 Block Hash: 0x6be36dc7d7a398ccbbd2c2900bcb2f2cfbb5cb98ce8256f7cd89b9043ff582ac Block Time: "Wed, 28 Dec 2022 04:10:17 +0000" eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges Anvil log output ======================================= anvil_mine Transaction: 0x7859b7a498ba824a51b81a4e10059180c57e05c103c3cec48c889118d1bfe2fe Gas used: 38889 Transaction: 0x0136cb336f2485a5775caa5a5f595c4ba74e52ea3f28979ab4c2f0fef92cd979 Gas used: 38889 Block Number: 16280773 Block Hash: 0xfb076df63b1a04b7c9514accda255206b1c93675704415160297e0b602211fb0 Block Time: "Wed, 28 Dec 2022 04:10:16 +0000" eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_chainId eth_sendTransaction eth_estimateGas anvil_mine Transaction: 0xcdd625138d4efd9af7d6f1e9d63acbdf6fa9ad9e4fb61d2a05f3f365f9435169 Gas used: 38039 Block Number: 16280774 Block Hash: 0x6be36dc7d7a398ccbbd2c2900bcb2f2cfbb5cb98ce8256f7cd89b9043ff582ac Block Time: "Wed, 28 Dec 2022 04:10:17 +0000" eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_getFilterChanges eth_uninstallFilter Anvil log output ======================================= anvil_mine Transaction: 0x7859b7a498ba824a51b81a4e10059180c57e05c103c3cec48c889118d1bfe2
src/actions/public/watchContractEvent.test.ts > poll > default: src/utils/errors/getTransactionError.ts#L44
TransactionExecutionError: The request took too long to respond. URL: http://localhost Request body: {"method":"eth_sendTransaction","params":[{"data":"0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","to":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}],"id":8} Request Arguments: from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045 to: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 data: 0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001 Details: The request timed out. Version: viem@1.0.2 ❯ Module.getTransactionError src/utils/errors/getTransactionError.ts:44:10 ❯ Module.sendTransaction src/actions/wallet/sendTransaction.ts:238:11 ❯ src/actions/public/watchContractEvent.test.ts:78:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'The request timed out.', docsPath: undefined, metaMessages: [ 'URL: http://localhost', 'Request body: {"method":"eth_sendTransaction","params":[{"data":"0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","to":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}],"id":8}', ' ', 'Request Arguments:', ' from: 0xd8da6bf26964af9d7eed9e03e53415d37aa96045\n to: 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\n data: 0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001' ], shortMessage: 'The request took too long to respond.', version: 'viem@1.0.2', walk: 'Function<walk>' } Caused by: TimeoutError: The request took too long to respond. URL: http://localhost Request body: {"method":"eth_sendTransaction","params":[{"data":"0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","to":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}],"id":8} Details: The request timed out. Version: viem@1.0.2 ❯ Object.request src/utils/rpc/http.ts:107:28 ❯ Object.request test/src/utils.ts:113:47 ❯ withRetry.delay.count.count src/utils/buildRequest.ts:104:24 ❯ attemptRetry src/utils/promise/withRetry.ts:44:28 ❯ src/utils/promise/withRetry.ts:55:5 ❯ Module.withRetry src/utils/promise/withRetry.ts:34:10 ❯ Object.request src/utils/buildRequest.ts:101:12 ❯ Module.sendTransaction src/actions/wallet/sendTransaction.ts:230:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'The request timed out.', docsPath: undefined, metaMessages: [ 'URL: http://localhost', 'Request body: {"method":"eth_sendTransaction","params":[{"data":"0xa9059cbb000000000000000000000000d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","to":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}],"id":8}' ], shortMessage: 'The request took too long to respond.', version: 'viem@1.0.2', walk: 'Function<walk>' }
src/actions/public/watchContractEvent.test.ts > poll > default: src/actions/public/watchContractEvent.test.ts#L102
AssertionError: expected 6 to be 2 // Object.is equality - Expected + Received - 2 + 6 ❯ src/actions/public/watchContractEvent.test.ts:102:25
Verify / Test (http, 2, 3)
The job was canceled because "http_3_3" failed.
src/op-stack/actions/buildProveWithdrawal.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: The contract function "gameCount" returned no data ("0x"). This could be due to any of the following: - The contract does not have the function "gameCount", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Contract Call: address: 0x0000000000000000000000000000000000000000 function: gameCount() Docs: https://viem.sh/docs/contract/readContract Version: viem@1.0.2 Anvil log output ======================================= evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining anvil_reset anvil_reset evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining Anvil log output ======================================= evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining anvil_reset anvil_reset evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining Anvil log output ======================================= evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining anvil_reset anvil_reset evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining Anvil log output ======================================= evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining anvil_reset anvil_reset evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining evm_setIntervalMining ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.readContract src/actions/public/readContract.ts:128:11 ❯ Module.getGames src/op-stack/actions/getGames.ts:95:33 ❯ Module.getGame src/op-stack/actions/getGame.ts:87:23 ❯ src/op-stack/actions/buildProveWithdrawal.test.ts:38:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'This could be due to any of the following:', ' - The contract does not have the function "gameCount",', ' - The parameters passed to the contract function may be invalid, or', ' - The address is not a contract.', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: gameCount()' ], shortMessage: 'The contract function "gameCount" returned no data ("0x").', version: 'viem@1.0.2', abi: [ { type: 'constructor', inputs: [], stateMutability: 'nonpayable' }, { type: 'function', name: 'create', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'payable' }, { type: 'function', name: 'findLatestGames', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_start', type: 'uint256', internalType: 'uint256' }, { name: '_n', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'games_', type: 'tuple[]', internalType: 'struct IDisputeGameFactory.GameSearc
src/op-stack/actions/buildProveWithdrawal.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: The contract function "gameCount" returned no data ("0x"). This could be due to any of the following: - The contract does not have the function "gameCount", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Contract Call: address: 0x0000000000000000000000000000000000000000 function: gameCount() Docs: https://viem.sh/docs/contract/readContract Version: viem@1.0.2 ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.readContract src/actions/public/readContract.ts:128:11 ❯ Module.getGames src/op-stack/actions/getGames.ts:95:33 ❯ Module.getGame src/op-stack/actions/getGame.ts:87:23 ❯ src/op-stack/actions/buildProveWithdrawal.test.ts:38:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'This could be due to any of the following:', ' - The contract does not have the function "gameCount",', ' - The parameters passed to the contract function may be invalid, or', ' - The address is not a contract.', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: gameCount()' ], shortMessage: 'The contract function "gameCount" returned no data ("0x").', version: 'viem@1.0.2', abi: [ { type: 'constructor', inputs: [], stateMutability: 'nonpayable' }, { type: 'function', name: 'create', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'payable' }, { type: 'function', name: 'findLatestGames', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_start', type: 'uint256', internalType: 'uint256' }, { name: '_n', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'games_', type: 'tuple[]', internalType: 'struct IDisputeGameFactory.GameSearchResult[]', components: [ { name: 'index', type: 'uint256', internalType: 'uint256' }, { name: 'metadata', type: 'bytes32', internalType: 'GameId' }, { name: 'timestamp', type: 'uint64', internalType: 'Timestamp' }, { name: 'rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: 'extraData', type: 'bytes', internalType: 'bytes' } ] } ], stateMutability: 'view' }, { type: 'function', name: 'gameAtIndex', inputs: [ { name: '_index', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'gameType_', type: 'uint32', internalType: 'GameType' }, { name: 'timestamp_', type: 'uint64', internalType: 'Timestamp' }, { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'view' }, { type: 'function', name: 'gameCount', inputs: [], outputs: [ { name: 'gameCount_', type: 'uint256', internalType: 'uint256' } ], stateMutability: 'view' }, { type: 'function', name: 'gameImpls', inputs: [ { name: '', type: 'uint32', internalType: 'GameType' } ], outputs: [ { name: '', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'view' }, { type: 'function', name: 'games', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' }, { name: 'timestamp_', type: 'uint64', internalType: 'Timestamp' } ], stateMutability: 'view' }, { type: 'function', name: 'getGameUUID', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'uuid_', type: 'bytes32', internalType: 'Hash' } ], stateMutability: 'pure' }, { type: 'function', name: 'initBonds', inputs: [ { name: '', type: 'uint32', internalType: 'GameType' } ], outputs: [ { nam
src/op-stack/actions/buildProveWithdrawal.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: The contract function "gameCount" returned no data ("0x"). This could be due to any of the following: - The contract does not have the function "gameCount", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Contract Call: address: 0x0000000000000000000000000000000000000000 function: gameCount() Docs: https://viem.sh/docs/contract/readContract Version: viem@1.0.2 ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.readContract src/actions/public/readContract.ts:128:11 ❯ Module.getGames src/op-stack/actions/getGames.ts:95:33 ❯ Module.getGame src/op-stack/actions/getGame.ts:87:23 ❯ src/op-stack/actions/buildProveWithdrawal.test.ts:38:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'This could be due to any of the following:', ' - The contract does not have the function "gameCount",', ' - The parameters passed to the contract function may be invalid, or', ' - The address is not a contract.', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: gameCount()' ], shortMessage: 'The contract function "gameCount" returned no data ("0x").', version: 'viem@1.0.2', abi: [ { type: 'constructor', inputs: [], stateMutability: 'nonpayable' }, { type: 'function', name: 'create', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'payable' }, { type: 'function', name: 'findLatestGames', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_start', type: 'uint256', internalType: 'uint256' }, { name: '_n', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'games_', type: 'tuple[]', internalType: 'struct IDisputeGameFactory.GameSearchResult[]', components: [ { name: 'index', type: 'uint256', internalType: 'uint256' }, { name: 'metadata', type: 'bytes32', internalType: 'GameId' }, { name: 'timestamp', type: 'uint64', internalType: 'Timestamp' }, { name: 'rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: 'extraData', type: 'bytes', internalType: 'bytes' } ] } ], stateMutability: 'view' }, { type: 'function', name: 'gameAtIndex', inputs: [ { name: '_index', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'gameType_', type: 'uint32', internalType: 'GameType' }, { name: 'timestamp_', type: 'uint64', internalType: 'Timestamp' }, { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'view' }, { type: 'function', name: 'gameCount', inputs: [], outputs: [ { name: 'gameCount_', type: 'uint256', internalType: 'uint256' } ], stateMutability: 'view' }, { type: 'function', name: 'gameImpls', inputs: [ { name: '', type: 'uint32', internalType: 'GameType' } ], outputs: [ { name: '', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'view' }, { type: 'function', name: 'games', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' }, { name: 'timestamp_', type: 'uint64', internalType: 'Timestamp' } ], stateMutability: 'view' }, { type: 'function', name: 'getGameUUID', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'uuid_', type: 'bytes32', internalType: 'Hash' } ], stateMutability: 'pure' }, { type: 'function', name: 'initBonds', inputs: [ { name: '', type: 'uint32', internalType: 'GameType' } ], outputs: [ { nam
src/op-stack/actions/buildProveWithdrawal.test.ts > default: src/utils/errors/getContractError.ts#L72
ContractFunctionExecutionError: The contract function "gameCount" returned no data ("0x"). This could be due to any of the following: - The contract does not have the function "gameCount", - The parameters passed to the contract function may be invalid, or - The address is not a contract. Contract Call: address: 0x0000000000000000000000000000000000000000 function: gameCount() Docs: https://viem.sh/docs/contract/readContract Version: viem@1.0.2 ❯ Module.getContractError src/utils/errors/getContractError.ts:72:10 ❯ Module.readContract src/actions/public/readContract.ts:128:11 ❯ Module.getGames src/op-stack/actions/getGames.ts:95:33 ❯ Module.getGame src/op-stack/actions/getGame.ts:87:23 ❯ src/op-stack/actions/buildProveWithdrawal.test.ts:38:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: '/docs/contract/readContract', metaMessages: [ 'This could be due to any of the following:', ' - The contract does not have the function "gameCount",', ' - The parameters passed to the contract function may be invalid, or', ' - The address is not a contract.', ' ', 'Contract Call:', ' address: 0x0000000000000000000000000000000000000000\n function: gameCount()' ], shortMessage: 'The contract function "gameCount" returned no data ("0x").', version: 'viem@1.0.2', abi: [ { type: 'constructor', inputs: [], stateMutability: 'nonpayable' }, { type: 'function', name: 'create', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'payable' }, { type: 'function', name: 'findLatestGames', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_start', type: 'uint256', internalType: 'uint256' }, { name: '_n', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'games_', type: 'tuple[]', internalType: 'struct IDisputeGameFactory.GameSearchResult[]', components: [ { name: 'index', type: 'uint256', internalType: 'uint256' }, { name: 'metadata', type: 'bytes32', internalType: 'GameId' }, { name: 'timestamp', type: 'uint64', internalType: 'Timestamp' }, { name: 'rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: 'extraData', type: 'bytes', internalType: 'bytes' } ] } ], stateMutability: 'view' }, { type: 'function', name: 'gameAtIndex', inputs: [ { name: '_index', type: 'uint256', internalType: 'uint256' } ], outputs: [ { name: 'gameType_', type: 'uint32', internalType: 'GameType' }, { name: 'timestamp_', type: 'uint64', internalType: 'Timestamp' }, { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'view' }, { type: 'function', name: 'gameCount', inputs: [], outputs: [ { name: 'gameCount_', type: 'uint256', internalType: 'uint256' } ], stateMutability: 'view' }, { type: 'function', name: 'gameImpls', inputs: [ { name: '', type: 'uint32', internalType: 'GameType' } ], outputs: [ { name: '', type: 'address', internalType: 'contract IDisputeGame' } ], stateMutability: 'view' }, { type: 'function', name: 'games', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'proxy_', type: 'address', internalType: 'contract IDisputeGame' }, { name: 'timestamp_', type: 'uint64', internalType: 'Timestamp' } ], stateMutability: 'view' }, { type: 'function', name: 'getGameUUID', inputs: [ { name: '_gameType', type: 'uint32', internalType: 'GameType' }, { name: '_rootClaim', type: 'bytes32', internalType: 'Claim' }, { name: '_extraData', type: 'bytes', internalType: 'bytes' } ], outputs: [ { name: 'uuid_', type: 'bytes32', internalType: 'Hash' } ], stateMutability: 'pure' }, { type: 'function', name: 'initBonds', inputs: [ { name: '', type: 'uint32', internalType: 'GameType' } ], outputs: [ { nam
Verify / Test (http, 2, 3)
The operation was canceled.
Verify / Test (http, 1, 3)
The job was canceled because "http_3_3" failed.
Verify / Test (http, 1, 3)
The operation was canceled.
Verify / Test (http, 3, 3)
Attempt 1 failed. Reason: Child_process exited with error code 1
Verify / Test (http, 3, 3)
Attempt 2 failed. Reason: Child_process exited with error code 1
Verify / Test (http, 2, 3)
Attempt 1 failed. Reason: Child_process exited with error code 1
Verify / Wagmi (5.1.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Verify / Wagmi (5.3.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Verify / Wagmi (5.2.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Verify / Wagmi (5.0.4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.