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
sequenced tx and executed tx are persisted by two atomic writes, when sequenced tx written but executed tx not, we have to re-execute it on startup for local transaction store.
But for L1Block tx, we only keep block meta but not body on local disk. So we have to find a way to pass L1 Block data.
Approach:
When we meet the startup error caused by lacking L1Block tx, we could make it on local. Processor could load these local data to re-execute L1 Block tx.
The text was updated successfully, but these errors were encountered:
Proposal Details
Background:
sequenced tx and executed tx are persisted by two atomic writes, when sequenced tx written but executed tx not, we have to re-execute it on startup for local transaction store.
But for L1Block tx, we only keep block meta but not body on local disk. So we have to find a way to pass L1 Block data.
Approach:
When we meet the startup error caused by lacking L1Block tx, we could make it on local. Processor could load these local data to re-execute L1 Block tx.
The text was updated successfully, but these errors were encountered: