cardano-foundation / cardano-foundation/cardano-rosetta-java
block data endpoints when syncing to not return result.
Open
- Dominant language
- Java
- Stars
- 26
- Forks
- 15
- Avg merge
- 5d 3h
- Merged PRs (30d)
- 2
Description
data endpoints which actually returns correct state of data when the indexer is fully synced could be blocked when we are still syncing like we do in offline mode.
So all the endpoints that provide blockchain data i.e. functional on the online mode should not return the data till the stage is live in the /network/status endpoint.
So all the endpoints that are not part of offline mode will need this check of stage.
/block
/account
/search endpoints
- Also the test cases has to be added for validation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.