Consensys/teku

Migrate Teku to build on Java 21

Closed this issue · 1 comments

Might need to get #7608 sorted first. Not entirely sure.

This should also include updating our nodes to jdk 21... Something like:

sudo apt update
sudo apt-get install -y openjdk-21-jdk
sudo update-java-alternatives -s java-1.21.0-openjdk-amd64

Is this blocked by #7608?