Developers Forum for XinFin XDC Network

Discussion on: [WIP] Testnet RPC not reliable

Collapse
gzliudan profile image
Daniel Liu • Edited on

In your case, both of blocks 0x354ce39 and 0x354ce45 contain the transaction hash 0xc1b52110f52120b4faf9e8502d568fb6dc88e90b0acd9f48d0af443782b9f55b. This is reported in github.com/XinFinOrg/XDPoSChain/pu.... Maybe this is a problem or bug. I will study your log messages later. Would you please share below files?

  • graph-node configuration
  • subgraph source codes
curl -s -X POST -H "Content-Type: application/json" https://earpc.apothem.network -d '
{
  "jsonrpc": "2.0",
  "id": 4003,
  "method": "eth_getBlockByNumber",
  "params": [
    "0x354ce39",
    true
  ]
}' | jq

curl -s -X POST -H "Content-Type: application/json" https://earpc.apothem.network -d '
{
  "jsonrpc": "2.0",
  "id": 4004,
  "method": "eth_getBlockByNumber",
  "params": [
    "0x354ce45",
    true
  ]
}' | jq
Enter fullscreen mode Exit fullscreen mode