tomochain icon indicating copy to clipboard operation
tomochain copied to clipboard

Nonce too low when calling debug_traceBlockByNumber

Open imterryyy opened this issue 4 months ago • 0 comments

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}"

imterryyy avatar Oct 23 '24 03:10 imterryyy