-
Notifications
You must be signed in to change notification settings - Fork 208
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
vat-orchestration expose client (chain) connection info #8879
Comments
Here are pointers for some of the minimum configuration details required to create a Chain.
We are able to retrieve a
The above is able to give us a list of active ics20-1 transfer channels. Useful for building |
refs: #9063 closes: #8879 ## Description Fast follow on #9376 Tests that uncovered that the JSON.stringify encoding is not a valid vstorage key. There's one character that can be used as a separator `_`, the only vstorage valid char that's not a chain-id valid char. (vstorage chars are superset of chain id chars) Also fixes the chain_id half of the connection key, which had been chain name. Also adds a cache to chain info writer so it doesn't write entries that exist and haven't changed. Some misc test supports as well. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations Eventually we'll document these new vstorage nodes, but probably by just pointing to some snapshots. ### Testing Considerations The A3P test checks that it works through agd CLI. ### Upgrade Considerations not yet released
@mitdralla note the Xs in the description; these represent either clarification or changes in requirements / design or something. |
_follow-up_ ## Description Adds 'umee', on the list in #8879. ### Security Considerations ### Scaling Considerations ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
What is the Problem Being Solved?
As a part of building the vat orchestration for the orchestration api, we need to allow a method to expose the client (chain) connection info
@agoric/orchestration
,vat-orchestration
(done through agoricNames instead)Description of the Design
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: