-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add upgrade-16 (proposal 75) #166
Conversation
Remove the |
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 think provisioning was part of U16, but provisionPool was not. (Yeah they're distinct things.)
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.
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.
Apparently I had copied from the wrong source.
I've updated the PR to copy from the right source:
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.
Vaults was not included in U16
proposals/75:upgrade-16/use.sh
Outdated
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.
not in upgrade 16
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.
Please double-check this. My impression was that synthetic-chain
didn't make it into U16, but i'm not certain.
proposals/75:upgrade-16/exitOffer.js
Outdated
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 do not know whether this test pertains to U16.
cp -r ag-u16/a3p-integration/proposals/a\:upgrade-16/ 75:upgrade-16/ where ag-u16 is at c772ff407
- go back to u15 structure - update release notes pointer; get sdkImageTag from release notes - get upgradeInfo from block explorer
a3p-integration$ ./scripts/build-all-submissions.sh
@@ -0,0 +1,100 @@ | |||
import dbOpenAmbient from 'better-sqlite3'; |
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 wonder why this file is here. I can't find anything that imports from it.
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.
It's used in the vaults and auctions upgrade. I dunno whether any parts were used in orchestration upgrades.
I gather ci for this is a bit fragile. I'll try it again. Symptoms:
|
@turadg @Chris-Hibbert it's green. Please take a look. p.s. the
so I raised the timeout to 60s, and that seems to do the trick. |
proposals/75:upgrade-16/use.sh
Outdated
@@ -0,0 +1,6 @@ | |||
#!/bin/bash |
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.
empty. consider dropping to aid debugging in the future (clear there's no "use" stage)
{ | ||
"entrypoint": "@agoric/vats/src/vat-zoe.js", | ||
"bundleID": "b1-db507028460b0c9ad9b16a1e1094b4cd09cfbdc1779c992b42d828745788d98393ca4740599ac4b2e3a6f4bd8d9018aad6d509107eced9253fe7d3c0085709a7", | ||
"fileName": "/home/connolly/.agoric/cache/b1-db507028460b0c9ad9b16a1e1094b4cd09cfbdc1779c992b42d828745788d98393ca4740599ac4b2e3a6f4bd8d9018aad6d509107eced9253fe7d3c0085709a7.json" |
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.
do these local file paths on your machine matter?
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.
They don't affect execution.
I guess cleaning them up for looks is worthwhile...
fixes #167
Initial attempts to test locally failed at the
yarn build
step:cc @turadg @Chris-Hibbert @LuqiPan