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

Review VoteWeight type #404

Open
olanod opened this issue May 13, 2024 · 0 comments
Open

Review VoteWeight type #404

olanod opened this issue May 13, 2024 · 0 comments
Assignees

Comments

@olanod
Copy link
Member

olanod commented May 13, 2024

The initial idea of VoteWeight being a u32 was to normalize votes in the u32 range, as we are currently just saturating_adding votes and blanaces are big numbers(u128) I assume the voting system will easily break. We should either try to normalize votes in the u32 range if possible as initially planned or grow the type to a u128 to allow communities with all kinds of tokenomics to count votes properly.

@olanod olanod added this to Kreivo Q3 Jun 11, 2024
@olanod olanod moved this to Backlog in Kreivo Q3 Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants