* Refactor `AsyncChecks` into a proper type Add some helper methods to it so that checks can be added by daisy-chaining calls. Also move the code to wait for the checks to finish into the new type. * Refactor inclusion of individual Sapling checks Use `oneshot` instead of `ready_and` so that the method becomes synchronous. * Make V4 and V5 verification methods synchronous There is no longer a need to wait for any internal service to be ready, since now that's always done as part of an asynchronous check included in the returned set of checks. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||