-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add "ConsensusParams" to baseapp #1007
Comments
Does |
It only over-rides the non-nil fields in ConsensusParamUpdates. See https://github.com/tendermint/tendermint/blob/v0.25.0/types/params.go#L104. This means if it wants to eg update the BlockSize.MaxGas, it has to fill out the full BlockSize, so the MaxBytes and the MaxGas. Should we consider changing this behaviour? In any case I don't think this is properly documented Tendermint side! |
Should this be in the paramStore instead? Or is |
We have params both in the base app and the context |
Ref #963 (comment)
Also ensure
MaxGasPerTx
is enforced bybaseapp
.The text was updated successfully, but these errors were encountered: