23.6.1
StefanBratanov
released this
30 Jun 13:18
·
1006 commits
to master
since this release
This is a required update for Gnosis network operators. It contains Gnosis Capella fork configuration.
Downloads
- Available as
23.6.1
on Dockerhub - Download the binary distribution:
Breaking Changes
- The Development options
--Xprogressive-balances-mode
and--Xee-version
have been removed and will no longer be recognised as command line options. - Network configs were updated following concensus-specs changes. If you run custom network, you will need to add lines with network parameters to your custom config (including the Deneb constants if required). If you are using a remote validator
auto
network feature, you will need to update both Beacon Node and Validator Client.
Additions and Improvements
- Added Gnosis configuration for the 🦉 Capella 🦉 network fork due at epoch 648704, UTC Tue 01/08/2023, 11:34:20
- Updated Sigmaprime's bootnodes
- Increased the pending pool size for attestations
Upcoming Breaking Changes
- Upgrading the minimum Java version to Java 17, which means users will need to upgrade their Java installation to at least
Java 17
. The docker versions relying onjdk16
will no longer be published, so docker users explicitly referencing thejdk16
build need to update their package to referencejdk17
, as tagsdevelop-jdk16
,develop-jdk16-arm64
,latest-jdk16
will no longer be updated.