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 more closely mirror sequencer behavior, we should be simulating interop tx WHILE building the block. The block builder should apply those changes on the "pending" block.
Meaning the debug_traceCall should happen at "pending" block, not "latest".
few considerations here
do we want to add a custom delay to replicate a chain's willingness to accept message at "safe" "cross-unsafe" etc. - in that case for those should have custom intervals
debug_traceCall on anvil doesn't support block overrides yet - this is one way to do timestamp / block checks on pending
we should check if "pending" tag works when calling debug_traceCall
The text was updated successfully, but these errors were encountered:
to more closely mirror sequencer behavior, we should be simulating interop tx WHILE building the block. The block builder should apply those changes on the "pending" block.
Meaning the debug_traceCall should happen at "pending" block, not "latest".
few considerations here
The text was updated successfully, but these errors were encountered: