Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: fix blob index assumption #11116

Open
LHerskind opened this issue Jan 9, 2025 · 0 comments
Open

refactor: fix blob index assumption #11116

LHerskind opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@LHerskind
Copy link
Contributor

Currently there is an assumption around the indexes of blobs when they are submitted.

public async sendBlobsToBlobSink(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 fine
    if (!this.blobSinkUrl) {
      this.log.verbose('No blob sink url configured');
      return false;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants