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

Handle Wasm contract size increase #217

Open
ljoss17 opened this issue Jan 21, 2025 · 0 comments
Open

Handle Wasm contract size increase #217

ljoss17 opened this issue Jan 21, 2025 · 0 comments

Comments

@ljoss17
Copy link
Contributor

ljoss17 commented Jan 21, 2025

The Wasm contract uploaded on Osmosis has a maximum allowed size. Due to the maximum size being a fixed value, https://github.com/osmosis-labs/osmosis/blob/v27.0.1/cmd/osmosisd/cmd/root.go#L685-L690, increasing the size of the contract might cause a failure during the contract upload.
For example, adding dependencies can increase the size of the contract.

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

1 participant