ASuciuX
ASuciuX
# Missed - [ ] [components/ordhook-core/src/core/protocol/sequence_cursor.rs:84:47](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/core/protocol/sequence_cursor.rs#L84): replace + with * in SequenceCursor::pick_next_pos_classic - [ ] [components/ordhook-core/src/ord/sat.rs:51:9](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/ord/sat.rs#L51): replace Sat::is_common -> bool with true - [ ] [components/ordhook-core/src/db/blocks.rs:185:41](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/db/blocks.rs#L185): replace + with -...
# Caught - [x] [components/ordhook-core/src/db/cursor.rs:104:87](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/db/cursor.rs#L104): replace + with - in BlockBytesCursor::find_and_serialize_transaction_with_txid - [x] [components/ordhook-core/src/ord/rarity.rs:42:9](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/ordhook-core/src/ord/rarity.rs#L42): replace ::fmt -> std::fmt::Result with Ok(Default::default()) - [x] [components/chainhook-postgres/src/types/pg_numeric_u128.rs:62:60](https://github.com/hirosystems/ordhook/tree/4afb2010068770078c7d9fd2ab37533352379c15/components/chainhook-postgres/src/types/pg_numeric_u128.rs#L62): replace - with / in pg_numeric_bytes_to_u128 -...
Hey @soliman9, We've made some updates in the meanwhile, could you try again using the latest release (3.x) and let us know if the issue still persists?
Yes, with the cursor you can iterate forward from the very first event to the latest, page by page. It’s designed so you can start at genesis and stop at...
> @ASuciuX lmk if I can help to get the pr merged faster The task got pushed to the backlog due to some internal priorities, but I’ll take care of...