tezos-commons / baseDAO

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

Change the suggested voting period in the Makefile from 11 seconds to days #205

Closed pasqu4le closed 3 years ago

pasqu4le commented 3 years ago

Clarification and motivation

In the Makefile we have a default voting period of 11n, since this value is in seconds, this is too low for a realistic use.

We should modify it to last a few days, probably 11 days would be a decent value.

Additionally, we should better document that "seconds" is the unit used here.

Acceptance criteria

The default voting period length lasts at least a few days, the spec document clarifies that voting_period is a value expressed in seconds.