graph-node
graph-node copied to clipboard
Handlers not getting triggered for custom evmos graph-node deployment
Bug
Current Behavior
- a custom deployment for EVMOS (used it similar to the ethereum config as EVMOS is EVM-compatible)
- subgraph being deployed
- entity tables empty so concluded that handlers not being called
Steps to reproduce
Graph-Node
# in parent dir of network/canto branch
cd docker
docker compose up -d
Sub-Graph
# in parent dir of master branch
yarn install
yarn build
yarn create-local
yarn deploy-local
Expected behavior
- see graph-node logs that have
CUSTOMin the string (indicating that handler is triggered) - entity tables in Postgres will not be empty
Questions
- how do I debug if this is:
- events not being indexed by graph-node because its an evmos chain (evm + cosmos)? OR
- an error with the handlers or config files?
- where are events stored in the Postgres database? can anyone point to the db schema files
- is there any sample implementations of graph-node for evmos?
Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.