Add method in watchers to cache contract and fixes for running tests

This commit is contained in:
2021-12-28 16:08:05 +05:30
parent cb2fe2aa45
commit ba890e7d9a
6 changed files with 20 additions and 4 deletions
+2 -1
View File
@@ -166,7 +166,8 @@ export const insertDummyBlock = async (db: DatabaseInterface, parentBlock: any):
blockNumber,
blockHash,
blockTimestamp,
parentHash
parentHash,
cid: ''
};
await db.updateSyncStatusChainHead(dbTx, blockHash, blockNumber);