feat: deterministic DAG structure #14
Annotations
11 errors
|
Build:
src/batch/shard.js#L19
'prefix' is specified more than once, so this usage will be overwritten.
|
Build:
src/batch/shard.js#L35
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
|
Build:
src/batch/shard.js#L37
Property 'maxSize' does not exist on type 'BatcherShard'.
|
Build:
src/batch/index.js#L36
Argument of type 'this' is not assignable to parameter of type 'BatcherShard'.
|
Build:
src/batch/index.js#L42
Argument of type 'this' is not assignable to parameter of type 'BatcherShard'.
|
Build:
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; }'.
|
Build:
src/batch/index.js#L54
'prefix' is specified more than once, so this usage will be overwritten.
|
Build:
src/batch/index.js#L80
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
|
Build:
src/batch/index.js#L81
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
|
Build:
src/batch/index.js#L82
Property 'maxKeyLength' does not exist on type 'BatcherShard'.
|
Loading