-
Notifications
You must be signed in to change notification settings - Fork 890
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
feat(ibc-union): Add query responses #3508
base: main
Are you sure you want to change the base?
Conversation
@adairrr is attempting to deploy a commit to the unionbuild Team on Vercel. A member of the Team first needs to authorize it. |
9798b59
to
1efa953
Compare
"Hash".to_string() | ||
} | ||
|
||
/// The `FixedBytes` object is serialized as an array in JSON |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's serialized as string according to E
(hex, hex unprefixed, base64, etc). jsonschema for FixedBytes and Bytes are a bit more complicated if you want full correctness, but for now just make them be strings
Adds
QueryResponses
macro for theunion-ibc
contract along with a cw-orch interface.Current issues: