Skip to content

Commit

Permalink
abci::CheckTx equivalent for IBC module (informalsystems#1203)
Browse files Browse the repository at this point in the history
* Impl TryFrom<Any> for Ics26Envelope

* Add decode()

* Use decode() in deliver()

* Update CHANGELOG.md

Co-authored-by: Adi Seredinschi <adi@informal.systems>
  • Loading branch information
hu55a1n1 and adizere authored Jul 20, 2021
1 parent 399ca2e commit 9a70d59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [ibc]
- Enable `pub` access to verification methods of ICS 03 & 04 ([#1198])
- Add `ics26_routing::handler::decode` function ([#1194])

- [ibc-relayer-cli]
- Added `upgrade-clients` CLI ([#763])
Expand All @@ -28,9 +29,11 @@
[#1094]: https://github.com/informalsystems/ibc-rs/issues/1094
[#1114]: https://github.com/informalsystems/ibc-rs/issues/1114
[#1192]: https://github.com/informalsystems/ibc-rs/issues/1192
[#1194]: https://github.com/informalsystems/ibc-rs/issues/1194
[#1198]: https://github.com/informalsystems/ibc-rs/issues/1198
[#1200]: https://github.com/informalsystems/ibc-rs/issues/1200


## v0.6.0
*July 12th, 2021*

Expand Down

0 comments on commit 9a70d59

Please sign in to comment.