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

walletFactory - migrate chain upgrade test to agoric-3-proposals #8334

Closed
1 task done
dckc opened this issue Sep 14, 2023 · 4 comments · Fixed by Agoric/agoric-3-proposals#12
Closed
1 task done
Assignees
Labels
enhancement New feature or request hygiene Tidying up around the house needs-design technical-debt wallet

Comments

@dckc
Copy link
Member

dckc commented Sep 14, 2023

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:

  • using instancePrivateArgs rather than rebuilding the private args
  • reducing the scope/impact of the fakeStorage.getBody()

Meanwhile, there have been changes on master:

Description of the Design

Originally: It's not clear how to address all these goals:

We came up with a design that addresses 2 of the 3:

Tasks

Preview Give feedback
  1. dckc

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

@dckc
Copy link
Member Author

dckc commented Nov 3, 2023

Security Considerations

instancePrivateArgs is a pointy instrument. The choice of whether/how to use it is worth some consideration.

@dckc
Copy link
Member Author

dckc commented Nov 7, 2023

We have this working in agoric-3-proposals:

I suppose I shouldn't close this until...

@dckc
Copy link
Member Author

dckc commented Nov 7, 2023

oops; accidentally closed it anyway

@dckc dckc reopened this Nov 7, 2023
@dckc dckc changed the title walletFactory - merge backport to 11 with master walletFactory - migrate chain upgrade test to agoric-3-proposals Nov 8, 2023
@dckc
Copy link
Member Author

dckc commented Nov 8, 2023

#8443 isn't critical path to the current consumer of this

@dckc dckc closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hygiene Tidying up around the house needs-design technical-debt wallet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants