File tree 10 files changed +25
-11
lines changed
10 files changed +25
-11
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.33.0] - 2024-03-10
9
+
10
+ ### Changed
11
+
12
+ - Updated Lodestar from 1.15.1 to 1.16.0
13
+ - Updated Nimbus from 24.2.0 to 24.2.2
14
+ - Updated Erigon from 2.57.3 to 2.58.1
15
+ - Updated Besu from 24.1.1 to 24.3.0
16
+ - Updated Nethermind from 1.25.3 to 1.25.4
17
+ - Updated Teku from 24.1.1 to 24.3.0
18
+ - Updated Lighthouse from 4.6.0 to 5.0.0
19
+ - Updated Prysm from 4.2.1 to 5.0.1
20
+ - Updated Geth from 1.13.12 to 1.13.14
21
+
8
22
## [ 0.32.0] - 2024-03-09
9
23
10
24
### Fixed
Original file line number Diff line number Diff line change 1
1
---
2
- besu_docker_image : hyperledger/besu:24.1.1
2
+ besu_docker_image : hyperledger/besu:24.3.0
3
3
# Besu passes the contents of the BESU_OPTS environment variable to the JVM. Set standard JVM options in the BESU_OPTS variable.
4
4
besu_opts : " -Xmx5g"
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- erigon_docker_image : thorax/erigon:v2.57.3
2
+ erigon_docker_image : thorax/erigon:v2.58.1
3
3
erigon_data_dir : /var/lib/erigon
4
4
erigon_maxpeers : 100
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- geth_docker_image : ethereum/client-go:v1.13.12
2
+ geth_docker_image : ethereum/client-go:v1.13.14
3
3
geth_data_dir : /gethdata
4
4
geth_maxpeers : 50
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- lighthouse_docker_image : sigp/lighthouse:v4.6 .0-modern
2
+ lighthouse_docker_image : sigp/lighthouse:v5.0 .0-modern
3
3
4
4
lighthouse_data_dir : /var/lib/lighthouse
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- lodestar_docker_image : chainsafe/lodestar:v1.15.1
2
+ lodestar_docker_image : chainsafe/lodestar:v1.16.0
3
3
4
4
lodestar_data_dir : /var/lib/lodestar
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- nethermind_docker_image : nethermind/nethermind:1.25.3
2
+ nethermind_docker_image : nethermind/nethermind:1.25.4
3
3
nethermind_data_dir : /var/lib/nethermind
4
4
nethermind_maxpeers : 50
5
5
Original file line number Diff line number Diff line change 1
1
---
2
- nimbus_docker_image_beacon : statusim/nimbus-eth2:amd64-v24.2.0
3
- nimbus_docker_image_validator : statusim/nimbus-validator-client:amd64-v24.2.0
2
+ nimbus_docker_image_beacon : statusim/nimbus-eth2:amd64-v24.2.2
3
+ nimbus_docker_image_validator : statusim/nimbus-validator-client:amd64-v24.2.2
4
4
5
5
nimbus_data_dir : /var/lib/nimbus
6
6
Original file line number Diff line number Diff line change 1
1
---
2
- prysm_docker_image_beacon : prysmaticlabs/prysm-beacon-chain:v4.2 .1
3
- prysm_docker_image_validator : prysmaticlabs/prysm-validator:v4.2 .1
2
+ prysm_docker_image_beacon : prysmaticlabs/prysm-beacon-chain:v5.0 .1
3
+ prysm_docker_image_validator : prysmaticlabs/prysm-validator:v5.0 .1
4
4
prysm_data_dir : /var/lib/prysm
5
5
6
6
prysm_rpc_port : 4000
Original file line number Diff line number Diff line change 1
1
---
2
- teku_docker_image : consensys/teku:24.1.1
2
+ teku_docker_image : consensys/teku:24.3.0
3
3
4
4
teku_java_opts : " -Xmx4g"
5
5
teku_data_dir : /var/lib/teku
You can’t perform that action at this time.
0 commit comments