-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: add v2
MerklePath
with bytes in favour of strings (#6644)
* refactor: adapt merkle path to use repeated bytes in favour of strings * refactor: update NewMerklePath func sig to take bytes * nit: rm unnecessary variable * nit: rename var * chore: add changelog * fix: introduce legacy merkle path type for encoding compatibility with existing 08-wasm contracts * refactor: adapt code to handle v2 proto MerklePath * chore: add deprecation notices for v1 merkle path * chore: update changelog * fix: use pointer to leverage omitempty correctly in contract api * test: add tests for 08-wasm contract api encoding * refactor: adapt IsValidUTF func per review suggestion and add more tests * refactor: use v2.MerklePath in contract api and update 08-wasm changelog * Update CHANGELOG.md --------- Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
- Loading branch information
1 parent
30550c2
commit 2bd5920
Showing
26 changed files
with
742 additions
and
344 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
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
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
Oops, something went wrong.