Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/EigenLayerMiddleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ sequenceDiagram

## Validator Registration & Delegation

*Registration* and *delegation* data structures come from URC's [`Registry.sol`](../lib/urc/src/Registry.sol).
*Registration* and *delegation* data structures come from URC's [`Registry.sol`](https://github.com/eth-fabric/urc/blob/5f18225c4d027b49084605129b7666a37ea13412/src/Registry.sol).

* `SignedRegistration` → BLS‐signed validator ID + owner
* `SignedDelegation` → BLS‐signed delegation authorising a committer key
Expand Down
4 changes: 2 additions & 2 deletions docs/LinglongSlasher.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ sequenceDiagram
---

## References
* URC Registry source – [`Registry.sol`](../lib/urc/src/Registry.sol)
* EigenLayer slashing interface – [`IAllocationManager.slashOperator`](https://github.com/Layr-Labs/eigenlayer-middleware-contracts/blob/main/src/contracts/core/AllocationManager.sol)
* URC Registry source – [`Registry.sol`](https://github.com/eth-fabric/urc/blob/5f18225c4d027b49084605129b7666a37ea13412/src/Registry.sol)
* EigenLayer slashing interface – [`IAllocationManager.slashOperator`](https://github.com/Layr-Labs/eigenlayer-contracts/blob/main/src/contracts/core/AllocationManager.sol)
2 changes: 1 addition & 1 deletion docs/TaiyiRegistryCoordinator.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ The coordinator is **read-only** during slashing. `LinglongSlasher` queries:


## External Links
* EigenLayer **AVS registrar interface** – <https://github.com/Layr-Labs/eigenlayer-middleware-contracts/blob/main/src/contracts/interfaces/IAVSRegistrar.sol>
* EigenLayer **AVS registrar interface** – <https://github.com/Layr-Labs/eigenlayer-contracts/blob/main/src/contracts/interfaces/IAVSRegistrar.sol>