Summary:
Before taking the snapshot, 'create_snapshot.shtry to get the height from the previously uploadedlatest-snap.jsonfile. If it's invalid, taking the snapshot just fails. We need to allow taking the snapshot even if the previously uploadedlatest-snap.json` is invalid.
How
Sliencing the jq error while extracting the height field from latest-snap.json since it might be invalid.
Issue
try to get the height from the previously uploaded
latest-snap.jsonfile. If it's invalid, taking the snapshot just fails. We need to allow taking the snapshot even if the previously uploaded
latest-snap.json` is invalid.How Sliencing the
jq
error while extracting theheight
field fromlatest-snap.json
since it might be invalid.Screenshots
References
Checklist