tl;dr max_proposal_period
is 84
epochs, and we want to change that to 260
epochs
Context
We committed to making a PGF proposal for the latest Donor Drop allocations that waits 60 days before the the tokens are distributed, but max_proposal_period
is 84 epochs (21 days). We’d like to discuss increasing max_proposal_period
to 260
–not just for our commitment, but ideally for the betterment of Namada at large.
History
When Knowable proposed the mainnet parameters, we chose 84 epochs (21 days) because that’s the longest we could imagine the community needing for a governance proposal. We hadn’t anticipated that there could be novel ways of using enactment delays to distribute PGF.
The benefit of increasing this parameter is that we could make a commitment up-front, while having more control over proposal execution timing.
Potential issues
- someone could make a governance proposal with a very long voting period
- this seems unlikely–at least until it’s worth 2000 NAM to advertise something using a governance proposal
- a future solution could be a new
max_proposal_voting_period
parameter to complement the existingmin_proposal_voting_period
, and then we could constrain the voting period without constraining the enactment delay
- could this create a complication? eg. if a hard fork happened while a proposal is queued to execute @brentstone