Skip to content

refactor(store-sync): remove remaining refs to old config #8697

refactor(store-sync): remove remaining refs to old config

refactor(store-sync): remove remaining refs to old config #8697

Triggered via pull request July 11, 2024 17:27
Status Failure
Total duration 1m 21s
Artifacts

examples.yml

on: pull_request
Matrix: Build/test examples
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Build/test examples (minimal)
Type '{ address: `0x${string}`; name: string; namespace: string; keySchema: KeySchema; valueSchema: ValueSchema; tableId: `0x${string}`; id: string; schemaVersion: number; lastUpdatedBlockNumber: bigint | null; lastError: string | null; }[]' is not assignable to type 'Table[]'.
Build/test examples (minimal)
Argument of type 'Table' is not assignable to parameter of type 'CreateSqliteTableOptions<KeySchema, getSchemaTypes<getValueSchema<Table>>>'.
Build/test examples (minimal)
No overload matches this call.
Build/test examples (minimal)
Argument of type 'Table' is not assignable to parameter of type 'CreateSqliteTableOptions<KeySchema, getSchemaTypes<getValueSchema<Table>>>'.
Build/test examples (minimal)
Argument of type 'getSchemaTypes<getValueSchema<Table>>' is not assignable to parameter of type 'KeySchema<undefined>'.
Build/test examples (minimal)
Argument of type '<TKeySchema extends KeySchema, TValueSchema extends ValueSchema>({ address, namespace, name, keySchema, valueSchema, }: BuildTableOptions<TKeySchema, TValueSchema>) => BuildTableResult<TKeySchema, TValueSchema>' is not assignable to parameter of type '(value: Table, index: number, array: Table[]) => BuildTableResult<KeySchema, getSchemaTypes<getValueSchema<Table>>>'.
Build/test examples (minimal)
Argument of type 'unknown[]' is not assignable to parameter of type 'PgTableWithColumns<any>[]'.
Build/test examples (minimal)
Property 'address' does not exist on type 'Table'.
Build/test examples (minimal)
Argument of type 'Table' is not assignable to parameter of type 'BuildTableOptions<KeySchema, ValueSchema>'.
Build/test examples (minimal)
Property 'keySchema' does not exist on type 'Table'. Did you mean 'schema'?
Build/test examples (multiple-namespaces)
The job was canceled because "minimal" failed.
Build/test examples (minimal)
The following actions uses Node.js version which is deprecated 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/