Skip to content

Commit

Permalink
Add Modular Architecture to Features Matrix. (#3684)
Browse files Browse the repository at this point in the history
* Add `Modular Architecture` to Features Matrix.

Relayer functionality was refactored behind an interface (so that different chain types could implement that interface), beginning in cosmos/relayer#521 on December 30, 2021.

* Update guide/src/advanced/features.md

Signed-off-by: Romain Ruetschi <[email protected]>

---------

Signed-off-by: Romain Ruetschi <[email protected]>
Co-authored-by: Romain Ruetschi <[email protected]>
  • Loading branch information
jonathanpberger and romac authored Nov 9, 2023
1 parent a09b556 commit 0cd7b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guide/src/advanced/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ __Feature comparison between Hermes and the Go relayer__
| Packet_TimeoutClose_P |||
| Packet_Optimistic | ❌ | ❌ | relay packets over non-Open channels
| | | |
| Modular Architecture | ✅ | ✅ | defined interface can be implemented for different chain types
| Cl_Non_Tendermint | ❌ | ❌ | supports non tendermint IBC light clients
| Chain_Non_Cosmos | ❌ | ✅ | supports non cosmos-SDK chains
| Penumbra support | ❌ | ✅ | supports Penumbra non-cosmos-SDK chain
Expand Down

0 comments on commit 0cd7b48

Please sign in to comment.