c-layer / contracts

C-Layer Ethereum monorepo
MIT License
73 stars 14 forks source link

Voting contract should allow weight votes based on token hold by participants. #24

Closed sirhill closed 3 years ago

sirhill commented 4 years ago

The existing TokenizedVoting is using the Proof mecanism.

It is to be seen if ProofOfOwnershipDelegate should be reintroduce or new mecanisms provided to access the token owned by an address/user. In particular, a Stacking strategy may be used instead. Tokens are then locked into the voting contract and can only be recovered between votes. Should rewards or incentives be added ?

Once impacts are identified and validated, this issue needs to be splited into smaller implementable issues.

sirhill commented 4 years ago

The choice was made to lock the tokens during the voting period for now.

sirhill commented 3 years ago

Implemented part of the release 1.2