forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The proposer contract is different from the batcher in the sense that the data lives as a part of the smart contract rather than calldata.
To fix this, we'd need to replace the proposer read code to read off the calldata like with batcher in DataFromEVMTransaction or find a workaround.
Until this is fixed, we temporarily restore writing the intermediate state roots to ethereum as we were doing before the rebase to the latest develop.
jcstein
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request