This is v1.11.9 of the Smartnode.
It is a recommended update for all users as it contains important client updates. It's a mandatory update if you didn't update to v1.11.8 or if you're still running MEV-Boost v1.6.
Client Updates - All the clients are now Dencun-ready!
- MEV-boost updated to v1.7.0 - Deneb ready release for mainnet. Required upgrade for upcoming mainnet dencun fork;
- Grafana updated to v9.5.17 - includes several improvements and bug fixes. Has a known issue related to panel titles not able to be centered (not our fault folks! We waited a long time for a fix);
- Lighthouse updated to v5.1.0 - includes a fix to ensure validator's messages are published on the network. Additionally, out-of-memory crashes are prevented by reducing peak memory usage;
- Lodestar updated to v1.17.0 - includes several bug fixes and new features;
- Besu updated to v24.3.0 - introduces some breaking changes with new parameters;
- Teku updated to v24.3.0 - this is an optional update containing improvements and bug fixes;
- Prysm updated to v5.0.1 - has some nice improvements over the recent v5.0.0;
- Reth updated to v0.2.0-beta.1 - requires a resync (still testnet only).
Smartnode Changes
- Users can now run
rocketpool s prune-eth1
to prune Besu's history. This is an offline process to clean old trie logs and only one execution is needed; - Fixed bug when claiming rewards with no active minipools;
- Add MEV-Boost version in
rocketpool service version
; - Fix: Generate state manager when needed, using the watchtower Archive node if possible;
- New feature: added commands
rocketpool service reset-docker
androcketpool service prune-docker
to clean up docker related resources (old images, containers, networks). Thanks to @activescott for the contribution!