cosmos-sdk/x/ibc-transfer
colin axnér 813be217e3
Remove GetHeight from ConsensusState (#7274)
* remove height from tm consensus state

* various updates to removing dep on GetHeight

* inital addition of wrapper around consensus state with height

* fix tests

* remove GetHeight interface func

* wip test

* add test

* apply @AdityaSripal comments

* apply @fedekunze suggestions

Co-authored-by: Aditya <adityasripal@gmail.com>
2020-09-14 18:16:42 +00:00
..
client/cli Remove GetHeight from ConsensusState (#7274) 2020-09-14 18:16:42 +00:00
keeper Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
simulation Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
spec Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
types x/ibc: move solo machine sequence to client state (#7271) 2020-09-09 12:14:11 -03:00
handler.go x/ibc-transfer: ADR001 source tracing implementation (#6871) 2020-08-14 17:46:26 -04:00
handler_test.go Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
module.go Add standard acknowledgement to channels and apply usage in ibc transfer (#7263) 2020-09-09 10:01:28 +00:00
module_test.go Enforce ICS 20 (transfer) to only use UNORDERED channels (#6992) 2020-09-08 14:04:54 +00:00