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

Support complex types when using clients #925

Closed
moul opened this issue Jun 21, 2023 · 3 comments
Closed

Support complex types when using clients #925

moul opened this issue Jun 21, 2023 · 3 comments

Comments

@moul
Copy link
Member

moul commented Jun 21, 2023

Context

Clients only support passing and receiving primitive types.
Returned value is hard to parse.

We need to find a solution to support rich types. The current best approach is potentially to generate protobuf files, cue files, amino files dynamically.

Examples of clients

Needed by

@thehowl
Copy link
Member

thehowl commented Jul 5, 2023

what about making a gnob? :) (amino)

could probably keep the same specification, but with the possibility of changing it based on how gno and its primitives evolve

@thehowl
Copy link
Member

thehowl commented Jan 31, 2024

This is partly achieved with gnokey maketx run.

@zivkovicmilos
Copy link
Member

Closing in favor of #1842

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔵 Not Needed for Launch
Development

No branches or pull requests

3 participants