Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83852f6

Browse files
shrimalmadhurbdchatham
andcommittedDec 10, 2024
feat: slashing commands
feat: add working cmds remove unrelated changes remove unrelated changes unsigned tx add some tests comment add readme more allocations basic show command update with latest contracts add more code add more code working slashing %age and comments update with latest contracts Update show.go (#226) updated to latest AM updated to latest AM updated to latest AM update eigensdk update with latest contracts update with latest contracts update allocation delay cmd update with latest contracts added registered/deregistered operator sets only show deregister if there's any allocation left UAM Command Schema with CanCall Implementation (#244) Co-authored-by: Brandon Chatham <brandon.chatham@eigenlabs.org> fix: tests and fmt (#249) Implementing `list` and `list_permissions` Commands. (#248) Co-authored-by: Brandon Chatham <brandon.chatham@eigenlabs.org>
1 parent 680b434 commit 83852f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3891
-25
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ operator-config.yaml.old
88
operator.yaml
99
operator.yaml.old
1010
config/*
11+
updates.csv
1112

1213
# build
1314
dist/

‎cmd/eigenlayer/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func main() {
4343
app.Commands = append(app.Commands, pkg.RewardsCmd(prompter))
4444
app.Commands = append(app.Commands, pkg.KeysCmd(prompter))
4545
app.Commands = append(app.Commands, pkg.EigenPodCmd(prompter))
46+
app.Commands = append(app.Commands, pkg.UserCmd())
4647

4748
if err := app.Run(os.Args); err != nil {
4849
_, err := fmt.Fprintln(os.Stderr, err)

0 commit comments

Comments
 (0)
Please sign in to comment.