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

codegen RPC clients #9199

Closed
turadg opened this issue Apr 5, 2024 · 2 comments
Closed

codegen RPC clients #9199

turadg opened this issue Apr 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@turadg
Copy link
Member

turadg commented Apr 5, 2024

What is the Problem Being Solved?

For a few weeks we had RPC query clients using Telescope:

But the implementation broke using the library in vats, which is more urgent. So this ticket is for restoring that functionality.

Description of the Design

Some options:

  1. publish them as a separate package, versioned by agoric-upgrade-NN
  2. rework Telescope to output two hierarchies with one that is safe for vats
  3. rework Telescope to inject the dependencies instead of importing them (e.g. provide a generic query util, one of which works over HTTP and another that uses the local chain host)

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations

@turadg turadg added the enhancement New feature or request label Apr 5, 2024
@mhofman
Copy link
Member

mhofman commented Apr 11, 2024

Dup of #9200

@mhofman mhofman closed this as not planned Won't fix, can't repro, duplicate, stale Apr 11, 2024
@turadg
Copy link
Member Author

turadg commented Apr 11, 2024

Dup of #9200

Thanks. Chrome reported a network change during the POST and I resubmitted to not lose the content. Apparently the first POST succeeded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants