Handle getStorage calls for old blocks (#145)

* Handle getStorage calls for old blocks

* Refactor getStorage code in mobymask watcher

* Fix returning proof as null
This commit is contained in:
2022-07-20 10:37:17 +05:30
committed by GitHub
parent e2668690b5
commit 58bbf4d756
15 changed files with 269 additions and 175 deletions
@@ -27,4 +27,10 @@ export class SyncStatus implements SyncStatusInterface {
@Column('integer')
latestCanonicalBlockNumber!: number;
@Column('varchar', { length: 66 })
initialIndexedBlockHash!: string;
@Column('integer')
initialIndexedBlockNumber!: number;
}