This is a required update to the Smartnode stack.
Client Changes
- Updated Geth to v1.10.8.
- This fixes a major security exploit in Geth, so updating must be done as soon as possible.
- Updated Lighthouse to v1.5.0.
Smartnode Changes
- Teku will no longer generate
.lock
files for its validators, and any existing.lock
files are automatically removed on startup. This prevents issues with its Validator Client refusing to start after an unclean shutdown (#59). node sync
andnode deposit
will now make sure your Beacon Chain client is running on the chain that Rocket Pool expects it to be running on before letting you do a deposit (rocket-pool/smartnode#158).
Misc Changes
- Added some Oracle DAO-related metrics to the Rocket Pool node container.
- Added some example configurations to
docker-compose-metrics.yml
that show how to monitor the free space of a 2nd drive and how to open Prometheus's port so other machines on your network can access it.