Skip to content

Releases: Layr-Labs/eigenlayer-cli

[Slashing and UAM Testnet] v0.12.0-beta

19 Dec 20:03
026cfdb
Compare
Choose a tag to compare
Pre-release

Install this pre-release

curl -sSfL https://raw.githubusercontent.com/layr-labs/eigenlayer-cli/master/scripts/install.sh | sh -s -- v0.12.0-beta

Notable Changes

  • Supports Slashing and Operator Set commands
  • Supports UAM features

Branch

What's changed

v0.12.0-alpha.2

19 Dec 05:30
3488b3f
Compare
Choose a tag to compare
v0.12.0-alpha.2 Pre-release
Pre-release

Install this pre-release

curl -sSfL https://raw.githubusercontent.com/layr-labs/eigenlayer-cli/master/scripts/install.sh | sh -s -- v0.12.0-alpha.2

Notable Changes

  • eigenlayer operator allocations show supports output file to CSV
  • Bug fixes on UAM

What's Changed

Changelog

  • 3488b3f feat: support csv out for show command (#275)
  • 283790f Updating output code path to correctly detect empty string input for caller-address (#274)
  • 9a7aa3e chore: refactor and add tests (#273)

Full Changelog: v0.12.0-alpha.1...v0.12.0-alpha.2

v0.12.0-alpha.1

18 Dec 18:59
3b1497c
Compare
Choose a tag to compare
v0.12.0-alpha.1 Pre-release
Pre-release

Notable change

  • Divide by 0 bug fix.

Changelog

  • 3b1497c fix: remove 0 total strategy

Full Changelog: v0.12.0-alpha...v0.12.0-alpha.1

v0.12.0-alpha

18 Dec 01:07
34d9897
Compare
Choose a tag to compare
v0.12.0-alpha Pre-release
Pre-release

Notable changes

  • Upgrades to Slashing, Operator Set and UAM release.

Changelog

  • 34d9897 fix: showing allocations for registered ops (#272)
  • 7f37efa Updating appointee set & remove to support output parameters (#271)
  • 0e5a6eb Adding output support to file or terminal without broadcast for user admin commands. (#270)
  • 1dd031d fix: add caller address to opset reg/dereg (#269)
  • 57d967f update docs
  • 9fa16a3 fix test
  • ac0bb2c update deps
  • e46831b fix: flakey test (#268)
  • 5e8eaa3 Adding caller-address to user admin commands to specify arbitrary caller with appointed permissions (#267)
  • 9ba5f61 feat: get slashable stake from contract call (#265)
  • 9aed8b7 Fixing usage strings for UAM commands. (#266)
  • 1ee1429 Adding caller-address to support arbitrary CLI signing address. (#264)
  • cbd9132 fix: add caller address (#262)
  • 181176f Adding new line for pending admins command output.
  • 28b431c latest commit for IT
  • da7bfa2 chote: latest eigensdk commit
  • b42e0ec Adding print code paths for appointee set and remove. (#259)
  • c6de054 fix: allocation delay config and update tests (#257)
  • 7f6d647 fix: integration test (#255)
  • 8b49364 Refactoring user commands to remove user nomenclature and replacing with appointee (#254)
  • ba86af9 Cleaning up user command flags. (#253)
  • d0ef26f Adding implementation and tests for admin write commands. (#252)
  • 342d4a7 Adding admin read commands with unit tests. (#251)
  • 2c1c048 Adding appointee remove and set command implementation and unit tests. (#250)
  • 54287d6 fix allocation delay
  • f6bf36b feat: slashing commands

What's Changed

Full Changelog: v0.11.0...v0.12.0-alpha

v0.11.0

13 Dec 22:27
Compare
Choose a tag to compare

Notable changes

Following only activated in testnet with release of rewards v2 to that environment:

  • Adds get and set commands for programmatic incentive split for operators
  • Adds get and set commands for operator split for AVS
  • Batch claiming support

Changelog

  • 9c2b043 feat: gate new rewards v2 commands to holesky
  • 3a2677f feat: get/set operator PI split commands (#256)
  • f8cecdd feat: set and get operator split command (#247)
  • 26dee03 feat: Rewards v2 batch claiming support (#241)
  • d41fc29 feat: add optional prompt option for importing keys (#245)

What's Changed

Full Changelog: v0.10.10...v0.11.0

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