Skip to content

SSV v3 (Jato)

Compare
Choose a tag to compare
@liorrutenberg liorrutenberg released this 30 Mar 13:02
· 723 commits to main since this release
0d8397c

πŸš€ Release Notes

✨ SSV v3 (Jato) is ready! ✨

⚠️ Warning: Not removing your v2 validators before registering them to v3 is akin to running two Ethereum validator clients at the same time. You may get slashed!

You can remove your validators from v2 at https://app-v2.ssv.network

⬆️ Upgrading from v2 to v3 (Shifu to Jato)

  1. 🌐 Join as operator to v3 at https://app.ssv.network
  2. πŸ—‘οΈ Set up a new server for v3, or delete your existing v2 database
  3. πŸ“¦ Download the v3 node
    3.1. If you're using Docker, upgrade to this image: bloxstaking/ssv-node:v0.5.1
    3.2. If you're building from source:git pull && git checkout v0.5.1
  4. πŸ”₯ Start your v3 node

πŸŽ‰ New Features

  • πŸ”„ Upgrade from JSON to SSZ (#878)
  • πŸ“„ SSV Contract v3 (#895, #887, #778)
  • πŸ“Š Metrics and Dashboards (#808)
  • 🍴 Capella Fork Support (#893, #892)
  • πŸ“ Logging Overhaul (#865)

⚑ Optimizations

  • 🚦 Channelled Queue (#837)
  • 🐳 Go mod cache in Docker builds (#840)
  • πŸ—οΈ Instance Compaction (#848, #853)
  • πŸš€ Hashing, libp2p and BLS optimizations (#910)

πŸ› Bug Fixes

  • Sync committee duties improvements & fixes (#839)
  • Fix badger panic (#869)
  • Role duplication fix (#909)
  • Fix race conditions in integration tests (#850, #830)