From 5b87966ee20d8ab83c525050ac29faa4226dfdbc Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Tue, 2 Apr 2019 18:19:06 +0200 Subject: [PATCH] Merge PR #4022: Link to latest IBC spec --- docs/spec/ibc/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spec/ibc/README.md b/docs/spec/ibc/README.md index b42bb35926..69abd3ff0c 100644 --- a/docs/spec/ibc/README.md +++ b/docs/spec/ibc/README.md @@ -1,5 +1,7 @@ # Cosmos Inter-Blockchain Communication (IBC) Protocol +> This specification is outdated and no longer in use. For the latest IBC specifications, please see the [Interchain Standards repository](https://github.com/cosmos/ics). + ## Abstract This paper specifies the Cosmos Inter-Blockchain Communication (IBC) protocol. The IBC protocol defines a set of semantics for authenticated, strictly-ordered message passing between two blockchains with independent consensus algorithms.