This is v1.15.0 of the Smart Node.
For NO's it is a recommended update with bug fixes, client updates, and new features.
For oDAO nodes it is a mandatory update as it contains the rewards tree v10 implementation. The new spec will be used on the current interval which ends in 8 days!
Client Updates
- Geth updated to v1.14.12;
- Nimbus updated to v24.11.0;
- Teku updated to v24.10.3;
- Lodestar updated to v1.23.1;
- Reth updated to v1.1.3;
Smart Node Changes
- Rewards Tree v10 implementation - for details refer to RPIP-53;
- Removed the rolling records option for rewards trees;
- Removed legacy
SnapshotDelegation
code; - Removed a requirement for 16 ETH minipools to initialize voting power before closing;
- Fixed Grafana metrics related to the new Governance system;
- Added a new field
SuggestedBlockGasLimit
which defaults to 30M. Users can change this parameter if they want to signal an increase on the block gas limit from their validators. Note that the Execution Client setting will be used when producing blocks locally and the Consensus Client when doing it externally (via MEV-Boost); - Added a warning for users missing bonus commission on new minipools;
- Reintroduced the
-a
and-y
flags to node deposit for users who automate minipool deposits; - Reworked
node stake-rpl
options to account for the new RPL stake minimum and allow for custom inputs.