Skip to content
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

Control of max_gas and max_bytes #97

Open
haasted opened this issue Jul 6, 2021 · 1 comment
Open

Control of max_gas and max_bytes #97

haasted opened this issue Jul 6, 2021 · 1 comment
Assignees
Milestone

Comments

@haasted
Copy link
Collaborator

haasted commented Jul 6, 2021

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

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.

@haasted haasted added this to the Stargate milestone Jul 6, 2021
@blewater
Copy link
Contributor

blewater commented Jul 28, 2021

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.

@haasted haasted self-assigned this Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants