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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: