-
Notifications
You must be signed in to change notification settings - Fork 57
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
Revert code copy elimination #53
Comments
s-medvedev
added a commit
that referenced
this issue
Jun 15, 2021
arkadyone
pushed a commit
to arkadyone/neon-evm
that referenced
this issue
Nov 25, 2022
Anazarov docs
BoogVAr
pushed a commit
that referenced
this issue
May 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem: Code copy elimination breaks the behavior of the emulator in unexpected situations. The problem is in the implementation, which assumes a rigid arrangement of data in memory.
Solution: Revert code copy elimination.
Possible impact: Contract will take more heap for execution. In any case, we will be within the limits of the testnet.
Reverted PR: neonlabsorg/evm#15 and neonlabsorg/solana-program-library#212
The text was updated successfully, but these errors were encountered: