mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-14 19:14:07 +00:00
Fix event processing and entities query for filecoin watchers (#501)
* Filter out pruned subgraph entities while fetching from db * Sort events by tx index first incase upstream is FEVM * Upgrade package versions --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cerc-io/codegen",
|
||||
"version": "0.2.80",
|
||||
"version": "0.2.81",
|
||||
"description": "Code generator",
|
||||
"private": true,
|
||||
"main": "index.js",
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/cerc-io/watcher-ts#readme",
|
||||
"dependencies": {
|
||||
"@cerc-io/util": "^0.2.80",
|
||||
"@cerc-io/util": "^0.2.81",
|
||||
"@graphql-tools/load-files": "^6.5.2",
|
||||
"@npmcli/package-json": "^5.0.0",
|
||||
"@poanet/solidity-flattener": "https://github.com/vulcanize/solidity-flattener.git",
|
||||
|
||||
Reference in New Issue
Block a user