Releases: rocket-pool/smartnode-install
v1.15.2
v1.15.1
This is v1.15.1 of the Smart Node. A release with urgent client updates and minor changes.
Client Updates
- Geth updated to v1.14.13;
- Besu updated to v25.1.0;
- Prysm updated to v5.2.0;
- Teku updated to v25.1.0;
- Lodestar updated to v25.1.0;
- Nimbus updated to v25.1.0;
- Nethermind updated to v1.30.1;
- Lighthouse updated to v6.0.1;
Smart Node Changes
- Fixed an issue when displaying the number of minipools with missing bonus commission
- Quality of life update: finalized minipools won't be upgraded unless the "include-finalized" flag is used
- Added an option not to send rescue dissolved minipool transactions, so users can print and include them in a bundle.
v1.15.1.-dev
.
v1.15.0
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-62;
- 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.
v1.15.0-dev
This is a development prototype for v1.15.0.
This is actively under development and will change frequently, DO NOT use this unless you were instructed to do so or are willing to break things.
v1.14.2-dev
Prysm timeout from int to duration
v1.14.1
This is v1.14.1 of the Smart Node.
This is a minor release fixing a broken parameter for Prysm users and updating the Lodestar version.
Client updates
- Lodestar updated to v1.22.0.
Smart Node Changes
- Fix Prysm's
api-timeout
parameter.
To install it, please follow our Smart Node upgrade guide here: https://docs.rocketpool.net/guides/node/updates.html#updating-the-smartnode-stack
v1.14.0
This is v1.14.0 of the Smart Node.
It is a recommended update with bug fixes, client updates, and minor new features.
Client Updates
- Nethermind updated to v1.29.1;
- Prysm updated to v5.1.2;
- Besu updated to v24.10.0;
- Reth updated to v1.1.0;
Smart Node Changes
- Removed the option to create 16 ETH minipools;
- Temporarily removed the
-y
flag for deposits to enhance user awareness of the changes; - Some commands were adjusted in relation to Saturn-0;
- Updated welcome message text and authors;
- Fix to reduce the number of RPC calls for oDAO nodes;
To install it, please follow our Smart Node upgrade guide here: https://docs.rocketpool.net/guides/node/updates.html#updating-the-smartnode-stack
v1.13.11-dev
Use inbound/outbound max peers for Reth.
v1.13.10
This is v1.13.10 of the Smart Node.
It is a recommended update with bug fixes, client updates, and minor new features.
Client Updates
- Geth updated to v1.14.11;
- Besu updated to v24.9.1;
- Reth updated to v1.0.8;
- Teku updated to v24.10.1;
- Nimbus updated to v24.9.0;
- Nethermind updated to v1.29.0;
Smart Node Changes
- Added MEV-Boost support to the Holesky testnet;
- Treegen cleanup;
- Fixed to reduce the number of RPC calls for oDAO nodes;
- Added Reth parameter for max inbound and outbound peers;
- Removed commands to import/export ETH1 data - see details here;
- Removed redundant logic in config (Thanks to jingchanglu for the contribution!);
- Fixed an out of bounds error while defending a proposal;
- Fixed a hardcoded value in the stake RPL command.