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

Make Wasm maxSize a configuration option #289

Closed
webmaster128 opened this issue Oct 12, 2020 · 0 comments · Fixed by #302
Closed

Make Wasm maxSize a configuration option #289

webmaster128 opened this issue Oct 12, 2020 · 0 comments · Fixed by #302
Milestone

Comments

@webmaster128
Copy link
Member

Right now we have a constant Wasm size limit at https://github.com/CosmWasm/wasmd/blob/v0.11.1/x/wasm/internal/keeper/ioutil.go#L15-L16, and there is the desire to change its value.

I think this value should be configurable when using x/wasm and not be fixed.

Increasing the value to 600 KB in wasmd would be nice as well since the random beacon contract is about 500 KB big.

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

Successfully merging a pull request may close this issue.

1 participant