reth-indexer icon indicating copy to clipboard operation
reth-indexer copied to clipboard

reth-indexer reads directly from the reth db and indexes the data into traditional and alternative databases / datastores (postgres, GCP bigquery, etc) all decoded with a simple config file and no ext...

Results 15 reth-indexer issues
Sort by recently updated
recently updated
newest added

Hello, Can i use this repo to power a subpgraph?

Reth recently did an upgrade that required resyncing the entire database. Reth-indexer does not support the new database version.

This has popped up twice once the indexer catches up and starts syncing new block headers, it runs fine for hours before hitting this: ``` new block(s) found check from:...

You should be able to map what rows are called, data types, extra fields based on contract calls, indexes are already done

As the subgraph does you should be able to map a contract view function as well to call as you index stuff

we need to handle array decoding right now it will throw

Right now on big block ranges, it loops through block by block to get the log information, with this block 2 will not be checked until block 1 has been...

https://github.com/aave/protocol-subgraphs/blob/main/templates/v3.subgraph.template.yaml#L416 subgraph uses nice .yaml files and its easy to read we should do the same

it would be nice to be able to use reth-indexer in rust code as you could trigger actions and sync x when x happens etc

Referencing TG convo in paradigm_reth room -- add ability for users to test and develop using reth-indexer without having to create / run a full or archive rETH node. this...