feat(website): detailing #3817
Annotations
10 errors and 2 warnings
Run pnpm build
Type 'import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/_types/types/chain").Chain | undefined' is not assignable to type 'import("/home/runner/work/cannon/cannon/node_modules/.pnpm/[email protected][email protected][email protected][email protected][email protected]/node_modules/viem/_types/types/chain").Chain | undefined'.
|
Run pnpm build
Type '(address: viem.Address) => Promise<{ address: `0x${string}`; wallet: { account: { client: viem.Client; entryPoint: { abi: viem.Abi; address: viem.Address; version: EntryPointVersion; }; ... 19 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & viem.ExactP...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
|
Run pnpm build
Type '() => Promise<{ address: `0x${string}`; wallet: { account: { client: viem.Client; entryPoint: { abi: viem.Abi; address: viem.Address; version: EntryPointVersion; }; ... 19 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & viem.ExactPartial<...>>(fn: (cli...' is not assignable to type '() => Promise<CannonSigner>'.
|
Run pnpm build
Property 'createAccessList' is missing in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 58 more ...; extend: <const client e...' but required in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 59 more ...; extend: <const client e...'.
|
Run pnpm build
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 59 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' is not assignable to type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...'.
|
Run pnpm build
Type '{ account: { client: Client; entryPoint: { abi: Abi; address: `0x${string}`; version: EntryPointVersion; }; extend?: object | undefined; getAddress: () => Promise<`0x${string}`>; ... 17 more ...; source?: undefined; } | { ...; } | { ...; }; ... 27 more ...; extend: <const client extends { ...; } & ExactPartial<...>>...' is not assignable to type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 25 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
|
Run pnpm build
Type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' is not assignable to type '{ account: Account | undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ... 25 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client) => Client<...>; }'.
|
Run pnpm build
Property 'createAccessList' is missing in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { ...; } | undefined; ... 58 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: Client<...>) => client...' but required in type '{ account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; cacheTime: number; ccipRead?: false | { request?: ((parameters: CcipRequestParameters) => Promise<...>) | undefined; } | undefined; ... 59 more ...; extend: <const client e...'.
|
Run pnpm build
Type '(addr: `0x${string}`) => Promise<CannonSigner | { address: `0x${string}`; wallet: { account: undefined; batch?: { multicall?: boolean | { batchSize?: number | undefined; wait?: number | undefined; } | undefined; } | undefined; ... 60 more ...; extend: <const client extends { ...; } & ExactPartial<...>>(fn: (client: ...' is not assignable to type '(addr: `0x${string}`) => Promise<CannonSigner>'.
|
Run pnpm build
The inferred type of 'getContract' cannot be named without a reference to '.pnpm/[email protected][email protected][email protected]/node_modules/abitype'. This is likely not portable. A type annotation is necessary.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cache used IPFS files
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading