Releases: Layr-Labs/eigenlayer-cli
Releases · Layr-Labs/eigenlayer-cli
v0.10.8
Notable Changes
- added
eigenlayer operator get-delegation-approval
command to create the signature need to delegate by delegation approver. eigenlayer rewards show
command supports fetching data from non claimable root.
What's Changed
- feat: extend show to latest non claimable root by @shrimalmadhur in #229
- feat: add token name to show cmd by @shrimalmadhur in #230
- tests: add tests for some calculations by @shrimalmadhur in #231
- Add operator delegate-to command by @aivarasko in #233
- fix: delegation approver functions by @shrimalmadhur in #234
Changelog
- 79add35 fix: delegation approver functions (#234)
- 4af04b1 Add operator delegate-to command (#233)
- 39cf782 tests: add tests for some calculations (#231)
- 05c7637 feat: add token name to show cmd (#230)
- e873f52 feat: extend show to latest non claimable root (#229)
New Contributors
- @aivarasko made their first contribution in #233
Full Changelog: v0.10.7...v0.10.8
v0.10.7
Notable changes
- Add silent flag to suppress log output
- Clarification to show command that it runs on active root
- Make token address optional for claim command and only query tokens with pending rewards
What's Changed
- bug: silent pass when API not 200 by @shrimalmadhur in #222
- ELO-335 -- lowering claim tokenAddresses to optional; using distribution to only query claimable tokens. by @bdchatham in #223
- Clarify Active Root by @wesfloyd in #225
- feat: add silent flag to enable piping claim data by @gpabst in #224
- docs: update readme with latest updates by @shrimalmadhur in #227
Changelog
- 5ff7845 docs: update readme with latest updates (#227)
- 48fa4b3 chore: clean up silent flag
- 0e188e2 fix: make silent global flag instead of only for claims
- 16315b5 fix: update claim env var to be more specific
- faaa3dc feat: add silent flag to enable piping claim data
- fa16153 Clarify Active Root (#225)
- 297b1af ELO-335 -- make tokenAddresses optional for reward claiming; only query tokens which have pending rewards. (#223)
- 08c43fc bug: silent pass when API not 200 (#222)
New Contributors
- @bdchatham made their first contribution in #223
- @wesfloyd made their first contribution in #225
Full Changelog: v0.10.6...v0.10.7
v0.10.6
Notable changes
- Fix a small bug with
rewards show
command
What's Changed
- fix: bug with show cmd by @shrimalmadhur in #219
Changelog
Full Changelog: v0.10.5...v0.10.6
v0.10.5
Notable changes
- Deprecation of
number-of-days
flag fromeigenlayer rewards show
command. Now it gives data from inception eigenlayer rewards show
command does not require BE API to fetch rewards data. Everything is fetched via onchain command. ETH RPC URL is now required for the command.
What's Changed
- chore: update outdated comment by @gpabst in #215
- chore: fix readme for rewards show by @shrimalmadhur in #216
- feat: remove backend API deps for show cmd by @shrimalmadhur in #217
- chore: add detailed rewards cmd to readme by @shrimalmadhur in #218
Changelog
- bcba680 chore: add detailed rewards cmd to readme (#218)
- d4e2705 feat: remove backend API deps for show cmd (#217)
- 8c6a319 chore: fix readme for rewards show (#216)
- 234f9a4 update outdated comment (#215)
New Contributors
Full Changelog: v0.10.4...v0.10.5
v0.10.4
Notable Changes
- Support for BIP39 mnemonic for ecdsa key creation/import using
eigenlayer keys
command cumulativeEarnings
in rewards claim json output changed fromint
tostring
to address integer overflow issues in other languages
What's Changed
- chore: clean up and tests 1 of n by @shrimalmadhur in #203
- chore: move el writer initialization to common by @shrimalmadhur in #204
- chore: fix build by @shrimalmadhur in #206
- chore: update deps by @shrimalmadhur in #207
- revert: some build changes by @shrimalmadhur in #208
- chore: refactor and move to internal by @shrimalmadhur in #210
- feat: support bip39 mnemonic for creating ecdsa keys by @shrimalmadhur in #211
- feat: support bip39 mnemonic for importing keys by @shrimalmadhur in #212
- feat: add claim check after generation by @shrimalmadhur in #213
- chore: fix cummulative earnings by @shrimalmadhur in #214
Changelog
- 69328e4 chore: fix cummulative earnings (#214)
- ee958cb feat: add claim check after generation (#213)
- 11fe204 feat: support bip39 mnemonic for importing ecdsa keys (#212)
- 9c15fe9 feat: support bip39 mnemonic for creating ecdsa keys (#211)
- e23580b chore: refactor and move to internal (#210)
- ef0a2eb revert: some build changes (#208)
- 7b10e7b chore: update deps (#207)
- 3431a4d chore: fix build (#206)
- 3a0acc1 chore: move el writer initialization to common (#204)
- d6ca32a chore: clean up and tests 1 of n (#203)
Full Changelog: v0.10.3...v0.10.4
v0.10.3
Notable Changes
- Added a missing flag
--claimer-address
torewards claim
command so that you can use that if claimer address is not the earner address
What's Changed
- chore: update and clean go releaser by @shrimalmadhur in #197
- chore: add tag to go releaser by @shrimalmadhur in #198
- chore: trim
0x
from private key by @shrimalmadhur in #200 - fix: add claimer address flag when claimer is not earner for claim method by @shrimalmadhur in #201
- fix: hardcode gas limit for smart contract claimer by @shrimalmadhur in #202
Changelog
- 93010df fix: hardcode gas limit for smart contract claimer (#202)
- 2b1c6e6 fix: add claimer address flag when claimer is not earner for claim method (#201)
- e140239 chore: trim
0x
from private key (#200) - 327df84 chore: add tag to go releaser (#198)
- c04944f chore: update and clean go releaser (#197)
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Notable changes
- Migrate claim URL
Changelog
- 09ed873 fix: update claim URL and refactor (#196)
- f211fc7 feat: add tx fee details in non broadcast mode (#195)
What's Changed
- feat: add tx fee details in non broadcast mode by @shrimalmadhur in #195
- fix: update claim URL and refactor by @shrimalmadhur in #196
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Notable changes
- Fixes for mainnet claims logic
Changelog
- 88db313 feat: latest active root via contract call (#194)
- abc7880 fix: fix the mainnet url (#193)
- 18af34e chore: default claims to latest active timestamp (#191)
- 8aef2c4 feat: claim rewards from latest active root (#188)
What's Changed
- feat: claim rewards from last active root by @shrimalmadhur in #188
- chore: default claims to latest active timestamp by @shrimalmadhur in #191
- fix: fix the mainnet url by @shrimalmadhur in #193
- feat: latest active root via contract call by @shrimalmadhur in #194
Full Changelog: v0.10.0...v0.10.1
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