Closed gsora closed 4 months ago
Attention: Patch coverage is 6.66667%
with 28 lines
in your changes missing coverage. Please review.
Project coverage is 56.68%. Comparing base (
82d6f70
) to head (b15f7dd
).
Files | Patch % | Lines |
---|---|---|
app/app.go | 0.00% | 28 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
I'll wait for protocol team's review before merging.
Thanks for your help on the CLI arguments copy!
Add two CLI flags for
run
:--beacon-node-timeout
, which allows users to specify a custom HTTP timeout used for beacon node API calls--beacon-node-submit-timeout
, that allows users to specify a custom HTTP timeout used for submission beacon node API calls, like block and attestation submission.Both flag default to the previous 2 seconds timeout.
category: feature ticket: none