-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
needs discussionThis issue still needs discussion before implementingThis issue still needs discussion before implementing
Description
One of the ideas of the BlobRefRegistry contract was to serve as a common piece of infrastructure where blob hashes are validated and registered. If used by multiple rollups, this can save some gas and simplify their code. But whoever calls registerRef has to pay the SSTORE cost. Because of that, in our current version of the rollup we are not using this functionality, we are directly calling getRef to validate the blobs and return a reference.
If this continues to be the case, then it maybe makes more sense to simplify the implementation and convert the functionalities we are using into a library or just embed the logic into the contracts
Metadata
Metadata
Assignees
Labels
needs discussionThis issue still needs discussion before implementingThis issue still needs discussion before implementing