ObolNetwork / charon

Charon (pronounced 'kharon') is a Proof of Stake Ethereum Distributed Validator Client
https://docs.obol.tech/
Other
202 stars 90 forks source link

*: add --all for exit sign command #3272

Closed KaloyanTanev closed 2 months ago

KaloyanTanev commented 2 months ago

Add --all command for signing partial exits. This PR is one of a couple incoming PRs that will be for the --all functionality. Mind that the CLI flag is not enabled until all of them are implemented and merged.

category: feature ticket: #3243

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 58.88889% with 37 lines in your changes missing coverage. Please review.

Project coverage is 57.64%. Comparing base (af6f87b) to head (56ccaba). Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
cmd/exit_sign.go 59.77% 27 Missing and 8 partials :warning:
cmd/exit.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3272 +/- ## ========================================== - Coverage 57.68% 57.64% -0.05% ========================================== Files 211 211 Lines 30418 30478 +60 ========================================== + Hits 17547 17569 +22 - Misses 10986 11014 +28 - Partials 1885 1895 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.