Matt
Matt
#### Description Only allow authorized users (Identities) to create proposals to a DAO. #### Motivation Currently a user could create malicious proposals with a small acceptance percentage and pass the...
### Motivation #### Description This feature will allow users to change their votes on a proposal or remove their votes from the proposal entirely. #### Motivation This would allow users...
### Motivation #### Description This feature would add a minimum voting threshold to proposals. That is a minimum amount of votes would have to be cast on a proposal for...
### Motivation #### Description This feature would allow governance token holder to deposit their tokens in the DAO contract and vote on any number of proposals, instead of just 1....
### Motivation #### Description This feature would remove the acceptance percentage from the DAO contract. In its place we will simply check which selection has the majority of the votes....
### Motivation The current implementation of the DAO smart contract is very barebones and lacks some quality of life features. Feel free to comment any suggestions or ideas! - [...
### Motivation #### Description This improvement would allow users to create entire DAOs rather than just proposals (proposals could be created from each created DAO). #### Motivation This would allow...
### Motivation #### Description Currently users can only vote on one proposal at a time. This improvement would allow users to vote on any number of active proposals at once....
### Motivation #### Description Currently users can only vote if a proposal should be executed or not. However, users should be allowed to vote on a selection of options. ####...
We implemented a workaround a while back which has since been fixed in the ts sdk [here](https://github.com/FuelLabs/fuels-wallet/blob/30a6938fbed5db9d3c803548ac251db7113a3802/packages/app/src/systems/Transaction/services/transaction.tsx#L167) is our workaround code which I believe we can replace with `getTransactionSummary`.