cosmos-sdk/x/ibc-transfer/types
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
..
codec.go x/ibc: migrate 02-client to use proto encoded/decoded client states (#6948) 2020-08-05 11:14:24 -04:00
coin.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
errors.go ibc-transfer: split params (#7068) 2020-08-17 08:16:24 -04:00
events.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
expected_keepers.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
genesis.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
genesis.pb.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
genesis_test.go Proto Auditing: Replace ID with Id (#7032) 2020-08-14 08:55:54 +00:00
keys.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
msgs.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
msgs_test.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
packet.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
packet_test.go fix ibc-transfer source bug (#6865) 2020-08-01 09:16:22 +00: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
query.pb.go ibc-transfer: enable transfer parameter (#6607) 2020-08-17 02:24:14 -04:00
query.pb.gw.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
trace.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
trace_test.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
transfer.pb.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00