Releases: Layr-Labs/eigenlayer-cli
Releases · Layr-Labs/eigenlayer-cli
v0.8.1
Notable changes
- Added telemetry for anonymous usage data collection
What's Changed
- upgrade checkout action to version using node20 by @cario-dev in #127
- chore: additional grant use license update by @shrimalmadhur in #129
- better display messages after operator registration by @shrimalmadhur in #130
- add basic telemetry by @shrimalmadhur in #134
Changelog
- 0c636eb add basic telemetry (#134)
- dde52bb better display messages after operator registration (#130)
- ef1f5cb additional grant use license (#129)
- d17f6d8 upgrade checkout action to version with node20 (#127)
New Contributors
- @cario-dev made their first contribution in #127
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Notable Changes
- Fireblocks Signer support
- AWS KMS support for fireblocks secret key (recommended for production keys)
- Plain text support for fireblocks secret key (can be used for testing)
- Consensys Web3 Signer Support
- only
ETH1
keys supported
- only
Changelog
- 363c5d7 add integration tests for web3 signer (#124)
- c16b646 add basic web3 signer support (#123)
- 30f8d2c clarify error message (#90)
- 25dc7e2 add aws secret mgr support (#122)
- d3ef7e3 fireblocks in create config (#119)
- 4ed56f5 fix marshall yaml bug (#118)
- daba4bb add support for fireblocks wallet (#115)
- 433d322 Correct FAQ hyperlink (#117)
- daed8cd remove old config (#114)
- 7655062 support ~ in path (#113)
- d6b6ffa add more validation (#112)
- 2fa5937 add content policy warning (#110)
- f1ad851 add version update (#108)
What's Changed
- add version update by @shrimalmadhur in #108
- add content policy warning by @shrimalmadhur in #110
- add more validation by @shrimalmadhur in #112
- support ~ in path by @shrimalmadhur in #113
- remove old config by @shrimalmadhur in #114
- Correct FAQ hyperlink by @subnetdev0 in #117
- add support for fireblocks wallet by @shrimalmadhur in #115
- fix marshall yaml bug by @shrimalmadhur in #118
- fireblocks in create config by @shrimalmadhur in #119
- add aws secret mgr support by @shrimalmadhur in #122
- clarify error message by @andrewkmin in #90
- add basic web3 signer support by @shrimalmadhur in #123
- add integration tests for web3 signer by @shrimalmadhur in #124
New Contributors
- @subnetdev0 made their first contribution in #117
- @andrewkmin made their first contribution in #90
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- deprecate goerli by @shrimalmadhur in #103
- Replace goerli chain id with holesky in example operator config by @pschork in #104
- fix some bugs by @shrimalmadhur in #106
- bump version by @shrimalmadhur in #107
Changelog
- caa2034 bump version (#107)
- ba7540a fix some bugs (#106)
- 6e47c21 Replace goerli chain id with holesky in example operator config (#104)
- 3c12534 deprecate goerli (#103)
New Contributors
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- add more chars by @shrimalmadhur in #100
- bump version by @shrimalmadhur in #101
Changelog
Full Changelog: v0.7.1...v0.7.2
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.