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

[3.2] Update, Replace, and Check Validity of WASM files in mandel #736

Merged
merged 4 commits into from
Aug 3, 2022

Conversation

ClaytonCalabrese
Copy link
Contributor

Using an installed CDT and the build option -DEOSIO_COMPILE_TEST_CONTRACTS=true, I have regenerated the wasm and abi files in mandel. This was necessary because some contracts had been updated without doing wasm and abi generation, meaning they weren't properly being represented in their current form. Additionally, this brings back the wasm bloat fix from lld which will shrink some of the wasm files.

Some tests were failing as a result of wasm being updated, so I have fixed those tests.

Resolves #782

@ClaytonCalabrese ClaytonCalabrese added 3.2 Candidate OCI OCI working this issue... labels Aug 2, 2022
@ClaytonCalabrese ClaytonCalabrese self-assigned this Aug 2, 2022
@ClaytonCalabrese ClaytonCalabrese merged commit d2d7996 into main Aug 3, 2022
@heifner heifner deleted the build_and_replace_wasm branch August 8, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.2 Candidate OCI OCI working this issue...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update, Replace, and Check Validity of WASM files in mandel
3 participants