From 85cb1503f7c718a39f992d3f25b4d8c313733c15 Mon Sep 17 00:00:00 2001 From: Jack Zampolin Date: Fri, 24 Sep 2021 12:28:24 -0700 Subject: [PATCH] Add go relayer to list of relayers to be supported --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 778ac3b8bab..ede3ba6d99f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -17,7 +17,7 @@ When bumping the dependencies of [Cosmos SDK](https://github.com/cosmos/cosmos-s To summarize: **All our ibc-go releases allow chains to communicate successfully with any chain running any version of our code**. That is to say, we are still using IBC protocol specification v1.0. -We ensure all major releases are supported by relayers ([hermes](https://github.com/informalsystems/ibc-rs) and [ts-relayer](https://github.com/confio/ts-relayer) at the moment) which can relay between the new major release and older releases. We have no plans of upgrading to an IBC protocol specification v2.0, as this would be very disruptive to the ecosystem. +We ensure all major releases are supported by relayers ([hermes](https://github.com/informalsystems/ibc-rs), [rly](https://github.com/strangelove-ventures/relayer) and [ts-relayer](https://github.com/confio/ts-relayer) at the moment) which can relay between the new major release and older releases. We have no plans of upgrading to an IBC protocol specification v2.0, as this would be very disruptive to the ecosystem. ## Graphics @@ -39,4 +39,4 @@ flowchart TD classDef c fill:#eee,stroke:#aaa ``` -using [Mermaid](https://mermaid-js.github.io)'s [live editor](https://mermaid.live). \ No newline at end of file +using [Mermaid](https://mermaid-js.github.io)'s [live editor](https://mermaid.live).