cosmos-sdk/x/ibc-transfer/spec
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
..
01_concepts.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
02_state.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
03_state_transitions.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
04_messages.md Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
05_events.md Update IBC events docs and code (#6798) 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

README.md

ibc-transfer

Abstract

This paper defines the implementation of the ICS20 protocol on the Cosmos SDK.

For the general specification please refer to the ICS20 Specification.

Contents

  1. Concepts
  2. State
  3. State Transitions
  4. Messages
  5. Events