cosmos-sdk/x/ibc/07-tendermint
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
..
client x/ibc-transfer: custom absolute packet timeout (#6248) 2020-06-04 19:30:56 +00:00
types Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
doc.go
misbehaviour.go x/ibc: fix internal errors messages (#6268) 2020-05-22 17:17:52 -04:00
misbehaviour_test.go
module.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tendermint_test.go Move codec.RegisterCrypto and codec.Cdc to new packages (#6330) 2020-06-04 10:38:24 +00:00
update.go update 07-tm err msg to utc time (#6383) 2020-06-10 08:54:23 +00:00
update_test.go