-
Notifications
You must be signed in to change notification settings - Fork 6
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
Test that compressed contract bundles are less than 1MB #36
Comments
2 tasks
0xpatrickdev
added a commit
that referenced
this issue
Jan 24, 2024
0xpatrickdev
added a commit
that referenced
this issue
Jan 25, 2024
0xpatrickdev
added a commit
that referenced
this issue
Jan 25, 2024
0xpatrickdev
added a commit
that referenced
this issue
Jan 25, 2024
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The chain sdk has limitations on a tx message size - approx 1MB. See: Agoric/agoric-sdk#7501.
We should add a test that ensures compressed versions of the generated bundles do not exceed 1MB. Suggested: #34 (comment)
See here for an example of how to compress a bundle: https://github.com/DCFoundation/cosmos-proposal-builder/blob/84318e05322ed46653dbdd6634d0f9f1f304e180/src/lib/compression.ts#L27-L38
And here for a filepath for generated bundles from ci: https://github.com/Agoric/dapp-offer-up/actions/runs/7403614239/job/20143726617#step:6:24
The text was updated successfully, but these errors were encountered: