-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: cherry pick commits #2696
*: cherry pick commits #2696
Conversation
Continue looking for signed beacon blocks if a block for a given slot is not found when proposing synthetic blocks. This solves recurrent logs when synthetic block proposal feature is switched on: ``` {"code":404,"message":"NOT_FOUND: beacon block at slot 6916888","stacktraces":[]} ``` category: bug ticket: none
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main-v0.18 #2696 +/- ##
==============================================
- Coverage 53.27% 53.17% -0.11%
==============================================
Files 201 201
Lines 27574 27576 +2
==============================================
- Hits 14691 14664 -27
- Misses 11068 11095 +27
- Partials 1815 1817 +2
☔ View full report in Codecov by Sentry. |
Update timeout to 30s for publishing lock to obol-api. This ensures that DKG doesn't error if lock files are large enough (>200kb) whose publishing takes more than 5s. 30s is an empirical timeout value which is safe for publishing large lock files (1.5MB) to obol-api. category: refactor ticket: none
Does this PR fixes #2695? |
Bump go version to `1.21.4`. This resolves failing govulncheck in https://github.com/ObolNetwork/charon/actions/runs/6809276170/job/18515227544?pr=2693. category: fixbuild ticket: none
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
CHERRY-PICKED PRs
category: bug
ticket: none