Closed thomaspanf closed 2 months ago
run git cherry-pick b2b340e6c25d785793eb45dfc42d7ef3c1d16327
to add the commit that fixes the linter, if you want to get it to shut up
Impacted Packages | Coverage Δ | :robot: |
---|---|---|
github.com/rocket-pool/smartnode/v2/rocketpool-cli/commands/minipool | 1.82% (-0.01%) | :thumbsdown: |
github.com/rocket-pool/smartnode/v2/rocketpool-daemon/common/rewards | 1.43% (ø) |
When bond reductions are disabled,
rocketpool minipool reduce-bond
doesn't populate data fields in the API response. This PR addresses #637 by adding a check in the CLI to properly handle the case of bond reductions being disabled.