Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zilliqa API should query state from the finalized block rather than the latest block #1964

Open
JamesHinshelwood opened this issue Dec 5, 2024 · 0 comments
Labels
Agate Required for mainnet launch

Comments

@JamesHinshelwood
Copy link
Contributor

The ZQ1 API made the guarantee that data returned from the Zilliqa API would be consistent. However, ZQ2 does not have single-block finality any more so in order to maintain this guarantee we should return state from the finalized block instead of the latest block. We should also not (yet) return a response for transaction receipts, etc. if they are mined after the finalized block.

@DrZoltanFazekas DrZoltanFazekas added the Agate Required for mainnet launch label Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agate Required for mainnet launch
Projects
None yet
Development

No branches or pull requests

2 participants