delvtech / council-kit

A monorepo of apps and packages for the Council governance protocol.
https://council.delv.tech
GNU Affero General Public License v3.0
27 stars 22 forks source link

Add tooltips to proposal statuses and fix isExecutable method in SDK #257

Closed ryangoree closed 1 year ago

ryangoree commented 1 year ago

Commits for the story.

Proposal.getIsExecutable wasn't checking if the proposal had more yes votes than no votes, so I also fixed that.