rocket-pool / smartnode

The CLI package for Rocket Pool smart nodes.
GNU General Public License v3.0
149 stars 112 forks source link

v2 Fix price/balances submission check. #668

Closed 0xfornax closed 1 month ago

0xfornax commented 1 month ago

Replicate the v1 changes from https://github.com/rocket-pool/smartnode/pull/663

github-actions[bot] commented 1 month ago

Coverage Report

github-actions[bot] commented 1 month ago

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ :robot:
github.com/rocket-pool/smartnode/v2/rocketpool-daemon/watchtower 0.00% (ø)

Coverage by file ### Changed files (no unit tests) | Changed File | Coverage Δ | Total | Covered | Missed | :robot: | |--------------|------------|-------|---------|--------|---------| | github.com/rocket-pool/smartnode/v2/rocketpool-daemon/watchtower/submit-network-balances.go | 0.00% (ø) | 1401 | 0 | 1401 | | | github.com/rocket-pool/smartnode/v2/rocketpool-daemon/watchtower/submit-rpl-price.go | 0.00% (ø) | 2684 | 0 | 2684 | | _Please note that the "Total", "Covered", and "Missed" counts above refer to ***code statements*** instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code._