cosmos-sdk/x/ibc-transfer/spec
colin axnér b4f146b62d
Add standard acknowledgement to channels and apply usage in ibc transfer (#7263)
* gen ack proto type

* remove transfer ack

* change ics20 ack to use standard type

* update commented tests

* small typo fix

* revert back to module cdc

* update docs

* fix lint

* nit

* update ack event emission

* Update x/ibc-transfer/spec/01_concepts.md

* add comment for onacknowledgement

* Update proto/ibc/channel/channel.proto

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
2020-09-09 10:01:28 +00:00
..
01_concepts.md Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00: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 x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
05_events.md Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
06_params.md ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
README.md ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24: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
  6. Parameters