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

[Front-end] Impement Optimistic Update #21

Open
thanvinhbaohoang opened this issue Oct 30, 2023 · 2 comments
Open

[Front-end] Impement Optimistic Update #21

thanvinhbaohoang opened this issue Oct 30, 2023 · 2 comments

Comments

@thanvinhbaohoang
Copy link
Contributor

Problem:
Currently the when Attestation is made, there is a very long wait time on Client-side to wait for the Attestation to be confirm

Solution
Implement Optimistic confirmation for Attestation so user would not have to wait for confirmation
Then there can be a Toast or Snackbar that pops-up to announce when an attestation is confirmed

@alfaqi
Copy link
Contributor

alfaqi commented Oct 31, 2023

@thanvinhbaohoang
There are two transactions: one for submitting the IPFS hash and another for attesting,
The user must confirm both

@thanvinhbaohoang thanvinhbaohoang changed the title [Front-end] Impement Optimistic Confirmation [Front-end] Impement Optimistic Update Oct 31, 2023
@thanvinhbaohoang
Copy link
Contributor Author

@thanvinhbaohoang There are two transactions: one for submitting the IPFS hash and another for attesting, The user must confirm both

Optismistic Update is a Front-end User Experience thing. Instead of having a Relax Loading Screen, Our app would simply tell user the action was done while not having confirmed the transactions on the blockchain yet.

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

2 participants