cosmos-sdk/x/ibc-transfer/spec
Aditya 4f9e31ea21
x/ibc: implement Height interface (#7211)
* change interfaces

* fix tendermint client interfaces

* fix other clients interfaces

* fix queries

* fix tendermint build

* fix builds of clients

* fix 02-build

* start fixing connection and make queries non-nullable

* fix connection keepers and queries

* fix connection build

* fix channel build

* fix all non-test files

* fix testing build

* cleanup

* lint

* fix timeout height interface

* fix tendermint tests

* fix rest of clients

* fix connection tests

* fix client tests

* fix channel tests

* fix all ibc tests

* fix transfer tests:

* docs

* fix connection query

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* wrap-up review

Co-authored-by: Jack Zampolin <jack.zampolin@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-09-03 16:23:20 -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 x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
05_events.md x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04: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