We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#8773 is an upgrade to walletFactory that addresses #8445. During development we tested (manually and in agoric-3-proposals) that offers created before the upgrade continue to be tracked. Unfortunately, those tests don't continue to run once the code is upgraded on chain, so we have to add new tests in a3p-integration. In order to test it, we'll need a hook to create an outstanding offer before performing the upgrade.
agoric-3-proposals
a3p-integration
None
As above
upgraded WalletFactory.
The text was updated successfully, but these errors were encountered:
Blocked on A3P#74.
Sorry, something went wrong.
So this issue no longer needs to be addressed.
Chris-Hibbert
No branches or pull requests
What is the Problem Being Solved?
#8773 is an upgrade to walletFactory that addresses #8445. During development we tested (manually and in
agoric-3-proposals
) that offers created before the upgrade continue to be tracked. Unfortunately, those tests don't continue to run once the code is upgraded on chain, so we have to add new tests ina3p-integration
. In order to test it, we'll need a hook to create an outstanding offer before performing the upgrade.Description of the Design
Security Considerations
None
Scaling Considerations
None
Test Plan
As above
Upgrade Considerations
upgraded WalletFactory.
The text was updated successfully, but these errors were encountered: