cosmos-sdk/x/ibc/core/spec
colin axnér bcb3240d06
Use generated client identifiers (#8034)
* add client identifier generation

* update proto and start fixing tests

* fix ibc tests

* fix auth rest test

* update spec

* fix lint

* add parsing tests and fix bugs

* fix regexp

* add godoc

* address @AdityaSripal review suggestions for identifier parsing

* address rest of @AdityaSripal's review comments

* remove unnecessary comment

* typos

* fix lint

* Apply suggestions from code review

Co-authored-by: Aditya <adityasripal@gmail.com>

* add more heigh tests as per @AdityaSripal suggestion

Co-authored-by: Aditya <adityasripal@gmail.com>
2020-11-30 15:52:45 +00:00
..
01_concepts.md Use generated client identifiers (#8034) 2020-11-30 15:52:45 +00:00
02_state.md Use generated client identifiers (#8034) 2020-11-30 15:52:45 +00:00
03_state_transitions.md Use generated client identifiers (#8034) 2020-11-30 15:52:45 +00:00
04_messages.md Use generated client identifiers (#8034) 2020-11-30 15:52:45 +00:00
05_callbacks.md counterParty -> counterparty (#7946) 2020-11-16 15:06:55 +00:00
06_events.md Deterministic connection and channel identifiers (#7993) 2020-11-24 15:28:20 +00:00
07_params.md ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
README.md ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00

README.md

ibc core

Abstract

This paper defines the implementation of the IBC protocol on the Cosmos SDK, the changes made to the specification and where to find each specific ICS spec within the module.

For the general specification please refer to the Interchain Standards.

Contents

  1. Concepts
  2. State
  3. State Transitions
  4. Messages
  5. Callbacks
  6. Events
  7. Params