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
For the system transaction BitcoinLightClient::setBlockInfo, we'll need to inspect it and make sure the fields are set to the values that come from the full node, a.k.a. ShortFormProofDaInfo from #1772. But this should be passed only when there is such a system transaction.
I don't want to have the full node or the batch proof circuit inspect evm txs everytime they run an L2 block, so there must be some mechanism that we can create inside the StfBlueprint so that we can ask for the ShortFormProofDaInfo .
The text was updated successfully, but these errors were encountered:
For the system transaction
BitcoinLightClient::setBlockInfo
, we'll need to inspect it and make sure the fields are set to the values that come from the full node, a.k.a.ShortFormProofDaInfo
from #1772. But this should be passed only when there is such a system transaction.I don't want to have the full node or the batch proof circuit inspect evm txs everytime they run an L2 block, so there must be some mechanism that we can create inside the
StfBlueprint
so that we can ask for theShortFormProofDaInfo
.The text was updated successfully, but these errors were encountered: