Closed ImDuong closed 2 years ago
Today, I make the request again and I find out that the response content from Moralis API has been updated correctly (both transaction count and block hash). I will close the issue now and hope that this problem will never occur in the future.
Hi, I found a bug occurring occasionally these days, which leads to the wrong data. Below is the example in my bug report:
Scenario
GET /block/{block_number_or_hash}
0x3
12088231
33
Problem
12088231
in fact contains35 transactions
(https://ropsten.etherscan.io/block/12088231).0xc0281598052e2961bde494b9d0393d885e26e7507844fdffcdb8179ec658fff6
, which is different from the explorer0xb5fb9ae09aba3ce9908724dea53e2bb4a1c560b0054ede7b887d310af4694ccd
.0x1bbf3b15ce4c657c69d3cd6910fe1e4fbceaa964788d48a386ee4150883ca901
appearing in the response from Moralis API does not belong to the block12088231
. In fact, it belongs to the block12088242
.Hope that Moralis Developers will resolve this issue as soon as possible. Thank you.