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

VoteCounters can shutdown after the vote completes #9403

Open
Chris-Hibbert opened this issue May 23, 2024 · 0 comments
Open

VoteCounters can shutdown after the vote completes #9403

Chris-Hibbert opened this issue May 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Governance Governance performance Performance related issues

Comments

@Chris-Hibbert
Copy link
Contributor

What is the Problem Being Solved?

VoteCounter vats hang around forever, in case anyone needs the outcome later. Recent discussions have clarified that we don't expect any consumers of this info after the fact on the live chain. Anyone that needs to review past votes can dredge it up from vstorage. (see #9372 for a summary)

Description of the Design

voteCounters can call zcf.shutdown() after sending out notifications about the outcome.

Security Considerations

None. Keeping the voteCounters wasn't due to a safety concern.

Scaling Considerations

Reduces disk usage for validators.

Test Plan

TBD

Upgrade Considerations

can accompany other proposals.

@Chris-Hibbert Chris-Hibbert added enhancement New feature or request performance Performance related issues Governance Governance labels May 23, 2024
@Chris-Hibbert Chris-Hibbert self-assigned this May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Governance Governance performance Performance related issues
Projects
None yet
Development

No branches or pull requests

1 participant