Skip to content

feat: deterministic DAG structure #14

feat: deterministic DAG structure

feat: deterministic DAG structure #14

Triggered via pull request March 12, 2024 11:12
Status Failure
Total duration 23s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 2 warnings
Test (20, ubuntu-latest): src/batch/shard.js#L19
'prefix' is specified more than once, so this usage will be overwritten.
Test (20, ubuntu-latest): src/batch/shard.js#L35
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (20, ubuntu-latest): src/batch/shard.js#L37
Property 'maxSize' does not exist on type 'BatcherShard'.
Test (20, ubuntu-latest): src/batch/index.js#L36
Argument of type 'this' is not assignable to parameter of type 'BatcherShard'.
Test (20, ubuntu-latest): src/batch/index.js#L42
Argument of type 'this' is not assignable to parameter of type 'BatcherShard'.
Test (20, ubuntu-latest): src/batch/index.js#L54
Argument of type '{ entries: API.ShardEntry[]; version: number; keyChars: string; maxKeySize: number; prefix: string; blocks: API.BlockFetcher; base: API.ShardBlockView; }' is not assignable to parameter of type '{ blocks: BlockFetcher; entries: BatcherShardEntry[]; prefix: string; maxSize: number; maxKeyLength: number; base: ShardBlockView; }'.
Test (20, ubuntu-latest): src/batch/index.js#L54
'prefix' is specified more than once, so this usage will be overwritten.
Test (20, ubuntu-latest): src/batch/index.js#L80
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (20, ubuntu-latest): src/batch/index.js#L81
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (20, ubuntu-latest): src/batch/index.js#L82
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (18, ubuntu-latest)
The job was canceled because "_20_ubuntu-latest" failed.
Test (18, ubuntu-latest): src/batch/shard.js#L19
'prefix' is specified more than once, so this usage will be overwritten.
Test (18, ubuntu-latest): src/batch/shard.js#L35
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (18, ubuntu-latest): src/batch/shard.js#L37
Property 'maxSize' does not exist on type 'BatcherShard'.
Test (18, ubuntu-latest): src/batch/index.js#L36
Argument of type 'this' is not assignable to parameter of type 'BatcherShard'.
Test (18, ubuntu-latest): src/batch/index.js#L42
Argument of type 'this' is not assignable to parameter of type 'BatcherShard'.
Test (18, ubuntu-latest): src/batch/index.js#L54
Argument of type '{ entries: API.ShardEntry[]; version: number; keyChars: string; maxKeySize: number; prefix: string; blocks: API.BlockFetcher; base: API.ShardBlockView; }' is not assignable to parameter of type '{ blocks: BlockFetcher; entries: BatcherShardEntry[]; prefix: string; maxSize: number; maxKeyLength: number; base: ShardBlockView; }'.
Test (18, ubuntu-latest): src/batch/index.js#L54
'prefix' is specified more than once, so this usage will be overwritten.
Test (18, ubuntu-latest): src/batch/index.js#L80
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (18, ubuntu-latest): src/batch/index.js#L81
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (18, ubuntu-latest): src/batch/index.js#L82
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
Test (20, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (20, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/