-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I'm using an archive node provided by XDC to index analytic data for our app, and I'm repeatedly encountering the following error:
failed to process trigger: block #81537705 (0x6112…a4a9), transaction 4703e584a7cc79b038af8f5d9c9bc8fe7adc70075b78ac722a53ac16e9876517: Ethereum node returned an error when calling function "feeGrowthGlobal0X128" of contract "Pool": RPC error: Error { code: ServerError(-32000), message: "missing trie Node 60bb94a56bc9305766a3adf8605816333ec946f1c452c2913f8ba6a8cefff1c8 (path )", data: None }
The node returns a "missing trie node" error, indicating that the state data for the block is incomplete or missing — even though this is supposed to be an archive node.
When I switch to ANKR archive nodes, the issue disappears completely, and the indexing process continues without interruption.
This strongly suggests that the issue is specific to the XDC archive node’s state database or how it handles historical state queries.