oasisprotocol / oasis-rosetta-gateway

The official Rosetta server implementation for the Oasis Network.
Apache License 2.0
21 stars 9 forks source link

Unable to get the blockdetails after node upgrade #495

Closed Swornatoya closed 7 months ago

Swornatoya commented 7 months ago

When I try querying the latest block synced using the upgraded node I am getting the response. But if I try to query the older blocks it does not work and I get the below response.

Curl Query: curl --location 'http://10.213.67.23:7332/block' \ --header 'Content-Type: application/json' \ --data '{ "network_identifier": { "blockchain": "Oasis", "network": "bb3d748def55bdfb797a2ac53ee6ee141e54cd2ab2dc2375f4a0703a178e6e55" }, "block_identifier": { "index": 16810161 } }'

Response: { "code": 12, "message": "unable to get block", "retriable": true }