walletFactory - migrate chain upgrade test to agoric-3-proposals #8334
Labels
enhancement
New feature or request
hygiene
Tidying up around the house
needs-design
technical-debt
wallet
What is the Problem Being Solved?
code review in #8311 resulted in not only back-porting the walletFactory but also making some changes to it; for example:
instancePrivateArgs
rather than rebuilding the private argsfakeStorage.getBody()
Meanwhile, there have been changes on master:
builders
package to address cycles in our package dependenciesDescription of the Design
Originally: It's not clear how to address all these goals:
local-chain
users to benefit from fix(walletFactory): move upgrading check before baggage is populated #8322 which fixed walletFactory fails to install bridge handler on first incarnation #8321We came up with a design that addresses 2 of the 3:
Tasks
Security Considerations
instancePrivateArgs
is a pointy instrument. The choice of whether/how to use it is worth some consideration.Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: