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
ChainManager's locked_blobs -> This one might have published and read blobs, so we need to implement a custom way of returning the locked blobs: maybe sending the blobs one by one and the caller can aggregate them. This could technically also be solved by streaming the blobs as the response.
We could technically do request_locked_blobs and calculate how many we can request at once based on the current blob size limit and gRPC message size limit 🤔 so we minimize the amount of chain info queries we do
#2220 (comment)
The text was updated successfully, but these errors were encountered: