From 9e45d9bcc1b05dc657a86c6966c8f66c5c7cef1c Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Thu, 31 Jul 2025 20:59:16 +0300 Subject: [PATCH 1/3] Fixed dead links in LinglongSlasher.md --- docs/LinglongSlasher.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LinglongSlasher.md b/docs/LinglongSlasher.md index 71f8ed6..3081c19 100644 --- a/docs/LinglongSlasher.md +++ b/docs/LinglongSlasher.md @@ -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) \ No newline at end of file +* 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) From d0b0834e059903bec7ecbc4a67e132f2f75f8d05 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Thu, 31 Jul 2025 21:00:27 +0300 Subject: [PATCH 2/3] fixed dead link in EigenLayerMiddleware.md --- docs/EigenLayerMiddleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/EigenLayerMiddleware.md b/docs/EigenLayerMiddleware.md index 733b036..62576e0 100644 --- a/docs/EigenLayerMiddleware.md +++ b/docs/EigenLayerMiddleware.md @@ -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 From e36a953eb79d4a71dd6306096da74aa8828c51b3 Mon Sep 17 00:00:00 2001 From: Cypher Pepe <125112044+cypherpepe@users.noreply.github.com> Date: Thu, 31 Jul 2025 21:02:23 +0300 Subject: [PATCH 3/3] fixed dead link in TaiyiRegistryCoordinator.md --- docs/TaiyiRegistryCoordinator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TaiyiRegistryCoordinator.md b/docs/TaiyiRegistryCoordinator.md index 65838be..ac0613e 100644 --- a/docs/TaiyiRegistryCoordinator.md +++ b/docs/TaiyiRegistryCoordinator.md @@ -97,4 +97,4 @@ The coordinator is **read-only** during slashing. `LinglongSlasher` queries: ## External Links -* EigenLayer **AVS registrar interface** – \ No newline at end of file +* EigenLayer **AVS registrar interface** –