Skip to content

DNA Beacon Chain v2.0.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@fracek fracek released this 06 Nov 21:32
· 34 commits to main since this release
3a7c5f7
Stop sending extra blocks in segment (#395)

### Summary

Before this PR, blocks in a segment before the starting block would be
included in the stream.
This is an issue since the client expects block to start _after_ the
specified starting cursor.

This PR fixes this.