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

Aggregate unvoting #56

Open
m-chrzan opened this issue Aug 31, 2022 · 0 comments
Open

Aggregate unvoting #56

m-chrzan opened this issue Aug 31, 2022 · 0 comments
Labels

Comments

@m-chrzan
Copy link
Contributor

Currently, a separate Account.withdraw per group call is necessary for every Manager.withdraw. It could be possible to aggregate requests from multiple Manager.withdraw calls, and then actually unvote in a single Account.withdraw per group for all withdrawals in a given time frame (similar to how a single activateAndVote is necessary for multiple deposits).

This could lead to gas savings (a single set of Account.withdraws per period of time, rather than per withdrawal), and could allow for a simpler backend of the stCELO web app.

@m-chrzan m-chrzan changed the title Aggregate withdrawals Aggregate unvoting Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant