Suggested by @holtgrewe. Since enabling server-side checksum calculation, it is possible for the validating step to take a longer time than expected, while the user gets no direct feedback about this in the UI.
Simply put, we need to add SetLandingZoneStatusTask:s in the checksum calculation and actual validation steps. This is simple enough to go in v0.14.1.
Suggested by @holtgrewe. Since enabling server-side checksum calculation, it is possible for the validating step to take a longer time than expected, while the user gets no direct feedback about this in the UI.
Simply put, we need to add
SetLandingZoneStatusTask
:s in the checksum calculation and actual validation steps. This is simple enough to go in v0.14.1.