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

allow the dev&test synchronous EOS VM OC mode without adjusting a compile time option #1128

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

spoonincode
Copy link
Member

@spoonincode spoonincode commented Jan 27, 2025

Synchronous EOS VM OC mode is only for development & testing use, but gating it behind a compile time option means automated testing systems (like chicken dance) can't simply just pull a built binary from CI and use this mode. Now allow synchronous EOS VM OC via wasm-runtime=eos-vm-oc-forced (will also need to set eos-vm-oc-enable=off). This eos-vm-oc-forced choice isn't documented anywhere and it's unlikely any normal user would stumble on it. Closes #1114

@spoonincode spoonincode merged commit ba397c6 into main Jan 27, 2025
36 checks passed
@spoonincode spoonincode deleted the syncoc_nocompileopt branch January 27, 2025 20:52
@ericpassmore
Copy link
Contributor

Note:start
category: Other
component: Internal
summary: Allow synchronous EOS VM OC intended for development and testing.
Note:end

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.

don't gate synchronous OC mode behind a compile-time option
4 participants