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

Merge changes from AntelopeIO #9

Merged
merged 54 commits into from
Sep 14, 2023
Merged

Merge changes from AntelopeIO #9

merged 54 commits into from
Sep 14, 2023

Conversation

arhag and others added 30 commits August 10, 2022 18:15
Change eosnetworkfoundation/mandel-eos-vm to AntelopeIO/eos-vm in eos-vm submodule
Remove EOSIO references; delete CONTRIBUTING.md and IMPORTANT.md
…,uint32_t)`) results in a "statement has no effect [-Werror=unused-value]" warning. Dissable `unused-value` for this function.
In C++20, a struct with a declared constructor is not an aggregate anymore, so attempts to construct
these with initializer_lists throughout the code fail.
Remove unneeded declared constructor.
[3.x] EOS VM memory issues fix
[3.x -> 4.0] EOS-VM: merge memory issue fix from release/3.x
[4.0 -> main] EOS-VM: merge memory issue fix from release/4.0
store wasm globals in execution context such that a single parsed module can be shared by multiple threads
linh2931 and others added 24 commits August 7, 2023 16:24
Use a single execution context per wasm interface (per thread) instead of per contract
@James-Mart
Copy link
Member

James-Mart commented Sep 14, 2023

Further reading on what these eos-vm changes enable can be found here.
@swatanabe any additional details to provide about the intent of this pr?

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.

7 participants