Releases: Layr-Labs/eigenlayer-cli
Releases · Layr-Labs/eigenlayer-cli
v0.10.0
Notable Changes
- Rewards command supported on mainnet
What's Changed
- chore: clean up and tests by @shrimalmadhur in #180
- chore: update reward libs by @shrimalmadhur in #183
- chore: remove earning receiver address by @shrimalmadhur in #184
- fix: rewards command message by @shrimalmadhur in #186
- feat: support rewards for mainnet by @shrimalmadhur in #172
- chore: update rewards repo version by @shrimalmadhur in #189
Changelog
- 2f5daf3 chore: update rewards repo version (#189)
- a4bfa74 feat: support rewards for mainnet (#172)
- d5488a0 fix: rewards command message (#186)
- d273ae8 chore: remove earning receiver address (#184)
- db3f34b chore: update reward libs (#183)
- f78b061 chore: clean up and tests (#180)
Full Changelog: v0.9.3...v0.10.0
v0.9.3
Notable Changes
- Users will get prompted if they are using old version of library
- support outputting reward transactions in calldata format
- [early] get status of your eigenpod
What's Changed
- chore: update logging and refactor by @shrimalmadhur in #169
- chore: remove deprecated methods by @shrimalmadhur in #170
- chore: move common to internal by @shrimalmadhur in #171
- docs: update readme by @shrimalmadhur in #173
- feat: add feature to send library update message by @shrimalmadhur in #174
- chore: refactor signer flags by @shrimalmadhur in #175
- chore: update reward proofs with latest by @shrimalmadhur in #176
- feat: eigenpod status command by @shrimalmadhur in #178
- feat: add calldata format support for rewards commands by @shrimalmadhur in #177
Changelog
- 0f00b7c feat: add calldata format support for rewards commands (#177)
- 2405b11 feat: eigenpod status command (#178)
- a6466d3 chore: update reward proofs with latest (#176)
- 5d166aa chore: refactor signer flags (#175)
- fa2c3ae feat: add feature to send library update message (#174)
- 8b51ab0 docs: update readme (#173)
- 912d54e chore: move common to internal (#171)
- a06e0f2 chore: remove deprecated methods (#170)
- 1bb9228 chore: update logging and refactor (#169)
Full Changelog: v0.9.2...v0.9.3
v0.9.2
Notable Changes
- Added
eigenlayer rewards show
command - Supported
--output
flags torewards show
andrewards claim
command.
What's Changed
- feat: Show Rewards command by @shrimalmadhur in #158
- feat: support output to file for claims by @shrimalmadhur in #166
- feat: output rewards to csv by @shrimalmadhur in #167
- fix: release pipeline with new env vars by @shrimalmadhur in #168
Changelog
- fbe4b0c fix: release pipeline with new env vars (#168)
- e5508d4 feat: output rewards to csv (#167)
- d3ee649 feat: support output to file for claims (#166)
- f2ec537 feat: Show Rewards command (#158)
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Notable Changes
- Rewards commands support fireblocks and web3 signer
What's Changed
- docs: update readme to include latest features and other support by @shrimalmadhur in #160
- tests: add set claimer integration tests by @shrimalmadhur in #161
- feat: add fireblocks and web3 signer flags by @shrimalmadhur in #162
- tests: add Integration test for web3 signer by @shrimalmadhur in #163
- tests: remove pass from CI by @shrimalmadhur in #164
- fix: do not fail if no signer is provided when there's no broadcast flag by @shrimalmadhur in #165
Changelog
- 2c23f96 fix: do not fail if no signer is provided when there's no broadcast flag (#165)
- a942e4b tests: remove pass from CI (#164)
- 69edd4c tests: add Integration test for web3 signer (#163)
- 1c707f5 feat: add fireblocks and web3 signer flags (#162)
- 7c865ac tests: add set claimer integration tests (#161)
- 217b834 docs: update readme to include latest features and other support (#160)
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Notable changes
- Add rewards claim and set-claimer support
- Move
eigenlayer operator keys
toeigenlayer keys
. - Refactor
eigenlayer operator update
command to:eigenlayer operator update
- to update operator details (Excluding metadata uri)eigenlayer operator update-metadata-uri
to update operator metadata uri
What's Changed
- Create codeql.yml by @shrimalmadhur in #141
- add delay message by @shrimalmadhur in #144
- chore: update release readme by @shrimalmadhur in #145
- chore: check fmt pipeline by @shrimalmadhur in #147
- support set claimer by @shrimalmadhur in #146
- refactor and move to helper by @shrimalmadhur in #148
- change name of file by @shrimalmadhur in #149
- refactor signer to it's own config by @shrimalmadhur in #151
- refactor signer config and use that in wallet by @shrimalmadhur in #152
- chore: refactor to common by @shrimalmadhur in #153
- add back private key signer by @shrimalmadhur in #154
- add update metadata uri command by @shrimalmadhur in #155
- Add Rewards claim command by @shrimalmadhur in #150
- move keys command to it's own. add deprecation message to other by @shrimalmadhur in #156
- move set claimer to rewards by @shrimalmadhur in #157
- claim command only in testnet by @shrimalmadhur in #159
Changelog
- 0510b3f claim command not supported in mainnet (#159)
- 6ca74e4 move set claimer to rewards (#157)
- e5abcca move keys command to it's own. add deprecation message to other (#156)
- 8ab1344 Add Rewards claim command (#150)
- 3074226 add update metadata uri command (#155)
- 88433c3 add back private key signer (#154)
- a8d8adb chore: refactor to common (#153)
- 7428520 refactor signer config and use that in wallet (#152)
- c6c9887 refactor signer to it's own config (#151)
- 3fc61e6 change name of file (#149)
- 79c3d3a refactor and move to helper (#148)
- 6c239d2 support set claimer (#146)
- f57d0da chore: check fmt pipeline (#147)
- 1353f7d chore: update release readme (#145)
- 91bef2b add delay message (#144)
- f7e935c Create codeql.yml (#141)
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- Add reference to delegation manager address in example config by @NimaVaziri in #136
- chore: cleanup config type by @shrimalmadhur in #139
- add network to relevant cmd by @shrimalmadhur in #140
- feat: Add operator id in
operator keys list
by @fyInALT in #137
Changelog
- 26e50c9 feat: Add operator id in
operator keys list
(#137) - 49e93cb add network to relevant cmd (#140)
- ff355f4 cleanup config type (#139)
- d1d6339 doc: add reference to delegation manager address in example config (#136)
New Contributors
- @NimaVaziri made their first contribution in #136
- @fyInALT made their first contribution in #137
Full Changelog: v0.8.1...v0.8.2
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