rocket-pool / smartnode

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

[V2] Snapshot field updated from string -> int64 #695

Closed 0xfornax closed 3 weeks ago

0xfornax commented 3 weeks ago

Replicate https://github.com/rocket-pool/smartnode/pull/691 on v2.

github-actions[bot] commented 3 weeks ago

Coverage Report

github-actions[bot] commented 3 weeks ago

Merging this branch will not change overall coverage

Impacted Packages Coverage Δ :robot:
github.com/rocket-pool/smartnode/v2/rocketpool-daemon/common/voting 0.00% (ø)
github.com/rocket-pool/smartnode/v2/shared/types 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/common/voting/utils.go | 0.00% (ø) | 704 | 0 | 704 | | | github.com/rocket-pool/smartnode/v2/shared/types/voting.go | 0.00% (ø) | 0 | 0 | 0 | | _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._