-
Notifications
You must be signed in to change notification settings - Fork 214
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
Repair Kread since we're upgrading Zoe #10327
Conversation
golang/cosmos/app/upgrade.go
Outdated
vm.CoreProposalStepForModules( | ||
// Upgrade Zoe (no new ZCF needed). | ||
"@agoric/builders/scripts/vats/upgrade-zoe.js", | ||
), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm confused by the scope of this PR. Isn't upgrade-zoe.js
already in the target branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
github is confused. It's showing what's supposed to be the base commit, rather than the new one. 784104
is the new commit. Let me rattle something and see what shakes out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That didn't work. I'll whack it again after #10279 merges.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebased. It looks right now.
7841043
to
aa7f0a9
Compare
Deploying agoric-sdk with Cloudflare Pages
|
Base branch is changed to master. Please re-run the integration tests by adding 'force:integration' label. |
4672167
to
e846f5e
Compare
aa7f0a9
to
450698a
Compare
450698a
to
df51360
Compare
refs: #10267
Description
We'll be upgrading Zoe in the next SW upgrade. We need to reset the KREAd subscribers when we do that.
Security Considerations
No broader security implications
Scaling Considerations
Not a scaling concern
Documentation Considerations
I should have remembered this when adding the Zoe upgrade.
Testing Considerations
None
Upgrade Considerations
There's a constraint that we need to enforce when we upgrade Zoe. So far, we've been remembering it, but it would be better to automate.