You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the Delta upgrade we introduced a few behavior changes, new contracts and interactions with the protocol. We've developed an MVP for the Treasury interaction on the explorer with basic propose, vote, queue & execute workflows. This initial implementation is on #224
There a couple pending features or improvements to make to the interface though. I'll list some of them here that have already been mapped, but there are likely others pending:
Display treasury contributions transparently on Os history page
Adjust the "Forecasted Yield" displayed on Orchestrators page based on the current treasury contribution config
Display info about which vote was made by yourself/your O on the proposal/voting details, not only "if" it was made
This needs some subgraph support indexing the votes
Allow proposers to cancel their proposal in case they find some mistake (only available before voting starts)
Adding a more detailed view of the current votes that have been casted on a proposal. Sth like integrating poll-stats directly in the explorer (and for treasury, not governance)
This also needs the vote indexing from subgraph mentioned above.
Adding support for "cast vote with reason" so voters can explain their support verbally onchain/on the explorer. This would naturally come with support for displaying voters reasons on the more detailed Votes view proposed above
Maybe: Save proposals details on IPFS instead of embedding them onchain. This should only be necessary if we notice the price for submitting a proposal is too high, as on the MVP we followed the Tally standard of just submitting the text onchain.
Add current treasury balance on the Treasury page.
Done:
Add a "badge" to the Treasury tab on top indicating the number of pending/active proposals
With the Delta upgrade we introduced a few behavior changes, new contracts and interactions with the protocol. We've developed an MVP for the Treasury interaction on the explorer with basic propose, vote, queue & execute workflows. This initial implementation is on #224
There a couple pending features or improvements to make to the interface though. I'll list some of them here that have already been mapped, but there are likely others pending:
Votes
view from TallyVotes
view proposed aboveDone:
Add a "badge" to theTreasury
tab on top indicating the number of pending/active proposalsThe text was updated successfully, but these errors were encountered: