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