chore(deps): update obolnetwork/charon docker tag to v1.8.0 #170
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.7.1→v1.8.0Release Notes
obolnetwork/charon (obolnetwork/charon)
v1.8.0Compare Source
v1.8.0 - 2025-12-17
This is Charon's
v1.8.0release. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.Partial deposit submission and retrieval
Support for submitting and fetching partial validator deposits via the new
charon deposit signandcharon deposit fetchcommands. This enables operators to update deposit data for validators after cluster creation but before activation.This feature is particularly useful for large clusters where only a subset of validators are activated initially, and business or operational requirements may change over time. Operators can re-sign updated deposit data, with partial signatures aggregated once a threshold is reached, after which the full deposit data can be retrieved with
charon deposit fetchor from the Obol API.Read the rest of the release notes for more:
Full Changelog: v1.7.3..v1.8.0
Feature
charon deposit sign&&charon deposit fetch#3992 (#4032)Date-MillisecondsandX-Timeout-Mstocharon alpha test mev#4045 (#4074)Bug
Refactor
charon dkg --publish#4107 (#4121)prettykey from JSON logging #3924 (#4005)eth2wraplogic to proxy (#4042)]Test
Misc
Compatibility Matrix
This release of Charon is backwards compatible with Charon
v1.0.*,v1.1.*,v1.2.0,v1.3.*,v1.4.*,v1.5.*,v1.6.*,v1.7.*. Though onlyv1.3.*and newer are Pectra-ready andv1.7.*and newer are Fulu-ready.The below matrix details a combination of beacon node (consensus layer) + validator clients and their corresponding versions the DV Labs team have tested with this Charon release. More validator and consensus client will be added to this list as they are supported in our automated testing framework.
Legend
What's Changed
app: bump version from 1.7-dev to 1.8-dev (#3998)
*: bump go-eth2-client v0.27.1 (#4002)
docs: fix some a/an issues (#4007)
qbft: move chain split check to preprepare round (#4011)
cmd: update docker flags and api url in create dkg (#4024)
*: replace context.WithCancel with t.Context (#4026)
app/sse: fix bucket delay values (#4029)
cmd: use WaitGroup.Go to simplify code (#4033)
*: fix some minor issues (#4036)
*: claude init (#4037)
*: various optimizations (#4039)
core/validatorapi: add eth2wrap logic to proxy (#4042)
*: replace Split in loops with more efficient SplitSeq (#4043)
*: function comments revamp (#4048)
*: replace sort.Slice with slices.Sort for natural ordering (#4054)
*: builder reg redesign (#4060)
Bump golangci-lint v2.6.1 (#4075)
eth2util/rlp: fixed wrong condition (#4087)
cmd: relay override for add-vals (#4091)
cluster: fix incorrect function name in comment (#4097)
cluster: fixed testdata (#4124)
core: fix incorrect struct name in comment (#4135)
core/validatorapi: support proxy of SSE events (#4140)
*: bump golangci-lint v2.6.2 (#4142)
dkg: fixed edit remove-operators (#4147)
*: new github actions user (#4152)
*: add base64 decode to relase scripts (#4158)
*: add check-latest to setup-go (#4159)
app/version: bump minor version to v1.8-rc (#4160)
*: cherry pick for 1.8.0 (#4173)
*: v1.8.0-rc2 (#4178)
*: v1.8.0-rc2 (#4182)
*: cherry pick for v1.8.0 (#4185)
app/version: bump v1.8 to stable (#4191)
v1.7.3Compare Source
v1.7.3 - 2025-12-12
This is recommended, but not required, non-urgent patch release for Charon v1.7.3. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.
Read the rest of the release notes for more:
Full Changelog: v1.7.2..v1.7.3
Features
core_fetcher_proposal_blindedmetric #4117Compatibility Matrix
This release of Charon is backwards compatible with Charon
v1.0.*,v1.1.*,v1.2.0,v1.3.*,v1.4.*,v1.5.*,v1.6.*,v1.7.*Though onlyv1.3.*and newer are Pectra-ready and onlyv1.7.*and newer are Fulu-ready.The below matrix details a combination of beacon node (consensus layer) + validator clients and their corresponding versions the DV Labs team have tested with this Charon release. More validator and consensus client will be added to this list as they are supported in our automated testing framework.
Legend
What's Changed
v1.7.2Compare Source
v1.7.2 - 2025-12-05
This is recommended, but not required, non-urgent patch release for Charon v1.7.1. Feedback is welcome and appreciated, please use github issues or discord if you have trouble with this release.
Read the rest of the release notes for more:
Full Changelog: v1.7.1..v1.7.2
Features
core_fetcher_proposal_blindedmetric #4117Compatibility Matrix
This release of Charon is backwards compatible with Charon
v1.0.*,v1.1.*,v1.2.0,v1.3.*,v1.4.*,v1.5.*,v1.6.*,v1.7.*Though onlyv1.3.*and newer are Pectra-ready and onlyv1.7.*and newer are Fulu-ready.The below matrix details a combination of beacon node (consensus layer) + validator clients and their corresponding versions the DV Labs team have tested with this Charon release. More validator and consensus client will be added to this list as they are supported in our automated testing framework.
Legend
What's Changed
*: cherry picking blinded metric (#4129)
app/version: bump v1.7 to stable (#4145)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.