cosmos-sdk/x/ibc/testing
colin axner 6851c844b3
x/ibc: testing pkg (#6356)
* add ibc testing pkg with testchain

* add ibctestsuite

* add create connection and channel support

* lint fixes

* lint

* revert

* simplify code via lint

* change suite to coordinator

* Update x/ibc/testing/chain.go

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

* Apply suggestions from code review

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

* make trust level var and remove get from channel test struct

* apply most suggestions from pr review

* split conn handshake into single step funcs

* split channel handshake into separate funcs

* apply @fedekunze suggestions

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-06-10 09:00:13 +00:00
..
chain.go x/ibc: testing pkg (#6356) 2020-06-10 09:00:13 +00:00
coordinator.go x/ibc: testing pkg (#6356) 2020-06-10 09:00:13 +00:00
keys.go x/ibc: testing pkg (#6356) 2020-06-10 09:00:13 +00:00
types.go x/ibc: testing pkg (#6356) 2020-06-10 09:00:13 +00:00