cosmos-sdk/docs/ibc
Federico Kunze 16435a0f4d
ibc: TimeoutOnClose support (#7066)
* ibc: TimeoutOnClose support

* revert added callback

* update proto

* update spec and add msg test

* update handler and add test

* apply self-review changes

* apply @fedekunze review suggestion

Co-authored-by: Colin Axner <colinaxner@berkeley.edu>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-08-20 07:19:57 -04:00
..
README.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
custom.md ibc: TimeoutOnClose support (#7066) 2020-08-20 07:19:57 -04: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.