tezos-commons / baseDAO

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

[#212] Remove set voting period #222

Closed sras closed 3 years ago

sras commented 3 years ago

Description

Problem: We have to remove 'set_voting_period' entrypoint from the contract interface.

Solution: Remove the entrypoint, and update storage to remove the 'min_voting_period' and 'max_voting_period' values from configuration. Also moves 'voting_period' configuration to the config section of storage. The Makefile is also updated to remove reference to voting_period limits. Also updates documentation.

Related issue(s)

Resolves #212

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)