apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
181 stars 32 forks source link

Stop sending extra blocks in segment #395

Closed fracek closed 1 week ago

fracek commented 1 week ago

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.