Skip to content

feat: account kit #11094

feat: account kit

feat: account kit #11094

Triggered via pull request June 5, 2024 15:54
@frolicfrolic
synchronize #2623
account-kit
Status Failure
Total duration 4m 7s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run tests
Cannot find module 'viem/types/utils' or its corresponding type declarations.
Run tests
Cannot find module 'permissionless/types/entrypoint' or its corresponding type declarations.
Run tests
Object literal may only specify known properties, and 'estimateFeesPerGas' does not exist in type 'CreateFeeRefOptions'.
Run tests
Argument of type '{ sender: `0x${string}`; nonce: bigint; initCode: `0x${string}`; callData: `0x${string}`; callGasLimit: bigint; verificationGasLimit: bigint; preVerificationGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; paymasterAndData: `0x${string}`; signature: `0x${string}`; factory?: undefined; factoryData?: undefined; paymaster?: undefined; paymasterVerificationGasLimit?: undefined; paymasterPostOpGasLimit?: undefined; paymasterData?: undefined; } | { sender: `0x${string}`; nonce: bigint; factory?: `0x${string}` | undefined; factoryData?: `0x${string}` | undefined; callData: `0x${string}`; callGasLimit: bigint; verificationGasLimit: bigint; preVerificationGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; paymaster?: `0x${string}` | undefined; paymasterVerificationGasLimit?: bigint | undefined; paymasterPostOpGasLimit?: bigint | undefined; paymasterData?: `0x${string}` | undefined; signature: `0x${string}`; initCode?: undefined; paymasterAndData?: undefined; }' is not assignable to parameter of type 'UserOperation<GetEntryPointVersion<entryPoint>>'.
Run tests
Type '{ sender: `0x${string}`; nonce: bigint; initCode: `0x${string}`; callData: `0x${string}`; callGasLimit: bigint; verificationGasLimit: bigint; preVerificationGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; paymasterAndData: `0x${string}`; signature: `0x${string}`; factory?: undefined; factoryData?: undefined; paymaster?: undefined; paymasterVerificationGasLimit?: undefined; paymasterPostOpGasLimit?: undefined; paymasterData?: undefined; } | { sender: `0x${string}`; nonce: bigint; factory?: `0x${string}` | undefined; factoryData?: `0x${string}` | undefined; callData: `0x${string}`; callGasLimit: bigint; verificationGasLimit: bigint; preVerificationGas: bigint; maxFeePerGas: bigint; maxPriorityFeePerGas: bigint; paymaster?: `0x${string}` | undefined; paymasterVerificationGasLimit?: bigint | undefined; paymasterPostOpGasLimit?: bigint | undefined; paymasterData?: `0x${string}` | undefined; signature: `0x${string}`; initCode?: undefined; paymasterAndData?: undefined; }' is not assignable to type 'UserOperation<GetEntryPointVersion<entryPoint>>'.
Run tests
Argument of type 'any' is not assignable to parameter of type 'never'.
Run tests
Property 'type' does not exist on type 'never'.
Run tests
Element implicitly has an 'any' type because expression of type '0' can't be used to index type '{}'.
Run tests
Element implicitly has an 'any' type because expression of type '1' can't be used to index type '{}'.
Run tests
Element implicitly has an 'any' type because expression of type '2' can't be used to index type '{}'.
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.