Releases: ObolNetwork/lido-dv-exit
Releases · ObolNetwork/lido-dv-exit
v0.3.0
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
- @apham0001 made their first contribution in #84
- @renovate made their first contribution in #87
- @OisinKyne made their first contribution in #111
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
- app: bump charon and cluster definition by @KaloyanTanev in #71
- *: bump go version to v1.22.5 in Docker by @KaloyanTanev in #72
- *: swap obol api library, beacon node client by @gsora in #74
- Luke/exit v1 by @LukeHackett12 in #70
- app: in-depth test for half-half run by @gsora in #75
- *: bump charon to v1.1.2 by @KaloyanTanev in #76
New Contributors
- @KaloyanTanev made their first contribution in #71
- @LukeHackett12 made their first contribution in #70
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
fork1
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
- @gsora made their first contribution in #1
- @dependabot made their first contribution in #7
Full Changelog: https://github.com/ObolNetwork/lido-dv-exit/commits/v0.1.0