graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

Handlers not getting triggered for custom evmos graph-node deployment

Open jessepinkman9900 opened this issue 3 years ago • 1 comments

Bug

Current Behavior

Graph-Node:

  • a custom deployment for EVMOS (used it similar to the ethereum config as EVMOS is EVM-compatible)

Sub-Graph:

  • 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 CUSTOM in 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?

jessepinkman9900 avatar Jul 23 '22 15:07 jessepinkman9900

Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.

github-actions[bot] avatar Jan 21 '23 00:01 github-actions[bot]