Skip to content

Fixes related to broken paging (handling a limit) in the account_history_api::enum_virtual_ops

Bartek Wrona requested to merge enum_virtual_ops_bitwise_filtering into master

Broken code returned the same ID of operation to resume from at next page. That lead calling code to infinite loop. Also eliminated linear complexity to find an operation to resume from - rocksdb search used to find last processed record.

Merge request reports