-
Notifications
You must be signed in to change notification settings - Fork 212
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
Update a3p-integration after upgrade 16 #9878
Conversation
759d8a3
to
448bf42
Compare
Deploying agoric-sdk with Cloudflare Pages
|
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.
b:enable-orchestration
needs to stay. it wasn't part of u16. it's a separate proposal.
Regardless, c:stake-bld
needn't be renamed.
2f64f57
to
d47ea7d
Compare
I reverted the removal of orchestration. I will now wait for Agoric/agoric-3-proposals#166 before merging, but a final review would be appreciated. |
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 won't approve until this is based on latest
that includes u16. Until then it's hard to say whether the changes are valid.
Weren't these in u16?
// Enable low-level Orchestration.
vm.CoreProposalStepForModules(
"@agoric/builders/scripts/vats/init-network.js",
"@agoric/builders/scripts/vats/init-localchain.js",
"@agoric/builders/scripts/vats/init-transfer.js",
),
I removed those lines in upgrade.go. I wasn't involved in orchestration. So some low level orchestration tooling was added in |
Starting
You mean the You don't need to analyze those. They'll all start failing when this PR is on top of an A3P image with u16. It's blocked on that. |
1817736
to
f764980
Compare
Rerunning now with the latest latest. |
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.
failing yet on,
#27 46.52 Waiting for upgrade height for UNRELEASED_A3P_INTEGRATION to be reached (need 1119, have 1118)
#27 47.44 10:47PM ERR UPGRADE "UNRELEASED_A3P_INTEGRATION" NEEDED at height: 1119: {"coreProposals":[]}
a3p-integration/proposals/README.md
Outdated
|
||
Once `latest` has changed, if it was a Software Upgrade Proposal then the | ||
upgrade handler in master will fail. If that poses a problem, you can set | ||
a3p-integration `agoricSyntheticChain.fromtTag` to a specific version instead |
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.
fromTag
``` | ||
"releaseNotes": false, | ||
"sdkImageTag": "unreleased", | ||
"planName": "UNRELEASED_A3P_INTEGRATION", |
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 just noticed that some other docs are still pointing to UNRELEASED_UPGRADE
, which wasn't updated in the docs when that string changed in #9575
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.
some suggestions to consider
I think approval should wait until it's passing ci.
To build that artifact, | ||
``` | ||
cd a3p-integration | ||
scripts/build-all-submissions.sh |
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.
This results in files with absolute filenames on the developer's machine; for example /home/connolly/.agoric/cache/b1-...
. Should those be changed? Some advice one way or the other would be nice here.
t.is(incarnation, 1); | ||
}); | ||
|
||
test.serial(`send invitation via namesByAddress`, async t => { |
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.
This seems like a feature that should work in every release going forward. Deleting the test seems unfortunate.
How about migrating it to the acceptance test?
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.
Punted to #8961
f764980
to
8126798
Compare
8126798
to
985c754
Compare
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 implemented some innocuous changes and cleaned up the commit history to get this in to unbreak master.
985c754
to
ea761fc
Compare
@mergify update |
@mergify rebase |
✅ Branch has been successfully updated |
This reverts commit c3c11be.
✅ Branch has been successfully rebased |
8edbd18
to
3ff2d5a
Compare
closes: #9835
refs: Agoric/agoric-3-proposals#167
Description
Remove changes that were included in upgrade 16 from a3p-integration.
Security Considerations
N/A
Scaling Considerations
None
Documentation Considerations
None
Testing Considerations
Set up the test environment for the next phase.
Upgrade Considerations
Clean up for the next set of upgrade tests.