DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Self Veto #809

Open calabiyau87 opened 3 months ago

calabiyau87 commented 3 months ago

Recently a DAO I'm a part of had a proposal to execute a vesting contract. The prop was published and was about to pass when it was discovered that there was an error in the JSON messaging. We had re-vote turned off because we want the ability execute early if we get majority vote, but doesn't let us change in this circumstance where an issue was found. It was decided to let it pass and leave it permanently open for execution. It was accidentally executed. Fortunately the mistake proved to not be that big of an issue, but it could have been.

I propose a feature whereby a DAO upon discovering an error with a prop can post a new prop to self-veto the prop with the error effectively closing it and making it such that it can't be executed.