Stereum 2.5.2
How to Update
Stereum Launcher
- Automatic Updates: Launchers will auto-update on startup as usual.
- Update on MacOS: The Stereum Launcher is no longer signed. Download the dmg manually, install Stereum Launcher and try to open it. You will get a prompt. Do NOT move the app to trash, instead open System Settings > Privacy & Security, scroll to the security section, and click Open Anyway next to
Stereum-Launcher. You then can open the Stereum Launcher normally. - Manual Installation: Available via GitHub and stereum.com.
Stereum Node
- Use the built-in Update Manager (available in the header bar) to apply updates safely and quickly.
- Make sure to update your OS Packages as well from time to time 😉
What's Changed
🤝 Distributed validators
⚙️ Nimbus
New Nimbus installs get the new flags right away. The migration for existing nodes is deferred to a later release, so running nodes are left untouched for now.
🛠️ Node page reliability
- FIX: Isolate unparseable service configs so one broken file no longer blanks the node page by @NeoPlays in #2314
A single config with broken YAML or a missing
service:key used to hide every service on the node page. Affected configs now show up as their own tile that opens straight into the YAML editor, with the parse error attached.
🧑🔧 Expert mode
Newly added flags could land in the
env:block instead ofcommand:on Lodestar. The free-text Node Options field is replaced by a Max Heap Size dropdown that also works on validators, which previously shipped with an emptyenvblock.
🚪 Lido ejector
On older ansible-core the value was written as a Python dict repr instead of JSON.
🎨 Interface
Full Changelog: v2.5.1...v2.5.2