Releases: stader-labs/stader-node
v1.4.8 release
This is a HIGH severity release which addreses a bug from the 1.4.7 stader-node releases. All NOs who are running the stader-node 1.4.7 release are required to update to v1.4.8. Note that this doesn't affect NOs running versions below 1.4.7.
This issue is with respect to the creation of pre-signed exit messages. With EIP-7044 which was pushed with the Deneb hardfork on Goerli, Exit signatures are required to hard code the fork version to Capella Fork while creating the signing domain for the exit signatures. The complete code to consider the mainnet and goerli capella fork seperately was not shipped in the 1.4.7 release(which done in an emergency response to the Nethermind client issue). This release addresses the handling of the fork version.
v1.4.8-dev Release
update
v1.4.7 Release
This is a CRITICAL stader-node update addressing the recent critical issue in the Nethermind client(https://github.com/NethermindEth/nethermind/releases/tag/1.25.2). All NOs using Nethermind are REQUIRED to update to this release. We also recommend NOs not using Nethermind to update this release if in case they want to use the Nethermind client in the future.
NOs will have to ensure that their consensus client is restarted to fix the issue.
Client Updates:
Nethermind: 1.25.0 -> 1.25.2
v1.4.6 Release
Stader node v1.4.6 release is a critical upgrade for NOs running Goerli nodes. It is an optional upgrade for Mainnet NOs.
This release contains client updates required for the upcoming Deneb upgrade on Goerli scheduled on 17th January 2023 6:32pm UTC
Client Updates:
- Nimbus has been updated from 23.11.0 to 24.1.1.
- Besu has been updated from 23.10.3-hotfix to 24.1.0.
- Prysm has been updated from 4.1.1 to 4.2.0.
- Teku has been updated from 23.12.1 to 24.1.0.
- Geth has been updated from 1.13.8 to 1.13.9.
- Nethermind has been updated from 1.24.0 to 1.25.0.
- Lodestar has been updated from 1.12.1 to 1.14.1-rc.1 on testnet and 1.12.1 to 1.13.0 on mainnet.
- Lighthouse has been updaed from 4.5.0 to 4.6.0-rc.0 on testnet.
v1.4.5 Release
Merge pull request #175 from stader-labs/besu-emergency-release update to besu hotfix version
v1.4.4 Release
Stader Node v1.4.4 is a good-to-have update that includes client updates, new features, and bug fixes. We recommend that Node Operators update to this version.
Client Updates:
- Nimbus has been updated from 23.9.1 to 23.11.0.
- Besu has been updated from 23.10.0 to 23.10.2.
- Prysm has been updated from 4.0.7 to 4.1.1.
- Teku has been updated from 23.10.0 to 23.12.1.
- Geth has been updated from 1.13.4 to 1.13.8.
- Nethermind has been updated from 1.21.0 to 1.24.0.
- Lodestar has been updated from 1.11.3 to 1.12.1.
Features:
- We now support doppelganger protection for Teku client in both locally and externally managed modes.
- bloXoute maxprofit relays have started rejecting OFAC txs. It is moved under the regulated relay section. https://twitter.com/bloXrouteLabs/status/1736819783520092357
Bug Fixes:
- If an NO had very less socializing pool rewards, the
stader-cli node claim-sp-rewards
would not display the rewards due to a bug in how we checked whether the socializing pool rewards were non-zero. This release fixes that bug.
v1.4.4-dev Release
use dev version for config upgrader
v1.4.3 Release
Stader Node v1.4.3 is an important update that includes client updates, new features, and bug fixes. We recommend that Node Operators update to this version.
Client Updates::
- Nimbus has been updated from 23.8.0 to 23.9.1.
- Besu has been updated from 23.7.1 to 23.10.0.
- Lighthouse has been updated from 4.3.0 to 4.5.0.
- Teku has been updated from 23.6.0 to 23.8.0.
- Geth has been updated from 1.12.2 to 1.13.4.
- Nethermind has been updated from 1.20.1 to 1.21.0.
- Lodestar has been updated from 1.10.0 to 1.11.3.
Features:
- We now support Geth Path-Based Storage Model (Geth 1.13.4) config via the enablePBSS flag.
- We now support Agnostic Relay, an open-source MEV Boost relay available to anyone, anywhere in the world.
Bug Fixes:
- Currently, Nethermind prune fails to run due to missing Dll files. The release fixes this issue.
- There was a bug that showed incorrect SD reward values on the Grafana UI. The release fixes this issue.
v1.4.3-dev Release
Merge pull request #147 from stader-labs/local_dev Add build scrip for local dev
v1.4.2 Release
Stader Node v1.4.2 is an important update that addresses a critical issue concerning Cycle 5 reward claims. Some users faced problems due to reward amount discrepancies, potentially causing claim transactions to fail.
To resolve this, Stader Node upgrade v1.4.2 provides a hotfix that replaces the inaccurate Cycle 5 Merkle data with the correct data from the Merkle tree. This ensures that transactions will no longer fail, and Node Operators will receive their accurate rewards.