cosmos-sdk/x/ibc/03-connection/types
colin axner 9048ffa8d3
Update ibc proof to be bytes (#6393)
* update interfaces to use []byte instead of commitment proof

* update 03/04 msgs with bytes

* fix compile errors

* fix channel tests

* fix connection tests

* fix testing, tm, and localhost tests

* fix ante tests

* update 03-connection spec

* update channel msgs spec

* small fixes after self review

* rm unused import

* Update x/ibc/03-connection/client/utils/utils.go

Co-authored-by: Alessio Treglia <alessio@tendermint.com>

* add empty proof test and rm ics 20 from ibc spec

* fix merge issues

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-06-12 00:19:25 +02:00
..
codec.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
connection.go Rename all methods IsEmpty to Empty to be consistent with all codebase (#6409) 2020-06-11 23:32:24 +02:00
connection_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
errors.go bump ibc sub module error codes (#6117) 2020-05-04 09:02:23 -04:00
events.go x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
expected_keepers.go x/ibc: stateful clients (#6202) 2020-05-12 21:13:41 +02:00
genesis.go x/ibc: default genesis state for sims (#6158) 2020-05-14 22:47:11 +00:00
genesis_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
keys.go
msgs.go Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
msgs_test.go Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
querier.go x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
types.pb.go Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
types.proto Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
version.go