Skip to content

feat: modules enhancement #20

feat: modules enhancement

feat: modules enhancement #20

Triggered via pull request September 25, 2024 12:34
Status Failure
Total duration 1m 21s
Artifacts

playground.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
src/test/playground.test.ts > playground > should send some native token: src/sdk/clients/decorators/smartAccount/sendTransaction.ts#L91
UserOperationExecutionError: Signature provided for the User Operation is invalid. This could arise when: - the `signature` for the User Operation is incorrectly computed, and unable to be verified by the Smart Account Request Arguments: callData: 0xe9ae5c53000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000034d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001000000000000000000000000 callGasLimit: 2000000 maxFeePerGas: 0.002000968 gwei maxPriorityFeePerGas: 0.002 gwei nonce: 10987201937372157033502736611439307615691314493171270107564146163712 preVerificationGas: 800000000 sender: 0xf5D9e9be20785759bd02A8723e5354dc9b98a8c1 signature: 0x610bc52ad475ccdfd8bd74ed826f3b7f1397bdc79349639f534e683f4e6e46db3c4349bb04f9024dc5e8db11e06d617774f81df5fede93c9a2286b6ad0ea83331c verificationGasLimit: 2000000 Details: {"code":-32500,"message":"AA24 signature error"} Version: 2.21.6 ❯ getUserOperationError node_modules/viem/account-abstraction/utils/errors/getUserOperationError.ts:68:10 ❯ sendUserOperation node_modules/viem/account-abstraction/actions/bundler/sendUserOperation.ts:160:11 ❯ Module.sendTransaction src/sdk/clients/decorators/smartAccount/sendTransaction.ts:91:18 ❯ src/test/playground.test.ts:124:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: '{"code":-32500,"message":"AA24 signature error"}', docsPath: undefined, metaMessages: [ 'This could arise when:', '- the `signature` for the User Operation is incorrectly computed, and unable to be verified by the Smart Account', ' ', 'Request Arguments:', ' callData: 0xe9ae5c53000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000034d8da6bf26964af9d7eed9e03e53415d37aa960450000000000000000000000000000000000000000000000000000000000000001000000000000000000000000\n callGasLimit: 2000000\n maxFeePerGas: 0.002000968 gwei\n maxPriorityFeePerGas: 0.002 gwei\n nonce: 10987201937372157033502736611439307615691314493171270107564146163712\n preVerificationGas: 800000000\n sender: 0xf5D9e9be20785759bd02A8723e5354dc9b98a8c1\n signature: 0x610bc52ad475ccdfd8bd74ed826f3b7f1397bdc79349639f534e683f4e6e46db3c4349bb04f9024dc5e8db11e06d617774f81df5fede93c9a2286b6ad0ea83331c\n verificationGasLimit: 2000000' ], shortMessage: 'Signature provided for the User Operation is invalid.', version: '2.21.6', walk: 'Function<walk>' } Caused by: UserOperationSignatureError: Signature provided for the User Operation is invalid. This could arise when: - the `signature` for the User Operation is incorrectly computed, and unable to be verified by the Smart Account Details: {"code":-32500,"message":"AA24 signature error"} Version: 2.21.6 ❯ getBundlerError node_modules/viem/account-abstraction/utils/errors/getBundlerError.ts:242:12 ❯ node_modules/viem/account-abstraction/utils/errors/getUserOperationError.ts:54:19 ❯ getUserOperationError node_modules/viem/account-abstraction/utils/errors/getUserOperationError.ts:67:5 ❯ sendUserOperation node_modules/viem/account-abstraction/actions/bundler/sendUserOperation.ts:160:11 ❯ Module.sendTransaction src/sdk/clients/decorators/smartAccount/sendTransaction.ts:91:18 ❯ src/test/playground.test.ts:124:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: '{"code":-32500,"message":"AA24 signature error"}', docsPath: undefined, metaMessages: [ 'This could arise when:', '- the `signature` for the User Operation is incorrectly computed, and unable to be verified by the Smart Account' ], shortMessage: 'Signature provided for the User Operation is invalid.', version: '2.21.6', walk: 'Function<walk>' } Caused by: HttpRequestError: HTTP request failed.
playground
Process completed with exit code 1.
playground
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/