-
Notifications
You must be signed in to change notification settings - Fork 207
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
make vat-network upgradable #5696
Comments
@gibson042 could you take a look at this and see how feasible it seems? |
@FUDCo walked through the His preliminary assessment is that making it upgradable wouldn't be too hard. |
@FUDCo making you the primary on this. |
I spoke with @michaelfig and he said that moving this to |
break this into two pieces:
We can defer the upgrade testing for after the |
vat-network wasn't in the pismo vats. I think it's only needed for dyanimc IBC, which isn't a vaults release feature |
What is the Problem Being Solved?
As part of #5666 we need to make the "network vat" upgradable. This vat hosts a copy of
SwingSet/src/vats/network/router.js.
I'm not sure what this will entail (I'm not very familiar with this network code).
Description of the Design
This includes not only making the network vat durable, but also providing a utility for clients of the network vat (such as Pegasus or ICA) to tolerate an upgrade (and its broken promises) without losing precious state.
Security Considerations
Test Plan
Tasks
The text was updated successfully, but these errors were encountered: