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
We have l1 block number in an L2 block and the value does not get serialized with the block and it's only used in archiver to know up to which L1 block the archiver synced. This is a terrible antipattern as it's cluttering the code and you can simply store the value in the archive store individually.
The text was updated successfully, but these errors were encountered:
We have l1 block number in an L2 block and the value does not get serialized with the block and it's only used in archiver to know up to which L1 block the archiver synced. This is a terrible antipattern as it's cluttering the code and you can simply store the value in the archive store individually.
The text was updated successfully, but these errors were encountered: