Proposal
This is a proposal to change max_proposal_period
parameter to 260
.
The Rust code used to make the wasm is here: https://github.com/Luminara-Hub/govproposals/blob/main/testnet_max_proposal_period.rs
@brentstone has reviewed this code, @spork.Knowable has tested it locally. Now we are testing the parameter change on the Housefire testnet: https://explorer75.org/namada-housefire/proposals/23
Context
At the beginning of this week, I started a discussion post about updating the max_proposal_period parameter to 260.
Luminara committed to making a PGF proposal for the latest Donor Drop allocations that waits a 60-day grace period before executing and distributing the allocations, but max_proposal_period
is 84 epochs (21 days), and 260 (65 days) are needed. We (Knowable) would like to increase max_proposal_period
to 260
–not just to fulfill Luminara’s commitment, but 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 in an up-front governance proposal, while having more control over delaying the proposal execution timing.
Potential issue
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
There have been no concerns from the folks in the Validator Circle, the replies on the forum post, and in messages with @brentstone and @cwgoes from Heliax.