-
Notifications
You must be signed in to change notification settings - Fork 411
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
Update to wasmvm 2.2.0-rc.1 #2009
Conversation
I get the same error when building wasmd for v2.1.3 if I repetitively run tests with v2.1.2 I get
when just repetetively running the tests |
Clearing the cache might fix the strange build issue. Overall, I recommend moving to github actions. What was in v2.1.3? cause phew Please note well that tests still fail intermittently with v2.1.3. I notice that you are not updating this repository to v2.1.3: is v2.2.0 the actual patch, but (more) state breaking? My opinion is that running the tests ten times, should still produce a pass, but that's just not the case. |
Hey, the problems with the gas related test in WasmD are currently discussed, the test cases were already updated here: #2012. The only problem with updating wasmvm in wasmd is lack of libwasm.so library in the produced wasmvm 2.2.0-rc.1. |
nah, this isn't that. Take the main branch and run the test 20 times. You will get a pointer error. Make no code changes to the main branch. |
Closing here, since this was superseded by #2012 |
Gas changes are because of the patch releases that happened in between 2.1.2 and 2.2.0, not because of 2.2 itself.