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
Some of the propose functions that exists in the Rollup deserve death. As we are moving towards blobs, we might as well reject the case where body is not provided as part of the proposal. Also, we can get rid of the case where no signatures are provided since that is trivial to handle at the typescript caller and should not pollute the contracts.
The text was updated successfully, but these errors were encountered:
Some of the
propose
functions that exists in theRollup
deserve death. As we are moving towards blobs, we might as well reject the case where body is not provided as part of the proposal. Also, we can get rid of the case where no signatures are provided since that is trivial to handle at the typescript caller and should not pollute the contracts.The text was updated successfully, but these errors were encountered: