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

feat: increase CosmWasm contract size for default 800kb to 1.6 MB like in Neutron 2.0 release #281

Closed
dzmitry-lahoda opened this issue Dec 12, 2023 · 1 comment
Assignees

Comments

@dzmitry-lahoda
Copy link
Contributor

Problem is that I am trying to add innocent code to cvm contract and get over default limit 819200 bytes. Neutron increased the size in release to 1.6MB (2x)

image

image

That makes code to be 824K which is over limit.

As you can see not a lot of changes. I observer than sometimes removing code, like some dependency may increase size of wasm. So hardly predictable.

Improvement blocked by:

  • Astroport/Osmosis - they depend on tenderint-rs
  • ibc-rs, also I use only app types, they use tenderimnt-rs time, may be of different version
  • still on forks, leading to duplication of code

So cannot fix fast.

@dzmitry-lahoda
Copy link
Contributor Author

merged

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