You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Purpose:
This PR collects a few minor changes, shaved off of my larger PR to
integrate v2 plots.
These 3 commits are best reviewed one at a time, and are somewhat
independent.
### Current Behavior:
* We still have some stub functions for the new chiapos2 API.
* We use `log.warning()` and `log.error()` to log exceptions.
* When farming v1 plots we always get the qualities, adjust them based
on phase-out and check against difficulty.
### New Behavior:
* The last chiapos2 stub APIs have been removed.
* We use `log.exception()` to log exceptions.
* When farming v1 plots we short cut and ignore them if the block height
is past the end of the phase-out. This is an optimization to avoid
scanning the plots for proofs that will never pass the difficulty.
0 commit comments