coinbase/mesh-cli

Question: possible to set a start height for check:data ?

noandrea opened this issue · 3 comments

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?

@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.

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.

@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.

that's what I was looking for, thanks!