You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
publish them as a separate package, versioned by agoric-upgrade-NN
rework Telescope to output two hierarchies with one that is safe for vats
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
The text was updated successfully, but these errors were encountered:
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:
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: