-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: allow HostFunctionsProvider in MerkleProof * nit: consistent generic name H * feat: use hash_with<H> for hashing validator sets * fix: make verify_upgrade_client func generic over HostFunctionsProvider * chore: add changelog
- Loading branch information
1 parent
91bee67
commit f7a3c2b
Showing
8 changed files
with
93 additions
and
72 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/v0.51.0/feature/1147-allow-custom-HostFunctionsProvider.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] Enable the use of custom hashing functions by making `MerkleProof` | ||
validation methods generic over `HostFunctionsProvider` and using | ||
`hash_with<H>()` instead of `hash()` wherever validators' hash is computed. | ||
([\#1147](https://github.com/cosmos/ibc-rs/issues/1147)) |
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
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.