Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rooch-da): avoid unnecessary cursor updates (#3198)
Ensure cursor updates only when necessary to reduce disk I/O and avoid misleading update times. Added a condition to compare the current cursor with the last block number before updating.
- Loading branch information