cosmos-sdk/x/ibc-transfer/spec
colin axner b3bbca343f
fix ibc-transfer source bug (#6865)
* update proto and refactor types test

* cleanup SendTransfer

* fix build and prep to update handler tests

* fix handler tests

* fix tests

* update spec

* fix lint

* Apply suggestions from code review

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

* rename amount to token

* merge send transfer and createOutgoingPacket

* apply rest of @fedekunze review suggestions

* apply review suggestions from @AdityaSripal

* update spec to token renaming

* split token in denom and amount when creating fungible token packet

* remove source flag, add prefix on recv

* fix lint

* fix proto numbers

* Update x/ibc-transfer/keeper/relay.go

Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>

* apply @cwgoes review suggestions

* Apply suggestions from code review

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

* apply @fedekunze suggestions

* Apply suggestions from code review

* fix lint

* apply @AdityaSripal review requests

* Update x/ibc-transfer/types/coin.go

* apply @AdityaSpripal last suggestions

Co-authored-by: Aditya <adityasripal@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
2020-08-01 09:16:22 +00: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 fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
05_events.md fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00: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