Skip to content

Commit

Permalink
Update images dencun-ready (#364)
Browse files Browse the repository at this point in the history
* feat: update client images to be dencun compatible

* docs: update changelog
  • Loading branch information
stdevMac authored Mar 8, 2024
1 parent 523eb5e commit 3df8466
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Update client images to Dencun-ready versions.
-
## [v1.3.1] - 2024-02-14

### Fixed
Expand Down
24 changes: 12 additions & 12 deletions configs/client_images.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
execution:
geth:
name: ethereum/client-go
version: v1.13.12
version: v1.13.14
besu:
name: hyperledger/besu
version: 24.1.1
version: 24.3.0
nethermind:
name: nethermind/nethermind
version: 1.25.3
version: 1.25.4
erigon:
name: thorax/erigon
version: v2.57.3
version: v2.58.1
consensus:
lighthouse:
name: sigp/lighthouse
version: v4.6.0
version: v5.0.0
lodestar:
name: chainsafe/lodestar
version: v1.15.1
version: v1.16.0
teku:
name: consensys/teku
version: 24.1.1
version: 24.3.0
prysm:
name: gcr.io/prysmaticlabs/prysm/beacon-chain
version: v4.2.1
version: v5.0.0
validator:
lighthouse:
name: sigp/lighthouse
version: v4.6.0
version: v5.0.0
lodestar:
name: chainsafe/lodestar
version: v1.15.1
version: v1.16.0
teku:
name: consensys/teku
version: 24.1.1
version: 24.3.0
prysm:
name: gcr.io/prysmaticlabs/prysm/validator
version: v4.2.1
version: v5.0.0

0 comments on commit 3df8466

Please sign in to comment.