Skip to content

Commit

Permalink
Merge pull request #527 from subquery/abi-validation-note
Browse files Browse the repository at this point in the history
abi validation note
  • Loading branch information
stwiname committed Jun 11, 2024
2 parents 8ed097d + 3ad018f commit 2800ab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/indexer/build/manifest/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@ filter:
modulo: 50 # Index every 50 blocks: 0, 50, 100, 150....
```
::: info Note
When executing `subql codegen`, it will check if topics and functions are valid.
:::

## Real-time indexing (Block Confirmations)

As indexers are an additional layer in your data processing pipeline, they can introduce a massive delay between when an on-chain event occurs and when the data is processed and able to be queried from the indexer.
Expand Down

0 comments on commit 2800ab8

Please sign in to comment.