From da6bda21eeefe828d0e4b4370d24a27c5aa7d28e Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Wed, 20 Sep 2023 16:58:16 +0200 Subject: [PATCH] add ADR link --- .../docs/adrs/adr-005-cryptographic-equivocation-verification.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md b/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md index 900d5fb213..cbe3792d07 100644 --- a/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md +++ b/docs/docs/adrs/adr-005-cryptographic-equivocation-verification.md @@ -162,3 +162,4 @@ light client or double signing attacks. * [ICS misbehaviour handling PR](https://github.com/cosmos/interchain-security/pull/826) * [Consumer double voting handler PR](https://github.com/cosmos/interchain-security/pull/1232) * [Architectural diagrams](https://docs.google.com/document/d/1fe1uSJl1ZIYWXoME3Yf4Aodvz7V597Ric875JH-rigM/edit#heading=h.rv4t8i6d6jfn) +* [ADR on equivocation slashing](https://github.com/cosmos/interchain-security/blob/main/docs/docs/adrs/adr-013-equivocation-slashing.md)