Skip to content

Commit

Permalink
Fix for chain_version parsing when chain identifier has multiple da…
Browse files Browse the repository at this point in the history
…shes (informalsystems#884)

* Solution: use the last digit (fix #878) (informalsystems#879)

use expect

Co-authored-by: jongwhan lee <[email protected]>

* Doc tests and FMT

* Changelog

Co-authored-by: Jongwhan Lee <[email protected]>
Co-authored-by: jongwhan lee <[email protected]>
  • Loading branch information
3 people authored May 3, 2021
1 parent 7727d18 commit 925545a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

Special thanks to external contributors:
Jongwhan Lee (@leejw51crypto) ([#878]).

> [TODO: high level summary]
### FEATURES
Expand All @@ -18,6 +21,9 @@

### BUG FIXES

- [ibc]
- Fix parsing in `chain_version` when chain identifier has multiple dashes ([#878])

- [ibc-relayer]
- Fix pagination in gRPC query for clients ([#811])
- Fix relayer crash when hermes starts in the same time as packets are being sent ([#851])
Expand All @@ -41,6 +47,7 @@
[#854]: https://github.com/informalsystems/ibc-rs/issues/854
[#861]: https://github.com/informalsystems/ibc-rs/issues/861
[#869]: https://github.com/informalsystems/ibc-rs/issues/869
[#878]: https://github.com/informalsystems/ibc-rs/issues/878


## v0.2.0
Expand Down

0 comments on commit 925545a

Please sign in to comment.