-
Notifications
You must be signed in to change notification settings - Fork 1
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
Breadchain project card: Voting power and status feature #134
Comments
Can I understand what the motivation and value added is? |
The motivation: A few weeks back after the breadchain coop project meeting it was a desired feature that project leads wanted. This prompted us to design it and now develop it. The Added value is that project bread holding and their influence and participation in the democratic process of Breadchain's yield distribution is upfront embedded in the UI. This UI feature;
|
@diterra-code do you have an example link for the URL of the transaction hash when a project has voted? |
So, Josh shared this link as a place where all votes are displayed. however per project I would not know where this is, might need to ask @subject026 or @RonTuretzky Link: https://gnosisscan.io/address/0xee95a62b749d8a2520e0128d9b3aca241269024b |
Upon a preliminary investigation it seems that no project has ever voted, I will contact the project heads regarding this to confirm and post an update here @secbajor @diterra-code |
I definitely voted from the cca account last cycle, can we re-run this as a sanity check? Here is the tx https://gnosisscan.io/tx/0xb921d37825bf5cc74492573b153f2d0b3c1ac4df4ce0d4049c3506154d22c9d0 Below is the execution trace showing an account abstraction multisig (via
Executing previous transactions from the block. Transaction successfully executed. |
This is a dedicated issue to add the feature to report each Breadchain coop project their voting power and if they have voted in the current voting cycle or not.
This issue includes the UI designs and possible Backend dev implementation needed to achieve this.
The new project card
Screenshot:
Which includes new information chips such as the bread holdings and the total voting power. Some additional work has to be done to display the amount and status and correctly link the onchain source to the voting power chip.
Voting power info chip
Currently their are two status variations for the voting power chip. Namely, 'Not voted' and 'Voted'
Figma link:
https://www.figma.com/design/2sWRCrux6a47zBXTwDVJxh/Breadchain-crowdstake?node-id=6474-37907&t=E8JYQmTzFcAHs58k-1
Development requirements
To implement the voting power info chip the following dev work is needed:
This issue is WIP. I am tagging lewis and ron aswell.
The text was updated successfully, but these errors were encountered: