Closed frolvanya closed 1 day ago
After cherry picking the two fixes, we are still getting 404 errors from rosetta :sadpanda: This is how we are building the node: git checkout 2.3.0 && \ git cherry-pick d20caf0278cabf0762e822b452911cbc2df19286 6080b5af69c0d09c9a56ed2e3914cf6aef53282e || \ (git checkout --theirs . && git add . && git commit -m "handle block discontinuity") This is the block we are requesting and the response we are getting: curl --location 'https://near-mainnet.rosetta-api-v2.us-east-1.development.cbhq.net/block' \ --header 'Content-Type: application/json' \ --data '{ "network_identifier": { "blockchain": "nearprotocol", "network": "mainnet" }, "block_identifier": { "index": 132800497 } }' {"code":404,"message":"Not Found: Block not found","retriable":false}% Any indication what could be going wrong?
I tried a new block 133309896 still getting 404
Implemented similar logic to #12402 for Rosetta RPC