We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Osmosis recently had a governance proposal to change the max_gas and max_bytes parameters, in order to allow for more transactions and bigger blocks : https://wallet.keplr.app/#/osmosis/governance?detailId=4
max_gas
max_bytes
This chain does not use the governance module, so we need to look into alternative ways to be able to control parameters such as these.
Also, we should look into having defaults that resemble the ones chosen by the Osmosis chain.
The text was updated successfully, but these errors were encountered:
They have included the governance module to manage parameters github.com/osmosis-labs/osmosis/app.go#L355 but didn't see in practice whether they use it. With our upgrade work and the upcoming v0.43 in-place store migrations https://docs.cosmos.network/master/core/upgrade.html we should be able to achieve that.
Sorry, something went wrong.
haasted
No branches or pull requests
Osmosis recently had a governance proposal to change the
max_gas
andmax_bytes
parameters, in order to allow for more transactions and bigger blocks : https://wallet.keplr.app/#/osmosis/governance?detailId=4This chain does not use the governance module, so we need to look into alternative ways to be able to control parameters such as these.
Also, we should look into having defaults that resemble the ones chosen by the Osmosis chain.
The text was updated successfully, but these errors were encountered: