Question: possible to set a start height for check:data ?
noandrea opened this issue · 3 comments
noandrea commented
In the configuration is it possible to set end conditions when to stop the checks,
can I specify at which height to start syncing from a certain height?
shrimalmadhur commented
@noandrea You can specify start_index
in the config to start syncing from the height. but I don't think so you can set the end condition. But I will try to find it there's anything for that.
shrimalmadhur commented
Actually there is end condition support - https://github.com/coinbase/rosetta-cli/blob/master/configuration/types.go#L201
check this out. You can use this to specify the end conditions.