-
Notifications
You must be signed in to change notification settings - Fork 302
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
Cancun: missing EIP-6780 #740
Comments
We don't have this precompile implemented so if it is called the result will be incorrect. |
|
And anyway, the code just does a |
So, I'd say this most likely concerns https://eips.ethereum.org/EIPS/eip-6780 |
The account
In post-state:
SO, in geth it seems to be totally untouched |
Yeah, if I remove EIP-6780 from geth, I also get the same stateroot, |
I'm sorry. I ignored it too early. We only recently added full Cancun support (without the 4844 precompile) and I'm preparing the release. The Thanks for testing. |
This seems to work now, feel free to close it.
|
Yes, because 4844 point evaluation precompile is not implemented. Although the gas cost is. So I guess it will work correctly unless you provide it a valid input. |
Yeah 😆 ! |
Cancun stateroot wrong when sending funds to account 0xb. Most likely due to 0xb being the location of a new precompile.
testfile ´./evmone-statetest --trace /tmp/00000016-mixed-1.json´
However, it's already existant in the pre alloc
"0x000000000000000000000000000000000000000b":{"code":"0x","storage":{},"balance":"0x1","nonce":"0x0"}
The text was updated successfully, but these errors were encountered: