Replaces l2-execution-witness with l2-payload-witness. Currently the encoding is a bit weird for this hint as it's much larger than other hints.
l2-execution-witness does not cover the case of transactions that are invalid, but still posted on L1. We need to execute these transactions up until the point of failure.
I would propose we just switch all hint encoding to use JSON instead if this encoding is too weird.
Description
Replaces
l2-execution-witness
withl2-payload-witness
. Currently the encoding is a bit weird for this hint as it's much larger than other hints.l2-execution-witness
does not cover the case of transactions that are invalid, but still posted on L1. We need to execute these transactions up until the point of failure.I would propose we just switch all hint encoding to use JSON instead if this encoding is too weird.