JoinSEEDS / seeds-smart-contracts

Smart contracts for SEEDS - A Regenerative Civilization Building Game.
https://docs.google.com/document/d/1C4w9Ol8VGabCIcQDVPDrwcTRoJXBqhrb7VjslwQbUGU/edit#heading=h.6f4sxygso816
MIT License
20 stars 6 forks source link

dao.seeds allow voice scopes being added or removed #395 #403

Closed tlacloc closed 2 years ago

tlacloc commented 2 years ago

Fix #395

Actions added

Actions updated

Changes made: updatevoice now updates all voices or just a one. updatevoices small change because it calls updatevoice. deletescope deletes all voice values from all users for a given proposal scope contained in scopes vector. addvoice add all voice values from all users, with its respective value (decay calculated) for a given proposal scope contained in scopes vector.

Contracts to be deployed:

Other considerations: