From 3ad018f314ec9027764bb55dda11ab04c82510bb Mon Sep 17 00:00:00 2001 From: Tate Date: Tue, 11 Jun 2024 09:51:08 +0800 Subject: [PATCH] abi validation note --- docs/indexer/build/manifest/ethereum.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/indexer/build/manifest/ethereum.md b/docs/indexer/build/manifest/ethereum.md index d3ff2ac2992..9ecf1ad2289 100644 --- a/docs/indexer/build/manifest/ethereum.md +++ b/docs/indexer/build/manifest/ethereum.md @@ -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.