Skip to content

DNA Starknet v2.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@fracek fracek released this 18 Jan 14:32
· 7 commits to main since this release
b480d68
Improve starting cursor handling (#402)

### Summary

This PR improves on the starting cursor handling by:

- be less strict when comparing cursors by ignoring any 0 prefix in the
hash.
 - return the hash of the canonical block on error.
 - signal to user whether the data is a backfill or live block.