Skip to content

2.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:51
· 1 commit to main since this release

Stereum 2.5.0

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

🏗️ New build system (Launcher)

  • CHORE: Migrate the Launcher from Vue CLI to electron-vite by @NeoPlays. The desktop app is now bundled with electron-vite instead of the deprecated Vue CLI, bringing faster startup, renderer hot-reload, and a modern build pipeline.

🐛 Node fixes & migrations

  • FIX: Lido Obol Exit no longer overwrites the shared Charon & Ejector volume permissions by @NeoPlays
  • FIX: Teku P2P port conflict with QUIC, Teku P2P moved from 9001 to 9000 by @NeoPlays
  • FIX: Validator Ejector migrated to EJECTOR_SCOPE (removes the deprecated STAKING_MODULE_ID / OPERATOR_ID) by @NeoPlays
  • ADD: LCOM entrypoint/env change with matching update scripts by @NeoPlays
  • CHORE: Updated Lido oracle allowlist by @NeoPlays
  • FIX: CustomService auto-update handling by @NeoPlays

All of the above ship with update-changes migration scripts so existing nodes are upgraded automatically.

🔌 SSH

  • FIX: Directory download over SSH: corrected directory listing/parsing so folder downloads work reliably by @NeoPlays

🧰 Maintenance

  • CHORE: Bump Poetry dependencies (Ansible test harness) by @NeoPlays

Full Changelog: v2.4.9...v2.5.0