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
Today we only have an interface(should we move it to the main protocol folder?) for delayed publications(a.k.a forced transactions), which is a requirement for Stage1 since the stack will have preconfs.
Some requirements(not exhaustive)
For now we will support blobs only(no calldata)
Delayed publications should pay a higher fee than regular publications(since they can be potentially more expensive to prove)
Proposers are forced to include delayed publications when they publish their next publication(they are posted as a separate publication after the proposers' publication)
Each rollup can have a different deadline for their delayed publications
The text was updated successfully, but these errors were encountered:
Today we only have an interface(should we move it to the main protocol folder?) for delayed publications(a.k.a forced transactions), which is a requirement for Stage1 since the stack will have preconfs.
Some requirements(not exhaustive)
The text was updated successfully, but these errors were encountered: