tomochain
tomochain copied to clipboard
Nonce too low when calling debug_traceBlockByNumber
Description
When calling debug_traceBlockByNumber, many blocks returns nonce too low
response. This become an issue because many partners need that API to extract data from the chain.
It is suspected that transaction from TomoX is the cause of this issue. If you need to access live production node, please request.
How to produce
Call RPC to this endpoint ${RPC_ENDPOINT}
with blocknumber #20581711
curl -s -X POST --data '[{""id"":1,""jsonrpc"":""2.0"",""method"":""debug_traceBlockByNumber"",""params"":[""0x13A0D4F"", {""tracer"": ""callTracer""}]}]' -H ""Content-Type: application/json"" ${RPC_ENDPOINT}"