cosmos-sdk/x/ibc
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
..
02-client Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
03-connection Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
04-channel Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
05-port move packet executed call to ibc handler (#6312) 2020-06-04 11:24:21 +00:00
07-tendermint Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
09-localhost Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
23-commitment Rename all methods IsEmpty to Empty to be consistent with all codebase (#6409) 2020-06-11 23:32:24 +02:00
24-host x/ibc: simulation store decoders (#6247) 2020-06-10 08:09:51 +00:00
ante Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
client client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
keeper x/ibc: simulation store decoders (#6247) 2020-06-10 08:09:51 +00:00
simulation x/ibc: simulation store decoders (#6247) 2020-06-10 08:09:51 +00:00
spec Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
testing Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
types x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
alias.go x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
genesis.go x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
genesis_test.go x/ibc: constrain acks processing order (#6244) 2020-05-18 16:50:07 +00:00
handler.go move packet executed call to ibc handler (#6312) 2020-06-04 11:24:21 +00:00
ibc_test.go x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
module.go module: pass route by value (#6404) 2020-06-11 15:37:23 +00:00