Skip to content

Releases: Layr-Labs/eigenlayer-cli

v0.10.4

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

Notable Changes

  • Support for BIP39 mnemonic for 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

v0.10.0

12 Aug 18:57
2f5daf3
Compare
Choose a tag to compare

Notable Changes

  • Rewards command supported on mainnet

What's Changed

Changelog

Full Changelog: v0.9.3...v0.10.0

v0.9.3

01 Aug 17:12
0f00b7c
Compare
Choose a tag to compare

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

Changelog

Full Changelog: v0.9.2...v0.9.3

v0.9.2

16 Jul 04:31
fbe4b0c
Compare
Choose a tag to compare

Notable Changes

  • Added eigenlayer rewards show command
  • Supported --output flags to rewards show and rewards claim command.

What's Changed

Changelog

Full Changelog: v0.9.1...v0.9.2

v0.9.1

12 Jul 16:25
2c23f96
Compare
Choose a tag to compare

Notable Changes

  • Rewards commands support fireblocks and web3 signer

What's Changed

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

10 Jul 05:05
0510b3f
Compare
Choose a tag to compare

Notable changes

  • Add rewards claim and set-claimer support
  • Move eigenlayer operator keys to eigenlayer 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

Changelog

Full Changelog: v0.8.2...v0.9.0

v0.8.2

08 Jun 04:19
26e50c9
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.8.1...v0.8.2