zkevm-circuits icon indicating copy to clipboard operation
zkevm-circuits copied to clipboard

MPT fails with mainnet test with block 18363441

Open miha-stopar opened this issue 1 year ago • 0 comments

Describe the bug

The first issues with block were addressed by issue https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/1738 and PR https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/1756. Still, some problems remain.

The first detected problem is the failure of SetStateObjectIfExists in statedb.go when the last returned proof element is an extension node (instead of a branch). The second detected problem is related to modified extension node.

miha-stopar avatar Apr 19 '24 10:04 miha-stopar