Parse batched transactions for mobymask-watcher events (#141)

* Remove using graph-node from mobymask-watcher

* Parse batched transactions for MobyMask events

* Update to use same ethers package version

* Add CLI for processing block out of order

* Fix job-runner for already processed blocks out of order
This commit is contained in:
2022-07-11 11:29:33 +05:30
committed by GitHub
parent 74f798b5c4
commit 3cee10607e
35 changed files with 948 additions and 1118 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"ethers": "^5.2.0",
"ethers": "^5.4.4",
"hardhat": "^2.3.0",
"mocha": "^8.4.0",
"nodemon": "^2.0.7",