-
Notifications
You must be signed in to change notification settings - Fork 172
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
v19: Enforce Validator's Max 24 Hour Change Rate To 5% #875
Conversation
…hange-rate Merge main into max-change-rate
I wrote some Ante example test here in another repo: https://github.com/strangelove-ventures/poa/blob/399274a6c80a595f539826ff25ea64482774ef2a/ante/ante_test.go the setBlockHeader(...) func could be modified with a set time as well. or just increase it 50k blocks every unit test |
…oel/max-change-rate
This is going to continue as planned to v19 since it requires an Upgrade Handler to
Blocked until v18 is on mainnet & I ship v19 namespace |
This can be resumed once #906 gets in |
Closes #819