mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-12 18:47:30 +00:00
Fix sync status update in historical processing job (#488)
* Fill watcher start block only in active mode * Fix sync status update in historical processing * Upgrade package versions * Upgrade package versions in codegen template * Fix graph-node test indexer
This commit is contained in:
@@ -190,6 +190,12 @@ export class Indexer implements IndexerInterface {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
async updateSyncStatus (syncStatus: SyncStatusInterface): Promise<SyncStatusInterface> {
|
||||
assert(syncStatus);
|
||||
|
||||
return {} as SyncStatusInterface;
|
||||
}
|
||||
|
||||
async markBlocksAsPruned (blocks: BlockProgressInterface[]): Promise<void> {
|
||||
assert(blocks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user