Skip to content

Commit

Permalink
imp(core-host-types): add new storage paths (#1069)
Browse files Browse the repository at this point in the history
* add missing paths

* update Path enum with new paths

* update parse functions

* add next_sequence path parser

* add unit tests

* update names and path format

* update parsing functions

* update tests

* use rstest cases for Path::try_from

* add comment in rstest

* consistent with old tests

* update rstest test names

* add changelog
  • Loading branch information
rnbguy authored Feb 1, 2024
1 parent 5d2805c commit ba7b90c
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 207 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/feature/1065-add-new-storage-paths.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- [ibc-core-host] Add remaining storage paths.
([\#1065](https://github.com/cosmos/ibc-rs/issues/1065))
Loading

0 comments on commit ba7b90c

Please sign in to comment.