This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
Releases: NethermindEth/eigenlayer
Releases · NethermindEth/eigenlayer
v0.4.3
What's changed
- support for ubuntu 20.04 binaries (#140)
What's Changed
- fix logging bug by @shrimalmadhur in #139
- binary for ubuntu 20 by @shrimalmadhur in #140
Full Changelog: v0.4.2...v0.4.3
v0.4.2
[v0.4.2] 2023-11-05
- dependency updated (#137)
What's Changed
- update docs by @shrimalmadhur in #136
- Update docs based on feedback by @shrimalmadhur in #137
- update version to v0.4.2 by @shrimalmadhur in #138
Full Changelog: v0.4.1...v0.4.2
v0.4.1
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
- Print etherscan links on on-chain interactions by @ypatil12 in #124
- Prompt Operator when creating Config File by @ypatil12 in #125
- improve docs for operator registration by @shrimalmadhur in #131
- update documentation and improvements by @shrimalmadhur in #134
New Contributors
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.1
Major highlights
Fixed
What's Changed
- release v0.3.1 by @shrimalmadhur in #122
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Major highlights
Added
What's Changed
- Update CODEOWNERS by @AntiD2ta in #113
- added codeowners by @cryptogakusei in #115
- add check for already registered operator by @shrimalmadhur in #112
- update readme flow to make logic sense by @shrimalmadhur in #108
- Fix update dynamic flags by @adriantpaez in #100
- add key location by @shrimalmadhur in #111
- Fix typos by @omahs in #117
- Local update by @adriantpaez in #98
- add keys relative to home folder by @shrimalmadhur in #118
- upgrade eigensdk by @shrimalmadhur in #120
- release v0.3.0 by @shrimalmadhur in #121
New Contributors
- @cryptogakusei made their first contribution in #115
- @omahs made their first contribution in #117
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Release Notes
Major Highlights
Fixed
- Pull plugin image if does not exist locally (#101)
What's Changed
- Fix plugin image pull by @adriantpaez in #101
- Release v0.2.1 by @AntiD2ta in #103
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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.
- Upgrade
- Add
keys import
command (#97)
Fixed
- Update and review Release pipeline ppa packaging. (#94)
What's Changed
- Sort backup ls by timestamp by @adriantpaez in #95
- Enforce password on key creation by @shrimalmadhur in #89
- Add
restore
command by @adriantpaez in #90 - Update Changelog by @AntiD2ta in #96
- Adding import key cmd by @shrimalmadhur in #97
- Release v0.2 by @AntiD2ta in #99
Full Changelog: https://github.com/NethermindEth/eigenlayer/commits/v0.2.0
v0.1.0
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
- Add CHANGELOG by @adriantpaez in #44
- Add Release Workflow by @adriantpaez in #45
- Update Github action by @adriantpaez in #46
- Update README by @adriantpaez in #43
- Hardware checker by @adriantpaez in #48
- Install from commit hash by @adriantpaez in #49
- Add version and commit hash to the
ls
command by @adriantpaez in #50 - Fix and update post-installation cleanup by @AntiD2ta in #54
- PPA packaging by @AntiD2ta in #51
- Plugin: local path &
--build-arg
by @adriantpaez in #52 - Add commit hash on Grafana common metrics dashboard by @AntiD2ta in #56
- YAML Schema Validation by @krafugo in #55
- Fix remove target and init monitoring issues by @AntiD2ta in #58
- Update plugin documentation by @adriantpaez in #59
- Update AVS version logic by @AntiD2ta in #60
- Update LICENSE by @swapnilraj in #62
- Remove build context by @adriantpaez in #61
- Add E2E test cases by @adriantpaez in #57
- Remove volumes when uninstalling by @adriantpaez in #64
- [E2E] Add checkAVSHealth by @adriantpaez in #63
- Cleanup MonitoringManager.Run by @adriantpaez in #65
- Deprecate id option by @adriantpaez in #66
- Add plugin E2E test cases by @adriantpaez in #67
- E2E tests ls command by @adriantpaez in #68
- Fix docker compose ps unmarshal error message by @adriantpaez in #71
- Update docker compose ps output unmarshalling by @adriantpaez in #72
- Update mock avs links by @AntiD2ta in #74
- Merge profile options in update by @adriantpaez in #73
- Add build from source and go installation methods to Readme by @AntiD2ta in #75
- Support for hidden option field by @AntiD2ta in #77
- Add monitoring stack E2E test case by @adriantpaez in #78
- Add update command by @adriantpaez in #76
- Update mock-avs version management for E2E by @adriantpaez in #83
- Update mock-avs version fetch automation by @AntiD2ta in #79
- Allow default-less options in local-install cmd. by @AntiD2ta in #82
- Fix Plugin docker image validation by @AntiD2ta in #84
- Backup by @adriantpaez in #81
- Implement onchain code features by @shrimalmadhur in #85
- Improve E2E setups by @adriantpaez in #87
- Improve
backup ls
command by @adriantpaez in #86 - add readme for onchain instructions by @shrimalmadhur in #88
New Contributors
- @swapnilraj made their first contribution in #62
- @shrimalmadhur made their first contribution in #85
Full Changelog: https://github.com/NethermindEth/eigenlayer/commits/v0.1.0