Skip to content

Commit

Permalink
ICS 4 Domain Types for channel handshakes (informalsystems#391)
Browse files Browse the repository at this point in the history
* First step towards #315

* Domain type & tests for chan_open_init.

* Fix FMT

* WIP ChannelOpenTry Domain type & tests

* Re-adding ConnectionMsgType (accidentally removed).

* Done with OpenTry msg

* Finished ChanOpenAck domain type + tests; also fmt fix.

* Finished ChanOpenConfirm message

* ChanCloseInit done

* FMT fix

* Removed unnecessary derives. Close Confirm done

* Rename packet into RecvPacket. Almost done.

* Updated changelog
  • Loading branch information
adizere authored Nov 12, 2020
1 parent 36a7cd4 commit 46662b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Special thanks to external contributors for this release: @CharlyCst ([#347]).

- [changelog] Added "unreleased" section in `CHANGELOG.MD` to help streamline releases ([#274])
- [relayer] Integrate relayer spike into relayer crate ([#335])
- [modules] Implement flexible connection id selection ([#332])
- [modules]
- Implement flexible connection id selection ([#332])
- ICS 4 Domain Types for channel handshakes ([#315])
- [relayer] Implement `query_header_at_height` via plain RPC queries (no light client verification) ([#336])
- [relayer-cli]
- Merge light clients config in relayer config and add commands to add/remove light clients ([#348])
Expand All @@ -19,6 +21,7 @@ Special thanks to external contributors for this release: @CharlyCst ([#347]).
- [ibc-proto] Refactor and allow specifying a commit at which the Cosmos SDK should be checked out ([#366])

[#274]: https://github.com/informalsystems/ibc-rs/issues/274
[#315]: https://github.com/informalsystems/ibc-rs/issues/315
[#332]: https://github.com/informalsystems/ibc-rs/issues/332
[#335]: https://github.com/informalsystems/ibc-rs/pulls/335
[#336]: https://github.com/informalsystems/ibc-rs/issues/336
Expand Down

0 comments on commit 46662b7

Please sign in to comment.