We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue: In case when length of oneBlocksAboveLibRef array is 0, index out of range is emitted in:
bstream/hub/hub.go
Line 293 in 5539724
Solution: Add length check for oneBlocksAboveLibRef and return error instead of panicking.
The text was updated successfully, but these errors were encountered:
fix: check oneBlocksAboveLibRef arrays length and throw error if length
1efa5a3
is 0, fixes issue streamingfast#38
Sorry, something went wrong.
No branches or pull requests
Issue:
In case when length of oneBlocksAboveLibRef array is 0, index out of range is emitted in:
bstream/hub/hub.go
Line 293 in 5539724
Solution:
Add length check for oneBlocksAboveLibRef and return error instead of panicking.
The text was updated successfully, but these errors were encountered: