hirosystems / ordhook

Build indexers, standards and protocols on top of Ordinals and Inscriptions (BRC20, etc).
Apache License 2.0
190 stars 56 forks source link

Off by one when resuming indexing #123

Closed lgalabru closed 1 year ago

lgalabru commented 1 year ago

When hord restarts, it retrieves the last block N where we left, and start indexing a N-1, instead of N+1 - perfectly fine, but unnecessary work.

lgalabru commented 1 year ago

Addressed with latest.