Skip to content

wip entrykit

wip entrykit #13271

Triggered via pull request October 16, 2024 14:39
@holicholic
synchronize #3240
entrykit
Status Failure
Total duration 6m 9s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run tests
Cannot find module '@latticexyz/world-modules/out/IUnstable_CallWithSignatureSystem.sol/IUnstable_CallWithSignatureSystem.abi.json' or its corresponding type declarations.
Run tests
Type 'unknown' must have a '[Symbol.iterator]()' method that returns an iterator.
Run tests
Type '{ type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]' does not satisfy the constraint 'Abi'.
Run tests
Type '`0x${string}`[]' is not assignable to type 'never'.
Run tests
Type '{ type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]' does not satisfy the constraint 'Abi'.
Run tests
Type '`0x${string}`[]' is not assignable to type 'never'.
Run tests
Type '{ type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]' does not satisfy the constraint 'Abi'.
Run tests
Type '{ type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; }[]' does not satisfy the constraint 'Abi'.
Run tests
Type '(AbiFunction | { type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs: { name: string; type: string; internalType: string; }[]; stateMutability: string; anonymous?: undefined; } | { type: string; name: string; inputs: { name: string; type: string; indexed: boolean; internalType: string; }[]; anonymous: boolean; outputs?: undefined; stateMutability?: undefined; } | { type: string; name: string; inputs: { name: string; type: string; internalType: string; }[]; outputs?: undefined; stateMutability?: undefined; anonymous?: undefined; })[]' is not assignable to type 'Abi'.
Run tests
Process completed with exit code 2.
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/