Proposal Key Aspects
- Receiver Entity: Celo Governance
- Status: [DRAFT]
- Title: Reduce Validator and Group de-registration duration
- Author(s): Aaron Boyd
- Type of Request: Parameter Changes
- Funding Request: N/A
- Reduce validator deregister duration from 5184000 seconds (60 days), to 86400 (1 day)
- Reduce group deregister duration from 15552000 (180 days), to 172800 (2 days)
- There will be no change to the locked gold requirements (10000000000000000000000 wei)
Moving into the L2, there is no need to have a multi-month cool down delay on validator and group deregistration since consensus is no longer in danger. Additionally, those who do not wish to run L2 RPC nodes for rewards can exit their locked CELO permissions without delay.
Proposal not to be executed before the L2 migration, and can be tested on Alfajores now, Baklava after the 20th February, and Mainnet (TBD).
[
{
"contract": "Validators",
"function": "setGroupLockedGoldRequirements",
"args": [
"10000000000000000000000",
"172800"
],
"value": "0"
},
{
"contract": "Validators",
"function": "setValidatorLockedGoldRequirements",
"args": [
"10000000000000000000000",
"86400"
],
"value": "0"
}
]
N/A
Community discussion.
To be submitted on chain as soon as the off-chain governance process finishes.
N/A
N/A
N/A
N/A