cosmos-sdk/x/ibc
colin axnér 432ba30bed
Flexible Connection Handshake Selection (#7427)
* update connopeninit

Update ConnOpenInit to reflect changes in https://github.com/cosmos/ics/pull/482. An additional version field is added to the connection handshake and connection open init message to take in an optional field. If this field is empty, then the default versions are used for connection handshake version negotiation.

* add version compatibility check in open init

* implement partial changes to conn open try

* partial implementation of conn open ack changes

* fix tests

* add handshake tests

* make proto

* fix conflicts

* fix lint

* fix lint

* increase code cov

Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
2020-10-01 22:28:15 +00:00
..
02-client ibc: protobuf v1 (#7432) 2020-10-01 19:23:29 +00:00
03-connection Flexible Connection Handshake Selection (#7427) 2020-10-01 22:28:15 +00:00
04-channel ibc: protobuf v1 (#7432) 2020-10-01 19:23:29 +00:00
05-port Add a mock application module to test core IBC (#7187) 2020-08-31 13:58:23 +00:00
23-commitment/types ibc: protobuf v1 (#7432) 2020-10-01 19:23:29 +00:00
24-host ibc: async acknowledgements (#7361) 2020-10-01 10:25:50 +00:00
applications/transfer ibc: protobuf v1 (#7432) 2020-10-01 19:23:29 +00:00
client ibc: rename epoch -> version (#7429) 2020-10-01 15:08:26 +00:00
exported ibc: async acknowledgements (#7361) 2020-10-01 10:25:50 +00:00
keeper Fix QueryUnreceivedPackets/Acks (#7320) 2020-09-18 09:56:20 +00:00
light-clients ibc: protobuf v1 (#7432) 2020-10-01 19:23:29 +00:00
simulation ibc: light clients restructure (#7408) 2020-10-01 06:38:53 -03:00
spec ibc: applications restructure (#7425) 2020-10-01 15:32:53 +00:00
testing Flexible Connection Handshake Selection (#7427) 2020-10-01 22:28:15 +00:00
types ibc: protobuf v1 (#7432) 2020-10-01 19:23:29 +00:00
genesis.go Enable proto JSON for genesis (#7000) 2020-08-11 14:22:30 +00:00
genesis_test.go ibc: light clients restructure (#7408) 2020-10-01 06:38:53 -03:00
handler.go ibc: async acknowledgements (#7361) 2020-10-01 10:25:50 +00:00
handler_test.go ibc: async acknowledgements (#7361) 2020-10-01 10:25:50 +00:00
ibc_test.go ibc: light clients restructure (#7408) 2020-10-01 06:38:53 -03:00
module.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00