Skip to content

Move integration tests #247

Move integration tests

Move integration tests #247

Triggered via pull request July 29, 2024 10:19
Status Failure
Total duration 32s
Artifacts

build.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
src/contracts/WalletV1/WalletV1.test.ts > Deploy through wallet: src/contracts/WalletV1/WalletV1.ts#L356
AbiEncodingLengthMismatchError: ABI encoding params/values length mismatch. Expected length (params): 6 Given length (values): 8 Version: [email protected] ❯ encodeAbiParameters node_modules/viem/utils/abi/encodeAbiParameters.ts:92:11 ❯ Module.encodeFunctionData node_modules/viem/utils/abi/encodeFunctionData.ts:93:9 ❯ WalletV1.sendMessage src/contracts/WalletV1/WalletV1.ts:356:22 ❯ WalletV1.deployContract src/contracts/WalletV1/WalletV1.ts:447:29 ❯ src/contracts/WalletV1/WalletV1.test.ts:114:16 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'ABI encoding params/values length mismatch.\nExpected length (params): 6\nGiven length (values): 8', version: '[email protected]', walk: 'Function<walk>' }
Build on Node.js 20
Process completed with exit code 1.
Build on Node.js 18
The job was canceled because "_20" failed.
Build on Node.js 20
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/