Releases: Layr-Labs/eigenlayer-cli
Releases · Layr-Labs/eigenlayer-cli
v0.7.1
What's Changed
- update to have regex by @shrimalmadhur in #99
Changelog
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Notable changes
- Add mainnet contracts
- Github raw URL validation for mainnet
- Bug fixes
Changelog
- f24d7c1 fix: pad ecdsa key with 00 (#97)
- f856877 update eigensdk validations (#95)
- 88a0369 add piping for update (#96)
- 0e7df50 update test file (#94)
- 052ce6e feat: revert if delegation manager is missing (#89)
- d8d723e update eigensdk (#93)
- ef750a0 add line end (#91)
- 5ed7eb3 feat(operator config): Add --yes flag to skip prompt (#88)
v0.6.3
Notable changes
- Added Holesky testnet addresses
Changelog
- d949f82 chore: update for holesky (#81)
- d83b10c add DM for mainnet (#80)
- 31e3020 add CI integration test (#76)
- 288455a fix empty password via pipe (#77)
- 96308f8 update eigensdk (#74)
- 1c3e01a Madhur/remove autcompletion warning (#73)
- 08b0406 fix (#69)
- f7e0cc1 add release instructions (#67)
- 23809a3 Displaying sensitive information during key creation with using
less
so is not saved in terminal history (#50)
v0.6.2
v0.6.1
Notable changes
- Fixed a config migration bug.
el_delegation_manager
-->el_delegation_manager_address
. If you migrated config using v0.6.0, you just need to update this field in your operator config. If you have not migrated you can use this version to migrate successfully.
Changelog
v0.6.0
Notable Changes
- BLS key registration will not happen during operator registration to EigenLayer (It will happen when you opt-in into EigenDA or any another AVS)
- The operator config yaml file has changed to include Delegation Manager contracts. Any of the operator registration/status/update commands will automatically migrate the config file to the new one.
Changelog
v0.5.2
Changelog
- 2c51bda release 0.5.2 (#45)
- 714b932 added emoji and green bold text to private key warning (#44)
- 72a32cf confirm password when a new key is creating (#42)
- 7724766 update eigenlayer cli docs to refer docs website (#41)
- ca72132 Update README.md (#35)
- c864239 Update README (#36)
- 45cca76 Update README.md (#31)
What's Changed
- Update README.md by @neuweltgeld in #31
- Update README by @eminmtas in #36
- Update README.md by @thisislexar in #35
- update eigenlayer cli docs to refer docs website by @shrimalmadhur in #41
- confirm password when a new key is creating by @rootwarp in #42
- Bold green text and emojis on the key creation to save private key hex by @DanielBoye in #44
- release 0.5.2 by @shrimalmadhur in #45
New Contributors
- @neuweltgeld made their first contribution in #31
- @eminmtas made their first contribution in #36
- @thisislexar made their first contribution in #35
- @rootwarp made their first contribution in #42
- @DanielBoye made their first contribution in #44
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Notable changes
- Added
export
keys command to show private key if user knows the password - updated to eigensdk v0.0.9
Changelog
- 5cc7310 fix bug and ready for release (#32)
- a70e73a Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 (#27)
- 815066d upgrade to eigensdk v0.0.9 (#23)
- b77e55e add export key command (#22)
What's Changed
- add export key command by @shrimalmadhur in #22
- upgrade to eigensdk v0.0.9 by @shrimalmadhur in #23
- Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.1 by @dependabot in #27
- fix bug and ready for release by @shrimalmadhur in #32
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Changelog
- 9a4201b add correct version (#18)
- c5556f1 add correct license date (#17)
- e770501 update links (#16)
- 6c5b8c8 add badges (#15)
- 9dc4474 add docs (#14)
- d6ab920 fix build directory (#13)
- f62670b Madhur/binary release (#12)
- 9118f3c Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 (#11)
- f1c9694 add pipelines (#10)
- 2697097 operator update (#9)
- 5935f71 operator status (#8)
- 46c4591 add operator registration (#7)
- fefb4b5 add config creation (#6)
- 0425d5c add keys import (#5)
- 4e75fed key list (#4)
- 41f5a2c add tests pipeline (#3)
- 777aa59 add keys create (#2)
- b1699b0 Merge pull request #1 from Layr-Labs/madhur/init-structure
- 58235fc refactor in pkg
- 3c211f3 initialize base structure
- 2ee8cd3 init strucutre
- f370ba9 initial commit
What's Changed
- init strucutre by @shrimalmadhur in #1
- add keys create command by @shrimalmadhur in #2
- add tests pipeline by @shrimalmadhur in #3
- key list by @shrimalmadhur in #4
- add keys import by @shrimalmadhur in #5
- add config creation by @shrimalmadhur in #6
- add operator registration by @shrimalmadhur in #7
- operator status by @shrimalmadhur in #8
- operator update by @shrimalmadhur in #9
- add pipelines by @shrimalmadhur in #10
- Bump github.com/urfave/cli/v2 from 2.25.7 to 2.26.0 by @dependabot in #11
- Madhur/binary release by @shrimalmadhur in #12
- fix build directory by @shrimalmadhur in #13
- add docs by @shrimalmadhur in #14
- add badges by @shrimalmadhur in #15
- update links by @shrimalmadhur in #16
- add correct license date by @shrimalmadhur in #17
- add correct version by @shrimalmadhur in #18
New Contributors
- @shrimalmadhur made their first contribution in #1
- @dependabot made their first contribution in #11
Full Changelog: https://github.com/Layr-Labs/eigenlayer-cli/commits/v0.5.0