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
Currently there is an assumption around the indexes of blobs when they are submitted.
publicasyncsendBlobsToBlobSink(blockHash: string,blobs: Blob[]): Promise<boolean>{// TODO(md): for now we are assuming the indexes of the blobs will be 0, 1, 2// When in reality they will not, but for testing purposes this is fineif(!this.blobSinkUrl){this.log.verbose('No blob sink url configured');returnfalse;}
The text was updated successfully, but these errors were encountered:
Currently there is an assumption around the indexes of blobs when they are submitted.
The text was updated successfully, but these errors were encountered: