Skip to content

Conversation

@GarmashAlex
Copy link
Contributor

Removed the unused count parameter from sendBlobsSidecar and its call sites. The value computed in the range path (count * MaxBlobsPerBlock) was misleading because the sentinel enforces a hard cap of 72 blob sidecars per request and the protocol is streamed. The client reads until EOF without count-based validation, so the parameter had no effect. This change simplifies the API without altering behavior.

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

Successfully merging this pull request may close these issues.

1 participant