Skip to content

Releases: Layr-Labs/eigenlayer-cli

v0.10.10

20 Nov 23:23
5f6537f
Compare
Choose a tag to compare

Notable changes

  • Fix a bug with rewards with already claimable tokens

What's Changed

Changelog

  • 5f6537f fix: already claimed tokens should not be in claim proof (#240)

Full Changelog: v0.10.9...v0.10.10

v0.10.9

18 Nov 19:00
680b434
Compare
Choose a tag to compare

What's Changed

Changelog

  • 680b434 Fix panic: runtime error on SetClaimer (#238)
  • 4ab21e5 chore: update claim test
  • 1a009c9 fix: update test
  • d2d850e chore: update eigensdk to reference context commit
  • 1261f66 fix: updates to support latest eigensdk
  • 5653e62 fix: bug in delegation approval when no signer provided (#235)

Full Changelog: v0.10.8...v0.10.9

v0.10.8

25 Oct 17:24
79add35
Compare
Choose a tag to compare

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

Changelog

New Contributors

Full Changelog: v0.10.7...v0.10.8

v0.10.7

15 Oct 18:22
5ff7845
Compare
Choose a tag to compare

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

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

Full Changelog: v0.10.6...v0.10.7

v0.10.6

01 Oct 17:34
9bb7b72
Compare
Choose a tag to compare

Notable changes

  • Fix a small bug with rewards show command

What's Changed

Changelog

Full Changelog: v0.10.5...v0.10.6

v0.10.5

27 Sep 18:25
bcba680
Compare
Choose a tag to compare

Notable changes

  • Deprecation of number-of-days flag from eigenlayer 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

Changelog

New Contributors

Full Changelog: v0.10.4...v0.10.5

v0.10.4

19 Sep 19:10
69328e4
Compare
Choose a tag to compare

Notable Changes

  • Support for BIP39 mnemonic for ecdsa key creation/import using eigenlayer keys command
  • cumulativeEarnings in rewards claim json output changed from int to string to address integer overflow issues in other languages

What's Changed

Changelog

Full Changelog: v0.10.3...v0.10.4

v0.10.3

27 Aug 04:19
93010df
Compare
Choose a tag to compare

Notable Changes

  • Added a missing flag --claimer-address to rewards claim command so that you can use that if claimer address is not the earner address

What's Changed

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

19 Aug 22:07
09ed873
Compare
Choose a tag to compare

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

Full Changelog: v0.10.1...v0.10.2

v0.10.1

15 Aug 22:34
88db313
Compare
Choose a tag to compare

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

Full Changelog: v0.10.0...v0.10.1