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

Get status of in progress transactions #213

Open
cmeisl opened this issue May 25, 2019 · 1 comment
Open

Get status of in progress transactions #213

cmeisl opened this issue May 25, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@cmeisl
Copy link
Member

cmeisl commented May 25, 2019

Although client can reconnect to server websocket and pick up where it left off with in progress notifications, only new notifications are shown.

Provide a new API to get the current state of all in progress notifications. This will allow the client to make decisions on tracked transactions when the user may not have seen the notification, e.g. of connection was lost when transaction was confirmed.

Only transactions known by Assist's transaction pool (i.e. sent but not yet confirmed) would be supported by this feature.

@cmeisl cmeisl added the enhancement New feature or request label May 25, 2019
@cmeisl
Copy link
Member Author

cmeisl commented May 25, 2019

This will require additions to the backed to support the querying state of transactions.

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

No branches or pull requests

1 participant