Skip to content

Releases: ObolNetwork/lido-dv-exit

v0.4.0

29 Aug 11:07
fe9ca4f

Choose a tag to compare

This is the fourth minor release for the Lido DV exit sidecar. In particular this release updates numerous dependencies and leverages the v1.6.0 version of Charon. This is a recommended release for Mainnet and Hoodi.

What's Changed

  • *: bump deps by @KaloyanTanev in #116
  • chore(deps): update codecov/codecov-action action to v5.4.3 by @renovate[bot] in #104
  • chore(deps): update dependency go to v1.24.5 by @renovate[bot] in #113
  • *: bump golangci-lint v2.3.1 by @KaloyanTanev in #118
  • *: remove Discord notifier by @KaloyanTanev in #117
  • chore(deps): update golangci/golangci-lint-action action to v8 by @renovate[bot] in #108
  • chore(deps): update dependency go to v1.24.6 by @renovate[bot] in #119
  • chore(deps): update actions/checkout action to v5 by @renovate[bot] in #121
  • chore(deps): update codecov/codecov-action action to v5.5.0 by @renovate[bot] in #123
  • build(deps): bump github.com/ferranbt/fastssz from 0.1.4 to 1.0.0 by @dependabot[bot] in #120
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #125
  • *: bump golang to v1.25 by @KaloyanTanev in #127
  • build(deps): bump github.com/obolnetwork/charon from 1.5.2 to 1.6.0 by @dependabot[bot] in #126

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 May 11:32

Choose a tag to compare

This is the third minor release for the Lido DV exit sidecar. In particular this release updates numerous dependencies and leverages the v1.4.3 version of Charon. This is a recommended release for Mainnet and a required release for Hoodi.

What's Changed

  • feat: add renovate.json by @apham0001 in #84
  • chore(deps): update actions/cache action to v4 by @renovate in #87
  • chore(deps): update docker/login-action action to v3 by @renovate in #97
  • chore(deps): update actions/checkout action to v4 by @renovate in #89
  • chore(deps): update pre-commit/action action to v3 by @renovate in #101
  • chore(deps): update softprops/action-gh-release action to v2 by @renovate in #102
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #99
  • chore(deps): update docker/metadata-action action to v5 by @renovate in #98
  • chore(deps): update docker/build-push-action action to v6 by @renovate in #96
  • chore(deps): update codecov/codecov-action action to v5 by @renovate in #95
  • chore(deps): update actions/setup-python action to v5 by @renovate in #94
  • chore(deps): update actions/setup-go action to v5 by @renovate in #93
  • chore(deps): update golangci/golangci-lint-action action to v6 by @renovate in #100
  • chore(deps): update actions/github-script action to v7 by @renovate in #90
  • fix: reset binfmt to fix libc-bin segfault by @apham0001 in #103
  • *: charon v1.4.3 by @KaloyanTanev in #109
  • fixbuild: update go version for gh action by @OisinKyne in #111
  • fixbuild: bump go version in dockerfile and debian version by @OisinKyne in #112

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

24 May 11:32
5215bf4

Choose a tag to compare

This is the second minor release for the Lido DV exit sidecar. In particular this release updates dependencies to support the v1.1.2 version of Charon. This release has been superseded by v0.3.0 and is no longer supported on mainnet.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Apr 12:53
eb8d3bb

Choose a tag to compare

First release of lido-dv-exit

What's Changed

  • *: add pre-commit config by @gsora in #1
  • github/workflows: remove codeql by @gsora in #2
  • *: refactor tests to support go-eth2-client by @gsora in #3
  • app: wire integration test with mocks by @gsora in #4
  • app: implement obol API authentication flow by @gsora in #5
  • demo: implement demo with EL contracts by @gsora in #9
  • app/util: don't subscript bytes to remove 0x prefix by @gsora in #10
  • *: added README.md, CLI UX improvement by @gsora in #11
  • feat: implement demo by @gsora in #13
  • *: update to Go 1.21.3 by @gsora in #15
  • app/bnapi: parse validator ids query string as beacon node API spec says by @gsora in #17
  • app/bnapi: comma-separated validator ids by @gsora in #18
  • app/obolapi: implement auth v2 by @gsora in #16
  • app: address all to-do's by @gsora in #19
  • app/obolapi: k1util for k1 signature by @gsora in #21
  • app/obolapi: hex-encode k1 signatures by @gsora in #22
  • build(deps): bump github.com/rs/zerolog from 1.29.1 to 1.31.0 by @dependabot in #7
  • build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 by @dependabot in #8
  • build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 by @dependabot in #12
  • build(deps): bump github.com/obolnetwork/charon from 0.17.0 to 0.17.1 by @dependabot in #20
  • cmd: mockserver read validators off lockfile by @gsora in #23
  • app/keystore: add method to just load cluster lock by @gsora in #24
  • *: add LICENSE by @gsora in #25
  • workflows: push docker images by @gsora in #27
  • app/obolapi: make auth work by @gsora in #26
  • app: run every epoch by @gsora in #36
  • build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 by @dependabot in #33
  • app: add Loki support by @gsora in #37
  • *: update to go v1.21.5 by @gsora in #43
  • app: increase beacon node timeout by @gsora in #42
  • app: interact with API more often by @gsora in #44
  • cmd: pubkey query chunk size by @gsora in #45
  • app/obolapi: ignore empty partial signatures by @gsora in #50
  • *: update Charon to v0.19.0 by @gsora in #57
  • build(deps): bump github.com/quic-go/quic-go from 0.38.1 to 0.38.2 by @dependabot in #58
  • app: run flow only on slot modulo by @gsora in #61
  • *: update to Go v1.22.1 by @gsora in #64
  • app: sign with Capella domain by @gsora in #65
  • *: update charon v0.19.2 by @gsora in #68

New Contributors

Full Changelog: https://github.com/ObolNetwork/lido-dv-exit/commits/v0.1.0