Skip to content

Commit

Permalink
chore: bindings, typo, makefile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Feb 20, 2025
1 parent e278a04 commit 44487a0
Show file tree
Hide file tree
Showing 52 changed files with 2,768 additions and 257 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ gha-docker:
docker run -v $(PWD):/build -w /build --rm -i ${CONTAINER_NAME}:latest bash -c "make gha"

storage-report:
<<<<<<< HEAD
bash "bin/storage-report.sh" "docs/storage-report/"

fix-typos:
typos --config .github/configs/typos-cli.toml --write-changes
=======
bash "bin/storage-report.sh" "docs/storage-report/"
>>>>>>> dd27b022 (fix: signature utils (#1015))
typos --config .github/configs/typos-cli.toml --write-changes
2 changes: 1 addition & 1 deletion docs/core/accounting/SlashingEdgeCase.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ Scenario B:

In scenario B, 50% of Alice’s currently proven assets are slashed, along with a commensurate decrease in the AVSs attributable slashed amount. In both cases Alice’s withdrawable shares and the AVSs attributable slashed amount decrease by the same percentage.

We acknowledge this edge case. A benefit of this system is that stakers are incentivized to immediatley prove BC slashed. Eigen Labs runs an off-chain process (EigenPod Health Checker) that monitors BC slashings and starts checkpoints as needed. Conversely, when Native-ETH burning is implemented, AVSs are incentivized to immediately exit stakers from the BC to recoup the maximum possible attributable slashed amount.
We acknowledge this edge case. A benefit of this system is that stakers are incentivized to immediately prove BC slashed. Eigen Labs runs an off-chain process (EigenPod Health Checker) that monitors BC slashings and starts checkpoints as needed. Conversely, when Native-ETH burning is implemented, AVSs are incentivized to immediately exit stakers from the BC to recoup the maximum possible attributable slashed amount.
49 changes: 40 additions & 9 deletions pkg/bindings/AVSDirectory/binding.go

Large diffs are not rendered by default.

74 changes: 68 additions & 6 deletions pkg/bindings/AVSDirectoryStorage/binding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 35 additions & 4 deletions pkg/bindings/AllocationManager/binding.go

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion pkg/bindings/AllocationManagerStorage/binding.go

Large diffs are not rendered by default.

Loading

0 comments on commit 44487a0

Please sign in to comment.