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

[Access] Investigate if we can return tx results before the collection is locally synced #6778

Open
peterargue opened this issue Dec 3, 2024 · 0 comments

Comments

@peterargue
Copy link
Contributor

peterargue commented Dec 3, 2024

When querying a transaction result using the AccessAPI, the logic will first check if the node knows about the transaction from indexing the collection it was included in. If not, the API will return not found. This means that there may be a delay after the tx was executed while the Access node syncs the collections from collection nodes.

In the case of the SendAndSubscribeTransactionStatuses endpoint, it would be great if we could notify the client immediately after we detect that the block was executed.

Investigate if this is possible and write up a proposal for how it would be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant