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
@@ -38,6 +38,17 @@ columns:
pgType: integer
tsType: number
columnType: Column
- name: initialIndexedBlockHash
pgType: varchar
tsType: string
columnType: Column
columnOptions:
- option: length
value: 66
- name: initialIndexedBlockNumber
pgType: integer
tsType: number
columnType: Column
imports:
- toImport:
- Entity