tezos-commons / baseDAO

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

Remove the `burn` entrypoint #209

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

The motivation for this issues are specular to the ones for mint, see #208

Tl;dr: admin should not be able to use burn at any time and it's use can be replaced by using the right ledger at origination.

Acceptance criteria

The burn entrypoint` is no longer part of the contract.