ci: reenable wagmi verify #3109
Annotations
11 errors
|
|
|
src/account-abstraction/utils/errors/getUserOperationError.ts#L57
UserOperationExecutionError: Invalid Smart Account nonce used for User Operation.
nonce: 32489326897775563332123967356928
Request Arguments:
callData: 0xb61d27f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a764000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000
callGasLimit: 16323
factory: 0x7702
factoryData: 0x
maxFeePerGas: 2.474329368 gwei
maxPriorityFeePerGas: 2 gwei
nonce: 32489326897775563332123967356928
paymaster: 0xf102f0173707c6726543d65fa38025eb72026c37
paymasterData: 0x00000000000000000000000000000000000000000000000000000000deadbeef000000000000000000000000000000000000000000000000000000000000123466921c0b18f676478e39b12780d21c63227df39b7ae5226413aa1f4c195993105ea5a862ad0b4a39f5e1ea57078b66f66fa3647dbf1108165032ca5f70f3644d1b
paymasterPostOpGasLimit: 1000000
paymasterVerificationGasLimit: 1000000
preVerificationGas: 100000
sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
signature: 0xf6481fca302694ddd30dfc5f980c85c5ae6ea51c3fab43c10d61c1b14ede3bf753a6c4f2f1f25650cb6ef24917a421eb4aacd8a8389d8e08fb0aca6e307d0c081b
verificationGasLimit: 97390
Details: AA25 invalid account deployment: Another deployment operation for this sender is already being processed
Version: viem@x.y.z
❯ getUserOperationError src/account-abstraction/utils/errors/getUserOperationError.ts:57:10
❯ sendUserOperation src/account-abstraction/actions/bundler/sendUserOperation.ts:158:11
❯ src/account-abstraction/actions/paymaster/getPaymasterData.test.ts:88:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: 'AA25 invalid account deployment: Another deployment operation for this sender is already being processed', docsPath: undefined, metaMessages: [ 'nonce: 32489326897775563332123967356928', ' ', 'Request Arguments:', ' callData: 0xb61d27f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000de0b6b3a764000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\n callGasLimit: 16323\n factory: 0x7702\n factoryData: 0x\n maxFeePerGas: 2.474329368 gwei\n maxPriorityFeePerGas: 2 gwei\n nonce: 32489326897775563332123967356928\n paymaster: 0xf102f0173707c6726543d65fa38025eb72026c37\n paymasterData: 0x00000000000000000000000000000000000000000000000000000000deadbeef000000000000000000000000000000000000000000000000000000000000123466921c0b18f676478e39b12780d21c63227df39b7ae5226413aa1f4c195993105ea5a862ad0b4a39f5e1ea57078b66f66fa3647dbf1108165032ca5f70f3644d1b\n paymasterPostOpGasLimit: 1000000\n paymasterVerificationGasLimit: 1000000\n preVerificationGas: 100000\n sender: 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266\n signature: 0xf6481fca302694ddd30dfc5f980c85c5ae6ea51c3fab43c10d61c1b14ede3bf753a6c4f2f1f25650cb6ef24917a421eb4aacd8a8389d8e08fb0aca6e307d0c081b\n verificationGasLimit: 97390' ], shortMessage: 'Invalid Smart Account nonce used for User Operation.', version: '2.38.4', walk: 'Function<walk>' }
Caused by: Caused by: InvalidAccountNonceError: Invalid Smart Account nonce used for User Operation.
nonce: 32489326897775563332123967356928
Details: AA25 invalid account deployment: Another deployment operation for this sender is already being processed
Version: viem@x.y.z
❯ getBundlerError src/account-abstraction/utils/errors/getBundlerError.ts:186:12
❯ src/account-abstraction/utils/errors/getUserOperationError.ts:43:19
❯
|
|
src/account-abstraction/actions/bundler/getUserOperationReceipt.ts#L61
UserOperationReceiptNotFoundError: User Operation receipt with hash "0xc04b9cb229299a3e7a79f6302f3ab1c324fa28b34f85b44e4696eba63213cf3b" could not be found. The User Operation may not have been processed yet.
Version: viem@x.y.z
❯ getUserOperationReceipt src/account-abstraction/actions/bundler/getUserOperationReceipt.ts:61:23
❯ src/account-abstraction/actions/paymaster/getPaymasterData.test.ts:104:21
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'User Operation receipt with hash "0xc04b9cb229299a3e7a79f6302f3ab1c324fa28b34f85b44e4696eba63213cf3b" could not be found. The User Operation may not have been processed yet.', version: '2.38.4', walk: 'Function<walk>' }
|
|
src/account-abstraction/actions/bundler/sendUserOperation.test.ts#L45
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/sendUserOperation.test.ts:45:1
|
|
src/account-abstraction/actions/bundler/sendUserOperation.test.ts#L45
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/sendUserOperation.test.ts:45:1
|
|
src/account-abstraction/actions/bundler/sendUserOperation.test.ts#L45
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/sendUserOperation.test.ts:45:1
|
|
src/account-abstraction/actions/bundler/sendUserOperation.test.ts#L45
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/sendUserOperation.test.ts:45:1
|
|
src/account-abstraction/actions/bundler/prepareUserOperation.test.ts#L31
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/prepareUserOperation.test.ts:31:1
|
|
src/account-abstraction/actions/bundler/prepareUserOperation.test.ts#L31
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/prepareUserOperation.test.ts:31:1
|
|
src/account-abstraction/actions/bundler/prepareUserOperation.test.ts#L31
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/prepareUserOperation.test.ts:31:1
|
|
src/account-abstraction/actions/bundler/prepareUserOperation.test.ts#L31
Error: Hook timed out in 60000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ src/account-abstraction/actions/bundler/prepareUserOperation.test.ts:31:1
|
The logs for this run have expired and are no longer available.
Loading