Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement JsonSchema for all hash types in unionlabs #2795

Open
benluelo opened this issue Aug 20, 2024 · 2 comments
Open

implement JsonSchema for all hash types in unionlabs #2795

benluelo opened this issue Aug 20, 2024 · 2 comments
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. P-low Low priority

Comments

@benluelo
Copy link
Contributor

since we can't derive it due to limitations with how JsonSchema is implemented for arrays, we'll have to implement it manually in the hex_string_array_wrapper macro.

@benluelo benluelo added C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. P-low Low priority labels Aug 20, 2024
@hussein-aitlahcen
Copy link
Contributor

Once this is ready, we'll be able to use H256 directly in cosmwasm execute messages.

@benluelo
Copy link
Contributor Author

after #2984, JsonSchema will need to be implemented for Hash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. P-low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants