You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test all code paths for l2 withdrawals storage root feature in kurtosis, the storage of the pre-deploy L2ToL1MessagePasser.sol needs to change at runtime. Specifically it needs to change as an outcome from executing transactions. Currently ethpandaops optimism-package only randomises the trie before starting the network.
Describe the feature
To test all code paths for l2 withdrawals storage root feature in kurtosis, the storage of the pre-deploy
L2ToL1MessagePasser.sol
needs to change at runtime. Specifically it needs to change as an outcome from executing transactions. Currently ethpandaops optimism-package only randomises the trie before starting the network.Example L2 withdrawal transaction sent to
L2ToL1MessagePasser.sol
(address0x4200..0016
) which updates its storage:https://optimistic.etherscan.io/tx/0xe210005267ed2a8ff0d3231565ada0c0ad805aeb5524984325b142a4f7bbb697
Note: preceding
Approve
tx is pre-req for L2 withdrawal tx to execute.Additional context
No response
The text was updated successfully, but these errors were encountered: