feat: add switching for executeUserOp #5301
on-pull-request.yml
on: pull_request
Enforce PR Title Format
3m 6s
Lint
3m 49s
Build and Test
3m 2s
Annotations
8 errors and 5 warnings
Build and Test
Conversion of type '{ module: `0x${string}`; skipRuntimeValidation: boolean; allowGlobalValidation: boolean; executionHooks: readonly `0x${string}`[]; }' to type 'ExecutionDataView' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Build and Test
Conversion of type '{ validationFlags: number; validationHooks: readonly `0x${string}`[]; executionHooks: readonly `0x${string}`[]; selectors: readonly `0x${string}`[]; }' to type 'ValidationDataView' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Build and Test
Type 'string' is not assignable to type '"entryPoint" | "execute" | "executeBatch" | "isValidSignature" | "onERC1155BatchReceived" | "onERC1155Received" | "onERC721Received" | "proxiableUUID" | "supportsInterface" | ... 14 more ... | undefined'.
|
Build and Test
Type 'any[]' is not assignable to type 'readonly [] | readonly [`0x${string}`] | readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, bigint, `0x${string}`] | readonly [readonly { target: `0x${string}`; value: bigint; data: `0x${string}`; }[]] | readonly [{ sender: `0x${string}`; nonce: bigint; initCode: `0x${string}`; callData: `0x${string}...'.
|
Build and Test
@account-kit/smart-contracts#build: command (/home/runner/work/aa-sdk/aa-sdk/account-kit/smart-contracts) /tmp/yarn--1734486567905-0.4800370059343426/yarn run build exited (2)
|
Build and Test
Process completed with exit code 2.
|
Lint
expected 'packfile'
|
Lint
clone of 'https://github.com/foundry-rs/forge-std' into submodule path '/home/runner/work/aa-sdk/aa-sdk/examples/contracts/DAAppNFT/lib/forge-std' failed
|
Build and Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Enforce PR Title Format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
account-kit/rn-signer/example/src/screens/Home.tsx#L56
React Hook useEffect has a missing dependency: 'signer'. Either include it or remove the dependency array
|
Lint:
account-kit/rn-signer/example/src/screens/Home.tsx#L63
React Hook useEffect has a missing dependency: 'handleIncomingURL'. Either include it or remove the dependency array
|