Skip to content
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

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Conversation

0xpatrickdev
Copy link
Collaborator

  • generate from agoric-upgrade-18 (f8c45b8a2e) tag, using agoric run packages/builders/scripts/inter-protocol/add-STARS.js

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for cosmos-proposal-builder ready!

Name Link
🔨 Latest commit 43095c8
🔍 Latest deploy log https://app.netlify.com/sites/cosmos-proposal-builder/deploys/6790113aa5f7c60008a11d32
😎 Deploy Preview https://deploy-preview-59--cosmos-proposal-builder.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@0xpatrickdev
Copy link
Collaborator Author

I did not include the permits - are these changing meaningful? Seems weird to produce makeCoreProposalBehavior versus something more descriptive - iiuc this value matters for installations, versus others which are just truthy?

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
+}

@mhofman
Copy link

mhofman commented Jan 21, 2025

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.

@0xpatrickdev 0xpatrickdev force-pushed the pc/chore-bump-vault-proposals branch from fad5715 to 02d42f0 Compare January 21, 2025 20:56
@Chris-Hibbert
Copy link
Collaborator

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
@0xpatrickdev 0xpatrickdev force-pushed the pc/chore-bump-vault-proposals branch from 02d42f0 to 43095c8 Compare January 21, 2025 21:27
@0xpatrickdev 0xpatrickdev merged commit 26821b2 into main Jan 21, 2025
6 checks passed
0xpatrickdev added a commit that referenced this pull request Jan 25, 2025
- includes permits from proposals generated in 43095c8 (#59)
@dckc
Copy link
Collaborator

dckc commented Jan 27, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants