github PeggyJV/sommelier v9.4.0
v9.4.0 Security Release

13 hours ago

Security Release

This release contains important security patches and bug fixes.

Changes

  • CometBFT v0.37.18: Upgraded from v0.37.15 to address security vulnerabilities
  • Nil validator panic fix: Fixed a potential panic when processing scheduled corks for validators that no longer exist (e.g., fully unbonded validators)

Upgrade Instructions

This is a non-consensus breaking upgrade. Node operators can upgrade at their convenience.

# Stop your node
sudo systemctl stop sommelier

# Build from source
git fetch --tags
git checkout v9.4.0
make install

# Verify version
sommelier version
# Should show: v9.4.0

# Restart your node
sudo systemctl start sommelier

Full Changelog

v9.3.0...v9.4.0

Don't miss a new sommelier release

NewReleases is sending notifications on new releases.