-
Notifications
You must be signed in to change notification settings - Fork 6
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
add proposal 87 Fast USDC Beta #220
Conversation
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 are a few things to change be need this image in order to test upgrading the beta so I'm going to land this and we can fix it later.
proposer.json: | ||
agd --node $(ARCHIVE_NODE) query gov proposer $(PROPOSAL) -o json >$@ | ||
|
||
# Get proposer's tranasction history. |
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.
transaction
@@ -0,0 +1,6 @@ | |||
# CoreEvalProposal to upgrade vaults and auctions |
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.
revise
|
||
echo "[$PROPOSAL] Running proposal declared in package.json" | ||
# copy to run in the proposal package so the dependencies can be resolved | ||
cp /usr/src/upgrade-test-scripts/eval_submission.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.
this file shouldn't be necessary. it's doing the same as happens if it's absent.
agoric-3-proposals/packages/synthetic-chain/public/upgrade-test-scripts/run_eval.sh
Lines 24 to 29 in 30e910f
# newer proposals declare a submission | |
echo "[$PROPOSAL] Running proposal declared in package.json" | |
# copy to run in the proposal package so the dependencies can be resolved | |
cp /usr/src/upgrade-test-scripts/eval_submission.js . | |
./eval_submission.js | |
fi |
evergreen ## Description `b:beta-fast-usdc` became proposal 87 and made into a3p history with Agoric/agoric-3-proposals#220 This makes agoric-sdk a3p-integration base atop it. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations CI ### Upgrade Considerations none
refs
@turadg, I'm struggling to grok the PR template.
adopt a passed proposal
When a proposal passes on agoric-3 Mainnet, it should be included in the history that this synthetic image tracks.
fromTag
usinglatest
(such as a3p-integration) to use a fixed version (otherwise they will fail when this PR changes latest and they pick it up)use-${proposalName}
(where proposalName is the part of the agoric-3-proposals proposal directory name after the colon, cf. a3p-integration/proposals)