-
Notifications
You must be signed in to change notification settings - Fork 412
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
Move constants to params #202
Comments
Great ideas. Use the current constants as defaults and allow governance to adjust it. |
Note: I will have to implement CosmWasm/wasmvm#122 before it is safe to change GasMultiplier. Let's wait on this until I update go-cosmwasm |
We have closed the PR and postpone this feature |
This is related to #809 We need some of these values in the stateless ValidateBasic functions. That will make usage of Params impossible. As a first step, I would propose pulling them into module-level |
I think we can close this and build a solution with #813. |
See https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies and https://golang.org/doc/go1.13#go-command for more information. This does not replace the reproducible build infrastructure still it should enable users to generate locally reproducible builds.
Closing this now as this was done with the gas register. MaxLabelSize, MaxWasmSize, MaxProposalWasmSize are vars in |
Summary
We have a couple of hard coded values that could be moved into params so that we can update them without deployment.
An incomplete list:
...
For Admin Use
The text was updated successfully, but these errors were encountered: