[release] 20240408 #231
Annotations
10 errors and 1 warning
build
Generic type 'IBlockDispatcher<B>' requires 1 type argument(s).
|
build
Property 'blockToHeader' in type 'UnfinalizedBlocksService' is not assignable to the same property in base type 'BaseUnfinalizedBlocksService<AlgorandBlock>'.
|
build
Type 'AlgorandApiService' does not satisfy the constraint 'IApi<AlgorandApi, SafeAPIService, IBlock<AlgorandBlock>[]>'.
|
build
Property 'indexBlock' in type 'IndexerManager' is not assignable to the same property in base type 'BaseIndexerManager<SafeAPIService, AlgorandApi, AlgorandBlock, AlgorandApiService, AlgorandDataSource, AlgorandCustomDataSource<...>, { ...; }, { ...; }, RuntimeHandlerInputMap>'.
|
build
Argument of type 'AlgorandBlock' is not assignable to parameter of type 'IBlock<AlgorandBlock>'.
|
build
Argument of type '(blockNums: number[]) => Promise<AlgorandBlock[]>' is not assignable to parameter of type 'BatchBlockFetcher<AlgorandBlock>'.
|
build
Property 'indexBlock' in type 'BlockDispatcherService' is not assignable to the same property in base type 'BlockDispatcher<AlgorandBlock, AlgorandDataSource>'.
|
build
Property 'fetchChainBlock' in type 'WorkerService' is not assignable to the same property in base type 'BaseWorkerService<AlgorandBlock, { parentHash: string; }, AlgorandDataSource, {}>'.
|
build
Property 'processFetchedBlock' in type 'WorkerService' is not assignable to the same property in base type 'BaseWorkerService<AlgorandBlock, { parentHash: string; }, AlgorandDataSource, {}>'.
|
build
Property 'processUnfinalizedBlocks' in type 'WorkerUnfinalizedBlocksService' is not assignable to the same property in base type 'IUnfinalizedBlocksService<AlgorandBlock>'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading