-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imp: Enable custom paths for light client proof verifications (#1273)
* refactor: allow using custom path for light client proof verification * imp: 2nd try, place serialize_path under the ClientStateCommon * feat: define concat() for PathBytes * fix: update cw-check cargo.lock * chore: add docs and unclog * misc: apply some fixes * imp: group serialize_path and verify_(non_)membership_raw methods * nit: reword changelog * fix grammar * imp: rename to flatten + revert to Path::*(*) * fix typo * fix: make clippy happy * fix: move changelog to features --------- Co-authored-by: Ranadeep Biswas <[email protected]>
- Loading branch information
1 parent
0202dec
commit e36015c
Showing
13 changed files
with
236 additions
and
56 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/features/1255-enable-custom-paths-for-proof-verificaitons.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- [ibc-core-client] Enable proof verification methods to accept custom paths as | ||
bytes by defining a new `serializer_path()` API allowing light client | ||
developers to introduce the path serialization behavior of their system. | ||
([\#1255](https://github.com/cosmos/ibc-rs/issues/1255)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.