-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: update add vault proposals #59
Conversation
✅ Deploy Preview for cosmos-proposal-builder ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I did not include the permits - are these changing meaningful? Seems weird to produce diff --git a/src/config/inter/addVault/add-oracle-permit.json b/src/config/inter/addVault/add-oracle-permit.json
index 3e58642..57ddf78 100644
--- a/src/config/inter/addVault/add-oracle-permit.json
+++ b/src/config/inter/addVault/add-oracle-permit.json
@@ -12,9 +12,8 @@
"priceAuthorityAdmin": "priceFeed",
"startGovernedUpgradable": "priceFeed",
"vatAdminSvc": "makeCoreProposalBehavior",
- "zoe": "makeCoreProposalBehavior"
+ "zoe": "priceFeed"
},
- "installation": {},
"instance": {
"produce": "priceFeed"
},
@@ -27,6 +26,9 @@
"produce": "priceFeed"
},
"evaluateBundleCap": "makeCoreProposalBehavior",
+ "installation": {
+ "produce": "makeCoreProposalBehavior"
+ },
"modules": {
"utils": {
"runModuleBehaviors": "makeCoreProposalBehavior" git diff src/config/inter/addVault/add-vault-permit.json
diff --git a/src/config/inter/addVault/add-vault-permit.json b/src/config/inter/addVault/add-vault-permit.json
index b316be6..7b7ef78 100644
--- a/src/config/inter/addVault/add-vault-permit.json
+++ b/src/config/inter/addVault/add-vault-permit.json
@@ -20,7 +20,8 @@
"consume": {
"mintHolder": true,
"scaledPriceAuthority": true
- }
+ },
+ "produce": "makeCoreProposalBehavior"
},
"instance": {
"produce": true,
@@ -37,4 +38,4 @@
"runModuleBehaviors": "makeCoreProposalBehavior"
}
}
-}
\ No newline at end of file
+} |
Please regenerate using this with agoric-sdk u18 and a revert of the 2 commits mentioned in Agoric/agoric-sdk#10868 so that we can re-use the bundles already on chain. |
fad5715
to
02d42f0
Compare
Thanks, 0xPatrick. This is the change we were looking for. LGTM. |
- generate from `agoric-upgrade-18` (`f8c45b8a2e`) tag, using `agoric run packages/builders/scripts/inter-protocol/add-STARS.js` - minus ` 2abea2d ` and `2d410c7`, changes that include elideComments, to ensure we match the MN revision
02d42f0
to
43095c8
Compare
yes.
The interpretation at runtime only cares that it's truthy. |
agoric-upgrade-18
(f8c45b8a2e
) tag, usingagoric run packages/builders/scripts/inter-protocol/add-STARS.js