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

Define a way to apply "carry patches" on top of the current base version of libevm #25

Open
darioush opened this issue Sep 13, 2024 · 0 comments

Comments

@darioush
Copy link
Collaborator

Rationale

It's possible that some modifications (Esp bug fixes) should be applied before we can bump the libevm base version.
This could be because the patch is not accepted in master yet, was rejected from upstream, or has been accepted in upstream but libevm has not updated the base version yet.

It should be clear when the patch can be removed, etc.

Implementation

For a first one, this fixes some ptr referencing in the chain config compatibility error, which is relied upon in subnet-evm tests ethereum#29514

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

No branches or pull requests

1 participant