Releases: Layr-Labs/eigenlayer-cli
Releases · Layr-Labs/eigenlayer-cli
v0.13.1
Changelog
- 2a822fb fix: fix operator set registration command (#333)
- 3facd18 Update codeql-analysis.yml (#334)
- 6c4178c Merge pull request #330 from Layr-Labs/james/set-delay-fix
- 651d1be fix: fix parsing error
- 8ffdff3 fix: enforce operator flag checks on other commands
- 6d48eef fix: enforce operator address flag
- dda8d46 Merge pull request #293 from mbaranovski/fix-rewards-network-override
- c5a5230 Merge branch 'master' into fix-rewards-network-override
- e240c07 Merge branch 'master' into fix-rewards-network-override
- 34535d3 fix: remove mainnet network name overrride
v0.13.0
v0.12.0
v0.11.3
Notable change
- Updates timeout for sidecar calls
Changelog
- 8d1b6c8 Merge pull request #309 from Layr-Labs/sm-sidecarTimeout
- b4841a9 fix: increase timeout for sidecar client
- df4a020 Merge pull request #302 from Layr-Labs/sm-sidecarRequestHeader
- 331d8e3 feat: add "x-sidecar-source" header to sidecar client
- db8e2d5 Merge pull request #307 from Layr-Labs/anupsv/codeql-scanning-update
- 60ac8a5 Update codeql-analysis.yml
- 41b1d4e Update codeql-analysis.yml
- b14d10d Updating the README with integration testing environment details. (#297)
- add3972 Merge pull request #292 from Layr-Labs/doclinks-updates
- 5b87dbb chore: Updated README with updated doc links
v0.12.0-beta3
Install this pre-release
curl -sSfL https://raw.githubusercontent.com/layr-labs/eigenlayer-cli/master/scripts/install.sh | sh -s -- v0.12.0-beta3
Notable Changes
- Updates to latest contract bindings and SDK with slashing contract and middleware updates
- Uses Sidecar RPC for rewards claims
Branch
- This release is out of the
feat/slashing
branch
Changelog
- 8fce9c0 feat: integrate slashing updates to eigensdk
- 10fe3ae Bugfix/rewards command support for printing calldata output with UAM callerAddress specified (#294)
- acce99e fix: update references to renamed type
- f981f12 chore: go mod tidy
- 9785e1c Merge remote-tracking branch 'origin/george-elo-464-rewards-v21-cli-sdk-updates' into feat/slashing
- d2f6a13 Merge remote-tracking branch 'origin/madhur/slashing-allocations' into feat/slashing
- 4b2dac5 Merge pull request #289 from Layr-Labs/sm-sidecarProofs
- a2ae2d8 if no tokens are provided, fetch all claimable tokens
- fad1f5e feat: call Sidecar RPC to generate rewards claims
- c71766a feat: Mainnet release for rewards v2 CLI (#286)
v0.11.2-bh
EigenLayer CLI Brave Hearts Release Notes 0.11.2.bh
- AVS command support for common workflows.
- opt-in, opt-out, register, deregister, status and more.
- Pluggable AVS workflows supported via AVS specs, made available in the EigenLayer CLI.
- Supports workflows implemented with arbitrary contracts, middleware contracts and Go plugins.
Changelog
- 3536b67 Unified AVS registration extension for EigenLayer CLI (#298)
- b14d10d Updating the README with integration testing environment details. (#297)
- add3972 Merge pull request #292 from Layr-Labs/doclinks-updates
- 5b87dbb chore: Updated README with updated doc links
What's Changed
- chore: Updated README with updated doc links by @nelsonijih in #292
- Updating the README with integration testing environment details. by @bdchatham in #297
- Unified AVS registration extension for EigenLayer CLI by @tharindud in #298
New Contributors
- @nelsonijih made their first contribution in #292
- @tharindud made their first contribution in #298
Full Changelog: v0.11.2...v0.11.2-bh
v0.11.2
v0.12.0-beta2
Install this pre-release
curl -sSfL https://raw.githubusercontent.com/layr-labs/eigenlayer-cli/master/scripts/install.sh | sh -s -- v0.12.0-beta2
Notable Changes
- Updates to latest contract bindings and SDK with Rewards v2.1 changes
- Adds Rewards v2.1 operator OperatorSet split and get methods
Branch
- This release is out of the slashing and rewards v2.1 PR.
Changelog
- 1341b9c fix: remove holesky gate from set
- 2eb2a74 fix: remove holesky gate and update descriptions for operatorset commands
- 4b5a514 fix: avs address flag
- 4a1053f fix: add commands to cli operator cmds
- acc9055 fix: missing params
- 1d22459 feat: Get and set commands for operatorset split
- ed2f3c8 feat: update to rewardsv2.1 eigensdk
- 435756e Adding user command integration tests to github CI workflow. (#282)
- 2107746 Fixing name casing for PermissionController. (#281)
- c2daa7a Rename permission manager (#280)
v0.11.1
Notable change
Allows running following commands in all environments including mainnet:
- Adds get and set commands for programmatic incentive split for operators
- Adds get and set commands for operator split for AVS
- Batch claiming support
What's Changed
- chore: add readme for explicit version install by @shrimalmadhur in #277
- feat: Mainnet release for rewards v2 CLI by @gpabst in #286
Full Changelog: v0.11.0...v0.11.1
[Slashing and UAM Testnet] v0.12.0-beta
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
- This release is out of the slashing release PR.
What's changed
- chore: refactor and add tests by @shrimalmadhur in #273
- Updating output code path to correctly detect empty string input for caller-address by @bdchatham in #274
- feat: support csv out for show command by @shrimalmadhur in #275
- fix: add caller address by @shrimalmadhur in #262
- Adding caller-address to support arbitrary CLI signing address. by @bdchatham in #264
- Fixing usage strings for UAM commands. by @bdchatham in #266
- feat: get slashable stake from contract call by @shrimalmadhur in #265
- Adding caller-address to user admin commands to specify arbitrary caller with appointed permissions by @bdchatham in #267
- fix: flakey test by @shrimalmadhur in #268
- fix: add caller address to opset reg/dereg by @shrimalmadhur in #269
- Adding output support to file or terminal without broadcast for user admin commands. by @bdchatham in #270
- Updating appointee set & remove to support output parameters by @bdchatham in #271
- fix: showing allocations for registered ops by @shrimalmadhur in #272