Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Releases: NethermindEth/eigenlayer

v0.4.3

09 Nov 05:48
672b8f4
Compare
Choose a tag to compare

What's changed

  • support for ubuntu 20.04 binaries (#140)

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

06 Nov 19:44
747befe
Compare
Choose a tag to compare

[v0.4.2] 2023-11-05

  • dependency updated (#137)

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

31 Oct 22:22
abfa6ac
Compare
Choose a tag to compare

Major Changes

  • Update eigensdk - support only png images for metadata (#134
  • prompt operator for creating config files (#125)
  • Print etherscan link for on-chain tx (#124)

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Oct 19:12
4a7db0b
Compare
Choose a tag to compare

[v0.4.0] - 2023-10-24

  • Commented the install and metrics related operations in the eigenlayer command (#127)

v0.3.1

19 Oct 23:48
4b3ccd0
Compare
Choose a tag to compare

Major highlights

Fixed

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Oct 21:39
96d579e
Compare
Choose a tag to compare

Major highlights

Added

  • Add local-update command. (#98)
  • Updated eigensdk to v0.0.5 (#120)

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

11 Oct 18:58
8529a2f
Compare
Choose a tag to compare

Release Notes

Major Highlights

Fixed

  • Pull plugin image if does not exist locally (#101)

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Oct 17:59
945b858
Compare
Choose a tag to compare

Release Notes

Major Highlights

Added

  • Sort backup ls command results by date. (#95)
  • Enforce and validate password on key creation. (#89)
  • Add restore command. (#90)
    • Upgrade update command to support backing up the old instance and restoring from a backup if the update fails.
  • Add keys import command (#97)

Fixed

  • Update and review Release pipeline ppa packaging. (#94)

What's Changed

Full Changelog: https://github.com/NethermindEth/eigenlayer/commits/v0.2.0

v0.1.0

06 Oct 16:07
Compare
Choose a tag to compare

Release notes

Major Highlights

  • Initial CLI with the following commands:
    • install command to install an AVS node from a given Git repository.
    • local-install command to install an AVS node from a local directory. This is useful for development purposes, and it is not intended to be used in production.
    • run command to run an AVS node instance that has been installed.
    • stop command to stop an AVS node instance.
    • ls command to list the installed AVS nodes and their status.
    • logs command to show the logs of an AVS node instance.
    • uninstall command to uninstall an AVS node instance.
    • plugin command to run an AVS node plugin.
    • clean-monitoring command to clean the Monitoring Stack.
    • init-monitoring command to initialize the Monitoring Stack.
    • update command to update an AVS node instance.
    • backup command to backup an AVS node instance.
    • operator command to access utilities for the AVS Operator such as keys management, status, register, etc, using eigenSDK.
  • Full operational monitoring stack with Prometheus, Node Exporter, and Grafana.
  • Support for the Eigenlayer AVS Node Specification v0.1.0.

What's Changed

New Contributors

Full Changelog: https://github.com/NethermindEth/eigenlayer/commits/v0.1.0