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

feat: Otterspace badges voting strategy #242

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Orland0x
Copy link
Contributor

Allows variable voting power to be given to owners of badges identified by their spec.

@Orland0x Orland0x marked this pull request as draft September 29, 2023 17:21
/// @param voter The address to get the voting power of.
/// @param params Parameter array containing the encoded whitelist of addresses and their voting power.
/// The array should be an ABI encoded array of Member structs.
/// @param userParams Parameter array containing an array of indices of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? Can't we just query with balanceOf or something?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i thought we wanted different voting power for different badges? that would just give a single balance of all badges the address owns.

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

Successfully merging this pull request may close these issues.

2 participants