cosmos-sdk/x/ibc-transfer/keeper
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
..
encoding.go ibc-transfer: sims updates (#7123) 2020-08-21 04:52:46 -04:00
genesis.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
genesis_test.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
grpc_query.go ibc-transfer: sims updates (#7123) 2020-08-21 04:52:46 -04:00
grpc_query_test.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
keeper.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
keeper_test.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
params.go ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
params_test.go ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
relay.go Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
relay_test.go Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00