Skip to content

Commit

Permalink
Packet domain types & conversion to/from protobuf (informalsystems#399)
Browse files Browse the repository at this point in the history
* Packet type; Conversion support for packet related types

* Added unit tests for Packet

* Added unit tests for ack and recv packet messages.

* Unit tests for timeout messages.

* Updated changelog

* Fmt reordering of imports

* Fixed 1.48 clippy warnings
  • Loading branch information
adizere authored Nov 20, 2020
1 parent cde1196 commit a6812a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Special thanks to external contributors for this release: @CharlyCst ([#347]).
- [relayer] Integrate relayer spike into relayer crate ([#335])
- [modules]
- Implement flexible connection id selection ([#332])
- ICS 4 Domain Types for channel handshakes and packets ([#315], [#95])
- Introduce LightBlock support for MockContext ([#389])
- ICS 4 Domain Types for channel handshakes ([#315])
- [relayer]
- Implement `query_header_at_height` via plain RPC queries (no light client verification) ([#336])
- Implement the relayer logic for connection handshake messages ([#358], [#359], [#360])
Expand All @@ -27,6 +27,7 @@ Special thanks to external contributors for this release: @CharlyCst ([#347]).
- Add a `--tag` option to the `clone-sdk` command to check out a tag instead of a commit ([#369])
- [ibc-proto] Refactor and allow specifying a commit at which the Cosmos SDK should be checked out ([#366])

[#95]: https://github.com/informalsystems/ibc-rs/issues/95
[#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
Expand Down

0 comments on commit a6812a7

Please sign in to comment.