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

Making concurrent calls to Quorums for updating Pledge Tokens #222

Open
arnabghose997 opened this issue Sep 25, 2024 · 0 comments · May be fixed by #252
Open

Making concurrent calls to Quorums for updating Pledge Tokens #222

arnabghose997 opened this issue Sep 25, 2024 · 0 comments · May be fixed by #252
Assignees
Labels

Comments

@arnabghose997
Copy link
Collaborator

arnabghose997 commented Sep 25, 2024

After the consensus is completed, the next step is to Update the Pledge Token (Refer quroumPledgeFinality func). Here, we are sequentially calling the Quorums and awaiting their response.

This can be optimized by making the concurrent calls to the Quorums

@vaishnav-ch vaishnav-ch linked a pull request Dec 2, 2024 that will close this issue
@vaishnav-ch vaishnav-ch self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants