Skip to content

Commit

Permalink
Implement FromStr for Path (#1480)
Browse files Browse the repository at this point in the history
* Add FromStr<Path> and initial test

* Add `parse_client_type` fn and associated test

* Add `parse_client_paths` fn

* Add `parse_connections` fn

* Add more Path parsing logic

* Complete Path FromStr logic

* Add more Path parsing unit tests

* Add changelog entry

* Fix changelog entry formatting

* Remove stale changelog entry

* Move changelog entry under `ibc` component

* Move Channels and Sequences to a private enum

Co-authored-by: Romain Ruetschi <[email protected]>
  • Loading branch information
seanchen1991 and romac authored Oct 25, 2021
1 parent 77b0a0a commit a538623
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Implement `FromStr<Path>` to enable string-encoded paths to be converted into Path identifiers ([#1460](https://github.com/informalsystems/ibc-rs/issues/1460))
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Improve error message when `create client` fails and add a health
check for the trusting period being smaller than the unbonding period
([#1440](https://github.com/informalsystems/ibc-rs/issues/1440))
([#1440](https://github.com/informalsystems/ibc-rs/issues/1440))
Loading

0 comments on commit a538623

Please sign in to comment.