Commit Graph
637 Commits
Author SHA1 Message Date
prathamesh 8d5fb20d2e Add eth_getLogs API handler 2024-09-13 16:17:21 +05:30
prathamesh0 b46d8816b5 Add ETH RPC API to watcher server (#535)
* Add ETH RPC API to watcher server

* Add eth_call API handler

* Add error handling to eth_call handler

* Parse block tag in eth_call handler

* Add a flag to enable ETH RPC server

* Fix lint errors

* Update block tag parsing
2024-09-13 12:44:00 +05:30
prathamesh0 ea5ff93e21 Add a script to analyze given eth getLogs requests (#534)
* Add a script to perform configured eth getLogs calls

* Add get logs requests with blockhash near head

* Add get logs requests with blockrange near head

* Add get logs requests with older blockrange

* Update get logs requests

* Export curl requests for given params to a file

* Support making requests in parallel

* Refactor duplicate code and rename files
2024-08-29 17:16:52 +05:30
prathamesh0 d0f88756c3 Handle object and list filters on nested GQL selections and update codegen (#532)
* Handle object type for where clause on nested GQL selections

* Handle list type for where clause on nested GQL selections

* Generate GQL schema types with arguments on plural fields
2024-08-05 16:32:40 +05:30
prathamesh0 05fdf85af8 Handle where clause on nested GQL query selections (#531)
* Handle where clause on nested GQL query selections

* Handle variables for arguments on nested selections

* Handle args on nested GQL query selections for plural queries

* Update package versions
v0.2.106
2024-08-02 13:42:47 +05:30
prathamesh0 d53fbcf731 Add support for args on nested GQL query selections in subgraph watchers (#530)
* Add support for arguments on nested GQL query selections

* Update package versions
v0.2.105
2024-08-01 19:01:54 +05:30
nabarun 37885c64eb Watch contract for multiple data sources from subgraph config (#529)
* Watch contract for multiple data sources from subgraph config

* Upgrade package versions
v0.2.104
2024-07-19 17:58:20 +05:30
nabarun 42cb688921 Export metric for total ETH RPC count (#528)
* Export metric for total ETH RPC count by methods

* Fix endpoint switch on max retries of new block

* Upgrade package versions
v0.2.103
2024-07-12 16:59:23 +05:30
nabarun 2217cd3ffb Support events handlers in multiple data sources for a contract address (#526)
* Support processing events in multiple subgraph datasources for a single contract address

* Fix parsing event topic in graph-node watcher

* Update codegen templates

* Fix dummy indexer method in graph-node test

* Upgrade package versions to 0.2.102
v0.2.102
2024-06-26 17:56:37 +05:30
nabarunandprathamesh b9a899aec1 Implement switching endpoints after slow eth_getLogs RPC requests (#525)
* Switch upstream endpoint if getLogs requests are too slow

* Refactor methods for switching client to indexer

* Update codegen indexer template

* Add dummy methods in graph-node test Indexer

* Upgrade package versions to 0.2.101

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
v0.2.101
2024-06-20 17:57:01 +05:30
nabarun ff471da287 If subgraph block handlers exist force realtime processing in watcher (#524)
* Avoid historical sync for block handlers and eth_getLogs without event handlers

* Stop processing after endBlock in watcher fill CLI

* Codegen changes for avoiding eth_getLogs when no subgraph event handlers exist

* Upgrade package version to 0.2.100

* Check for blockHandlerExists first before block processing

* Fix comments for historical block processing checks
v0.2.100
2024-06-20 10:05:53 +05:30
nabarun 981f70ec9b Replace null values when converting bytes to string in graph-node host API (#523)
* Replace null value in strings for postgres text data type

* Upgrade package versions to 0.2.99
v0.2.99
2024-06-14 13:47:54 +05:30
prathamesh0 9c4b06652e Export codegen config in a generated watcher (#522)
* Export codegen config in a generated watcher

* Update instructions with build step
2024-06-13 16:41:49 +05:30
nabarun 467c173a0d Use blockHash filter in eth_getLogs query for FEVM (#521)
* Fetch logs by blockHash at head for FEVM

* Upgrade watcher package versions to 0.2.98
v0.2.98
2024-06-11 19:07:55 +05:30
nabarunandprathamesh 7884941e75 Update codegen to add subgraph source to watcher readme (#514)
* Update codegen to add subgraph source to watcher readme

* Update exported metrics for watcher config

* Add steps to update package json and config to codegen instructions

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-11 14:42:54 +05:30
prathamesh0 acf69dd554 Add a config option for block processing offset (#520)
* Add config option for block processing offset

* Upgrade package versions
v0.2.97
2024-06-10 15:09:33 +05:30
nabarun 52082fc874 Process block with MAX_REORG_DEPTH delay from head (#519)
* Process block behind latest head by reorg height

* Upgrade package versions
v0.2.96
2024-06-07 21:12:03 +05:30
nabarun 4d81c14597 Fix order of events processing for FEVM (#518)
* Fix events processing order for FEVM

* Upgrade watcher package version

* Fix getResultEvent for eventsInRange GQL query

* Fix eventFields parsing
v0.2.95
2024-06-07 17:23:55 +05:30
nabarunandprathamesh 8d052add2d Log GQL requests in watcher (#517)
* Update config for server GQL

* Add winston logger for GQL requests

* Fix codegen templates for resolver and package

* Update package versions

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
v0.2.94
2024-06-06 16:54:49 +05:30
nabarunandprathamesh 836fe45aa5 Add metrics for GQL query duration (#516)
* Record GQL query durations by operation name

* Use try finally for timer metric

* Export watcher repo URL in metrics

* Remove unnecessary prefix from repo link

* Update repository label name

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2024-06-06 13:57:33 +05:30
nabarun 7cc61579d8 Use ethers.js replace util for errors in bytesToString host API (#515)
* Use replacement strategy for ethers.utils.toUtf8String in graph-node host API

* Upgrade package versions
v0.2.93
2024-06-04 11:41:54 +05:30
nabarun 3b67fa1827 Use module read-pkg for reading package.json (#513)
* Use module read-pkg for reading package.json

* Upgrade package versions
v0.2.92
2024-05-30 15:42:57 +05:30
nabarun f00f6d2998 Update chain head exporter CLI to support running multiple instances (#512)
* Update chain-head-exported CLI for running multiple instances

* Update upstream RPC for metrics with active endpoint

* Export metrics for watcher package version and commitHash

* Upgrade package versions
v0.2.91
2024-05-30 14:37:35 +05:30
nabarun 4fd6bf4ad7 [WIP] Handle GQL query fragment for single entity query (#511)
* Handle GQL query fragment for single entity query

* Upgrade package versions
v0.2.90
2024-05-17 18:47:15 +05:30
nabarunandprathamesh b57aa76d9f Support fragments in GQL queries for subgraph watchers (#510)
* Avoid updating latest block metrics on RPC errors

* Handle fragments in subgraph GQL queries

* Upgrade package versions

* Move private method in util graph database

---------

Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
v0.2.89
2024-05-17 17:20:29 +05:30
prathamesh0 1ca74548ff Fetch job queue counts for metrics on scraping (#509) v0.2.88 2024-05-16 16:34:07 +05:30
nabarun 20fa6ceaa6 Remove check for isFEVM flag when filtering event logs by topics (#508)
* Remove check for FEVM flag when filtering logs by topics

* Update package versions
2024-05-16 11:24:41 +05:30
prathamesh0 c7e6baa263 Add metrics to monitor errors and duration for ETH RPC requests (#507)
* Add metrics to monitor errors and duration for ETH RPC requests

* Check for server error

* Add a metric with configured upstream ETH RPC endpoints

* Use Gauge for RPC requests duration metric

* Filter out unknown events while loading event count on start

* Update package versions

* Rethrow errors in overridden send provider method
v0.2.87
2024-05-15 19:11:22 +05:30
nabarun c9696c3d9f Implement failover for RPC endpoints in watcher (#506)
* Handle RPC endpoint server errors and switch failover endpoints

* Add config maxNewBlockRetries for switching to failover endpoint

* Upgrade package versions

* Move unknown events removal after event processing for historical sync

* Rename doFailOverEndpoints to switchClients
v0.2.86
2024-05-09 16:03:06 +05:30
nabarun 6d837dc824 Fix address filter param in eth_getLogs request (#505)
* Fix eth_getLogs address filter param

* Upgrade package versions
v0.2.85
2024-05-03 14:24:05 +05:30
nabarun edaec5a028 Fetch logs filtered by block number instead of block hash for FEVM (#504)
* Fetch logs by block number for FEVM and use node-fetch for eth_getLogs

* Upgrade package versions
v0.2.84
2024-05-02 16:04:31 +05:30
prathamesh0 67425690e9 [WIP] Skip contract events if no match found in ABI (#503)
* Skip contract events if no match found in ABI

* Update package versions
v0.2.83
2024-03-19 17:52:00 +05:30
prathamesh0 59edc178c9 Fix for generating nested filters and loading subgraph entities from db (#502)
* Handle ThunkComposer field types when generating nested filters

* Fix type setting for relational fields when loading a subgraph entity from db

* Fix loading nullable relational fields in GQL queries

* Update package versions
v0.2.82
2024-03-14 11:21:52 +05:30
prathamesh0andnabarun ff44fd8717 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>
v0.2.81
2024-03-06 11:10:41 +05:30
nabarun 1cf1a3baa2 Upgrade package versions to 0.2.80 (#500) v0.2.80 2023-12-28 15:17:06 +05:30
nabarun 33e4455f92 Fix pruning of canonical block if null block is encountered (#499) 2023-12-28 15:07:12 +05:30
nabarun a6deed9c27 Fix block processing during chain reorg (#498)
* Fix block processing during chain reorg

* Add new method in test dummy indexer

* Add missing semicolon
2023-12-28 15:06:47 +05:30
prathamesh0 78e43bc088 Export metrics for watcher config and upstream and external chain heads (#497)
* Add a cli to export chain head block numbers

* Use ETH RPC endpoint and allow env overrides

* Use ethers provider

* Export upstream chain head block number in watcher metrics

* Remove unnecessary exports

* Upgrade package versions

* Fix defaults usage

* Export watcher config in metrics

* Add metric for watcher sync mode

* Remove cache flag from watcher config metrics

* Update watcher config field names
v0.2.79
2023-12-19 15:23:25 +05:30
prathamesh0 37732d1b1e Upgrade package versions (#496) v0.2.78 2023-12-05 18:27:09 +05:30
prathamesh0 304b116c6d Add a CLI for running a proxy server (#495) 2023-12-05 18:17:27 +05:30
nabarunandneeraj ceb0a3de23 Add CLI tool to compare watcher GQL responses (#494)
* Integrate gql response compare tool

* Add README for compare-gql tool

* Update readme

* Update CLI output logs

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-11-28 09:51:26 +05:30
nabarun dab2d6d3e7 Publish events for GQL subscription in historical processing (#492)
* Add realtime block complete event

* Use realtime block complete event for realtime processing

* Refactor realtimeBlockComplete event interface
2023-11-27 14:13:02 +05:30
nabarun 220f3ddf24 Fix events processing error check in historical processing (#491)
* Fix events queue error check in historical processing

* Upgrade package version
v0.2.77
2023-11-26 12:42:43 +05:30
nabarun 3fa3cc7068 Upgrade package versions to 0.2.76 (#490) v0.2.76 2023-11-24 12:04:11 +05:30
nabarun 9ee423f38e Fix update in sync status (#489) 2023-11-24 11:54:45 +05:30
6decf61d4c Update subgraph watcher demo readme (#480)
* Update subgraph watcher demo readme

* Pass extra block data required in subgraph block handler (#486)

* Use codegen config directory name instead of file path

* Get block data from extra event data

* Add extra event data in processBlockAfterEvents

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>

* Update example subgraph mapping code for graph-cli upgrade

* Return 0 value for block size in ipld-eth-client

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
2023-11-24 11:13:40 +05:30
nabarun 937aed139f Fix sync status update in historical processing job (#488)
* Fill watcher start block only in active mode

* Fix sync status update in historical processing

* Upgrade package versions

* Upgrade package versions in codegen template

* Fix graph-node test indexer
v0.2.75
2023-11-23 20:25:39 +05:30
prathamesh0 ffd1d267d8 Implement remaining json host APIs (#487)
* Instantiate a new wasm string to convert JSON value to BigInt

* Implement remaining json host APIs

* Upgrade graph-ts and graph-cli in test example subgraph

* Handle null context for dataSource context host API

* Use JSONBig for parsing JSON strings
2023-11-22 18:03:21 +05:30
nabarun 729d862aac Fix fetching blocks near chain head in job-runner (#485)
* Fix null blocks check in job-runner when fetching near chain head

* Upgrade package versions
v0.2.74
2023-11-21 17:44:54 +05:30
prathamesh0 e6b957e921 Mark entities as removed on store remove host API call (#484) 2023-11-21 16:00:26 +05:30