Rescan by a relative block height #343

Open
opened 7 months ago by duke · 0 comments
duke commented 7 months ago
Owner

Sometimes you just want to rescan the last X blocks, say 1000. But rescan only takes an absolute height, so you must look up the current block height, subtract X and then give that to the rescan RPC. It would be nice to rescan by a relative block height, for instance rescan -1000 would rescan the last 1000 blocks. In general rescan -N would rescan the last N blocks where N must be less than the current block height.

Sometimes you just want to rescan the last X blocks, say 1000. But rescan only takes an absolute height, so you must look up the current block height, subtract X and then give that to the rescan RPC. It would be nice to rescan by a relative block height, for instance `rescan -1000` would rescan the last 1000 blocks. In general `rescan -N` would rescan the last N blocks where N must be less than the current block height.
duke added the
feature
label 7 months ago
duke self-assigned this 6 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.