tezos-commons / baseDAO

BaseDAO - a generic smart contract framework for DAOs on Tezos
57 stars 15 forks source link

Stabilize the contract and make a new release #233

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

After more recent changes in the contract the logic of the contract is fairly different from the last release.

We should make a new BYO-centered one, but before doing that we need to check if:

  1. there are no leftovers (in code and storage) from previous changes
  2. there are changes that don't alter the logic, but optimize it
  3. there are changes that do alter the logic, but should be (re-)considered
  4. everything is properly covered by tests
  5. the documentation is correct and the usage is as comfortable as possible

Acceptance criteria