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

Withdrawal Requests Contract system tx update differs from Geth #7289

Closed
marioevz opened this issue Jul 2, 2024 · 4 comments
Closed

Withdrawal Requests Contract system tx update differs from Geth #7289

marioevz opened this issue Jul 2, 2024 · 4 comments

Comments

@marioevz
Copy link

marioevz commented Jul 2, 2024

Description

EIP-7002 system tx execution at the end of the block's transaction processing differs from Geth, and causes a state root mismatch.

Issue can be reproduced on main branch with the the following script: https://gist.github.com/marioevz/3de5acdff946861722a1be41f15f1a2a

On geth's evm tool output, in the withdrawal requests contract address, we can see the extra two keys set as:

"0x0000000000000000000000000000000000000000000000000000000000000000": "0x000000000000000000000000000000000000000000000000000000000000001e",
"0x0000000000000000000000000000000000000000000000000000000000000002": "0x0000000000000000000000000000000000000000000000000000000000000010",

Whereas these keys are missing from besu's output.

@jframe
Copy link
Contributor

jframe commented Jul 9, 2024

@Gabriel-Trintinalia Is this fixed with the changes to use the system contract?

@Gabriel-Trintinalia
Copy link
Contributor

yes, it should be

@non-fungible-nelson
Copy link
Contributor

@Gabriel-Trintinalia - should we close? is the PR merged

@Gabriel-Trintinalia
Copy link
Contributor

closed by #7263

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

4 participants