-
Notifications
You must be signed in to change notification settings - Fork 375
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
[gnokey] Make output of queries follow JSON spec #2232
Comments
Additional thoughts: it would be great to unify the I see this as a super useful quick and easy way to get the ABI of a realm, such as with this:
cc @salmad3 @ilgooz Let's have a discussion on defining the spec for this. |
7 tasks
Relates to #2301 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
To consolidate our returns on
gnokey
queries, I propose that we make them return JSON strings. Currently, most of them return values with no wrapping, such as this:One exception is
vm/qfuncs
, which returns a partly formatted JSON string:Would be great to wrap
height
&data
properly, such as this:The text was updated successfully, but these errors were encountered: