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 limit of wasm contracts #ntrn-107 #320

Merged
merged 2 commits into from Oct 10, 2023

Conversation

NeverHappened
Copy link
Contributor

@NeverHappened NeverHappened commented Sep 27, 2023

https://hadronlabs.atlassian.net/browse/NTRN-107
Increased maximum allowed size of cosmwasm contract to 3mb.
Should be fine since we still taking gas from deploy.
Also there is nothing that stops users from deploying many contracts if they want to spam us with contract storage, so there is no reason to make it smaller.

It works. Tried with unoptimized contract with smaller limit, get:
uncompress wasm archive: max 716800 bytes: exceeds limit: create wasm contract failed"

@NeverHappened NeverHappened self-assigned this Sep 27, 2023
@NeverHappened NeverHappened changed the base branch from main to update-sdk47 September 27, 2023 15:33
@NeverHappened NeverHappened force-pushed the feat/increase-limit-of-wasm-contracts branch from 4f2c9d8 to f45c370 Compare September 28, 2023 11:37
@NeverHappened NeverHappened changed the base branch from update-sdk47 to upd/wasmd-v0.42.0 September 28, 2023 11:37
@NeverHappened NeverHappened changed the base branch from upd/wasmd-v0.42.0 to update-sdk47 September 29, 2023 10:33
@NeverHappened NeverHappened force-pushed the feat/increase-limit-of-wasm-contracts branch from f45c370 to ae6d38e Compare September 29, 2023 10:33
@pr0n00gler pr0n00gler merged commit 8fff975 into update-sdk47 Oct 10, 2023
9 of 10 checks passed
@pr0n00gler pr0n00gler deleted the feat/increase-limit-of-wasm-contracts branch May 9, 2024 18:14
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 this pull request may close these issues.

None yet

3 participants