Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comments #2639

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/node-core/src/indexer/ds-processor.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function isSecondLayerHandlerProcessor_0_0_0<
| SecondLayerHandlerProcessor_0_0_0<InputKinds, HandlerInput, BaseHandlerFilters, F, E, DS, API>
| SecondLayerHandlerProcessor_1_0_0<InputKinds, HandlerInput, BaseHandlerFilters, F, E, DS, API>
): processor is SecondLayerHandlerProcessor_0_0_0<InputKinds, HandlerInput, BaseHandlerFilters, F, E, DS, API> {
// Exisiting datasource processors had no concept of specVersion, therefore undefined is equivalent to 0.0.0
// Existing datasource processors had no concept of specVersion, therefore undefined is equivalent to 0.0.0
return processor.specVersion === undefined;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/indexer/runtime/workerRuntimeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export class WorkerRuntimeService extends BaseRuntimeService {
}
}

// Worker runtime does not syncDictionary by its self
// Worker runtime does not syncDictionary by itself
// syncDictionary is done by main runtime
async getSpecVersion(
blockHeight: number,
Expand Down