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

Upgrade evmc and evmone libraries #233

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

AlexRamRam
Copy link
Contributor

evmc is upgraded from v10.0.0-alpha.3 to v10.0.0. and evmone is correspondingly upgraded to v0.9.1.

Note that it is difficult (or not possible) to upgrade to higher versions without upgrading the system build to c++20. See notes in configure.sh

Fixes #231: This fixes the build issue mentioned in #231

evmc is upgraded from v10.0.0-alpha.3 to v10.0.0. and evmone is
correspondingly upgraded to v0.9.1.

Note that it is difficult (or not possible) to upgrade further without
upgrading the system build to c++20. See notes in configure.sh

Fix mit-dci#231: This fixes the build issue mentioned in mit-dci#231

Signed-off-by: Alexander Jung <[email protected]>
@HalosGhost
Copy link
Collaborator

utACK. Will test shortly!

Copy link
Collaborator

@maurermi maurermi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T-ACK, bump of evmc and evmone to newer versions looks successful. Tested this on Ubuntu, passes test suite and was able to complete the tasks outlined in the parsec_user_guide.

Thanks for taking care of this.

@HalosGhost HalosGhost merged commit c372641 into mit-dci:trunk Sep 22, 2023
6 checks passed
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.

Bump EVMC library to latest
3 participants