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

Return fully validated transaction on Transaction Subscriber #456

Closed
Neylix opened this issue Jul 17, 2022 · 2 comments
Closed

Return fully validated transaction on Transaction Subscriber #456

Neylix opened this issue Jul 17, 2022 · 2 comments
Assignees
Labels
API Involve API facing user feature New feature request

Comments

@Neylix
Copy link
Member

Neylix commented Jul 17, 2022

Is your feature request related to a problem?

Actually the transaction subscriber notify each replication attestation as the number of confirmations.
The problem is that when a user wants to send mutiple transaction from the same chain, it has to wait the full validation of a transaction before sending the next.
Actually the user don't know of many confirmations the transaction will have and cannot send the next transaction when it gets the first confirmation because all storage not didn't finished the replication.

Describe the solution you'd like

We could provide a way to notify the user if the transaction is fully validated or not. There is mutiple options :

  • In the response we can send the number of confirmation and the maximum number of confirmation expected
  • We can add a flag in the last confirmation to say that the transaction is fully validated
  • We can add an option to the sibscriber to notify either each confirmation or only when all confirmation are received

Additional context

No response

@internet-zero
Copy link
Member

Hey team! Please add your planning poker estimate with ZenHub @Neylix @imnik11 @prix-uniris @apoorv-2204

@ghost
Copy link

ghost commented Aug 5, 2022

Closed by #489

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Involve API facing user feature New feature request
Projects
None yet
Development

No branches or pull requests

4 participants