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

robust handling of vat termination by Zoe across Zoe upgrades #8265

Closed
Chris-Hibbert opened this issue Aug 28, 2023 · 0 comments · Fixed by #8453
Closed

robust handling of vat termination by Zoe across Zoe upgrades #8265

Chris-Hibbert opened this issue Aug 28, 2023 · 0 comments · Fixed by #8453
Assignees
Labels
contract-upgrade enhancement New feature or request security Zoe package: Zoe

Comments

@Chris-Hibbert
Copy link
Contributor

See: #8263

What is the Problem Being Solved?

Zoe queues up handling of vat termination in local promises which would be smashed by upgrade of the Zoe vat.

Description of the Design

Handle (and test handling of) resetting those handlers when Zoe upgrades.

Security Considerations

Any guarantees about final processing or notification should survive upgrade.

Scaling Considerations

Not a huge deal. Has to be managed once per contract.

Test Plan

use upgrade tests.

Upgrade Considerations

Yep, that's what it's about.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contract-upgrade enhancement New feature or request security Zoe package: Zoe
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants