cosmos-sdk/x/ibc
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
..
02-client types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
03-connection types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
04-channel Allow empty version strings (#6904) 2020-07-31 18:18:05 +00:00
05-port x/ibc: fix log (#6903) 2020-07-30 21:00:58 +00:00
07-tendermint Remove ID from ClientState (#6823) 2020-07-27 18:43:09 +00:00
09-localhost Remove ID from ClientState (#6823) 2020-07-27 18:43:09 +00:00
23-commitment fix nil check bug (#6895) 2020-07-30 08:25:03 -04:00
24-host x/ibc: remove ID from ConnectionEnd (#6814) 2020-07-22 09:59:15 -04:00
client Fix Gas Flag Usage + CLI Flag APIs (#6685) 2020-07-11 08:13:46 +00:00
keeper Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
simulation types: add kv type (#6897) 2020-07-30 14:53:02 +00:00
spec Update IBC events docs and code (#6798) 2020-07-21 12:56:14 -04:00
testing fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
types Add validation to prevent empty store keys (#6754) 2020-07-20 18:05:01 +02:00
genesis.go x:ibc: remove alias.go usage (#6429) 2020-06-13 14:29:00 +00:00
genesis_test.go Remove ID from ClientState (#6823) 2020-07-27 18:43:09 +00:00
handler.go rename MsgPacket to MsgRecvPacket (#6813) 2020-07-22 10:01:57 +00:00
handler_test.go fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00:00
ibc_test.go x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
module.go Migrate x/genutil to use TxConfig (#6734) 2020-07-25 08:10:04 +00:00