cosmos-sdk/docs/ibc
colin axner 97a83e9c78
Update IBC events docs and code (#6798)
* update msgs type from opaque

* update spec for createclient

* update events spec for handshake cals

* update packet events for spec and code

* add relayer events doc

* update ibc-transfer events

* fix build

* small fix from self review

* update channel msgs types

* acknowledgement_packet -> acknowledge_packet

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* fix spec issues for ibc and ibc-transfer

* add golang relayer link

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-07-21 12:56:14 -04:00
..
README.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
custom.md Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
integration.md remove IBC ante handler in favor of using handler (#6793) 2020-07-20 15:25:57 +00:00
overview.md docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -04:00
relayer.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00

README.md

IBC

This repository contains reference documentation for the IBC protocol integration and concepts:

  1. Overview
  2. Integration
  3. Customization
  4. Relayer

After reading about IBC, head on to the Building Modules documentation to learn more about the process of building modules.