-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider adding evidence parameters to the paramfilter #2418
Comments
cc @adlerjohn and @liamsi simlar to our latest last minute change, while technically consensus breaking if no one successfully changes these values in governance we should be clear to update by simply upgrading |
I'm still investigating if governance can modify any of these 3 params but it doesn't look like it.
|
The evidence parameters are a subset of the consensus parameters. cosmos/cosmos-sdk#6197 and cosmos/cosmos-sdk#5952 leads me to think that consensus parameters are modifiable through Update: created cosmos/cosmos-sdk#17630 |
Update: we're not including this in the v1.x release of celestia-app. We do intend on including it in a subsequent breaking change. |
I'm not sure why the OP calls out those 3 params. IMO all the params that are currently governance modifiable should be made governance unmodifiable. Instead we should determine the values for those params off-chain via rough consensus and then update them (if necessary) via hard-forks. |
Update: moving any param from governance modifiable to unmodifiable requires a CIP. CIP-16 proposes making the two evidence params gov unmodifiable so I think we can close this issue as won't do until that CIP has reached Final status. |
We've noticed that there are potentially 3 values that are currently modifiable via token voting that we might not want to be changed. These are the two evidence paramters,
evidence.MaxAgeNumBlocks
andevidence.MaxAgeDuration
, along with the mint module'smint.BondDenom
(the denomination sent to the distribution module's account)The text was updated successfully, but these errors were encountered: