cosmos-sdk/docs/ibc
colin axner 79fa06b26c
remove IBC ante handler in favor of using handler (#6793)
* remove IBC ante handler, add calls to handler

* move some events upstream to handler

* remove change log entry

* move ante handler tests to handler

* fix build

* update docs

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
2020-07-20 15:25:57 +00:00
..
README.md docs: improve IBC guide (#6472) 2020-07-07 06:19:36 -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

README.md

IBC

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

  1. Overview
  2. Integration
  3. Customization

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