cosmos-sdk/docs/ibc
Aditya e9801edb99
Async Ack Fixes (#7735)
* Add function to query ack proofs

* fix bugs

* fix swagger

* fix final queries

* docs and add test case

* Rename QueryUnrelayedAcks to more accurate QueryUnreceivedAcks

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>

* address rest of reviews

* consistent spelling

Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-11-02 15:13:48 +00:00
..
README.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
custom.md Async Ack Fixes (#7735) 2020-11-02 15:13:48 +00:00
integration.md ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
overview.md ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
relayer.md ibc: core restructure (#7434) 2020-10-02 06:03:02 -03: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.