@agoric/vm-config 0.1.1-upgrade-19-dev-0754752.0 → 0.1.1-upgrade-18a-dev-4ee0508.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### 0.1.1-u19.0 (2025-02-24)
6
+ ### [0.1.1-u18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/vm-config@0.1.1-u18.0...@agoric/vm-config@0.1.1-u18.1) (2024-12-24)
7
+
8
+ **Note:** Version bump only for package @agoric/vm-config
9
+
10
+
11
+
12
+
13
+
14
+ ### 0.1.1-u18.0 (2024-10-31)
7
15
 
8
16
 
9
17
  ### Features
@@ -5,18 +5,7 @@
5
5
  "coreProposals": {
6
6
  "steps": [
7
7
  [
8
- "@agoric/builders/scripts/vats/init-core.js"
9
- ],
10
- [
11
- "@agoric/builders/scripts/vats/init-network.js",
12
- "@agoric/builders/scripts/vats/init-localchain.js",
13
- "@agoric/builders/scripts/vats/init-transfer.js"
14
- ],
15
- [
16
- "@agoric/builders/scripts/vats/init-orchestration.js",
17
- "@agoric/builders/scripts/orchestration/write-chain-info.js"
18
- ],
19
- [
8
+ "@agoric/builders/scripts/vats/init-core.js",
20
9
  {
21
10
  "module": "@agoric/builders/scripts/inter-protocol/init-core.js",
22
11
  "entrypoint": "defaultProposalBuilder",
@@ -30,6 +19,30 @@
30
19
  }
31
20
  ]
32
21
  },
22
+ {
23
+ "module": "@agoric/builders/scripts/inter-protocol/invite-committee-core.js",
24
+ "entrypoint": "defaultProposalBuilder",
25
+ "args": [
26
+ {
27
+ "voterAddresses": {
28
+ "gov1": "agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
29
+ "gov2": "agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang",
30
+ "gov3": "agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h"
31
+ }
32
+ }
33
+ ]
34
+ }
35
+ ],
36
+ [
37
+ "@agoric/builders/scripts/vats/init-network.js",
38
+ "@agoric/builders/scripts/vats/init-localchain.js",
39
+ "@agoric/builders/scripts/vats/init-transfer.js"
40
+ ],
41
+ [
42
+ "@agoric/builders/scripts/vats/init-orchestration.js",
43
+ "@agoric/builders/scripts/orchestration/write-chain-info.js"
44
+ ],
45
+ [
33
46
  {
34
47
  "module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
35
48
  "entrypoint": "defaultProposalBuilder",
@@ -152,19 +165,6 @@
152
165
  "OUT_BRAND_DECIMALS": 4
153
166
  }
154
167
  ]
155
- },
156
- {
157
- "module": "@agoric/builders/scripts/inter-protocol/invite-committee-core.js",
158
- "entrypoint": "defaultProposalBuilder",
159
- "args": [
160
- {
161
- "voterAddresses": {
162
- "gov1": "agoric1ldmtatp24qlllgxmrsjzcpe20fvlkp448zcuce",
163
- "gov2": "agoric140dmkrz2e42ergjj7gyvejhzmjzurvqeq82ang",
164
- "gov3": "agoric1w8wktaur4zf8qmmtn3n7x3r0jhsjkjntcm3u6h"
165
- }
166
- }
167
- ]
168
168
  }
169
169
  ]
170
170
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agoric/vm-config",
3
- "version": "0.1.1-upgrade-19-dev-0754752.0+0754752",
3
+ "version": "0.1.1-upgrade-18a-dev-4ee0508.0+4ee0508",
4
4
  "description": "Config to start an Agoric VM",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -50,5 +50,5 @@
50
50
  "typeCoverage": {
51
51
  "atLeast": 100
52
52
  },
53
- "gitHead": "07547522e9d8a06692fa5ff12c35230ddb4b252b"
53
+ "gitHead": "4ee05088e5ada989a866a11ff65838d395505ce6"
54
54
  }
@@ -1,143 +0,0 @@
1
- {
2
- "$comment": "This SwingSet config file (see loadSwingsetConfigFile) is designed to bring up vats to test Fast USDC. Compared to decentral-itest-orchestration-config.json, it lacks write-chain-info.",
3
- "bootstrap": "bootstrap",
4
- "defaultReapInterval": 1000,
5
- "coreProposals": [
6
- "@agoric/builders/scripts/vats/init-core.js",
7
- "@agoric/builders/scripts/vats/init-network.js",
8
- "@agoric/builders/scripts/vats/init-localchain.js",
9
- "@agoric/builders/scripts/vats/init-transfer.js",
10
- "@agoric/builders/scripts/vats/init-orchestration.js",
11
- {
12
- "module": "@agoric/builders/scripts/inter-protocol/init-core.js",
13
- "entrypoint": "defaultProposalBuilder",
14
- "args": [
15
- {
16
- "econCommitteeOptions": {
17
- "committeeSize": 3
18
- },
19
- "referencedUi": "bafybeidvpbtlgefi3ptuqzr2fwfyfjqfj6onmye63ij7qkrb4yjxekdh3e",
20
- "minInitialPoolLiquidity": "0"
21
- }
22
- ]
23
- },
24
- {
25
- "module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
26
- "entrypoint": "defaultProposalBuilder",
27
- "args": [
28
- {
29
- "interestRateValue": 1000,
30
- "interchainAssetOptions": {
31
- "denom": "ibc/toyatom",
32
- "decimalPlaces": 6,
33
- "initialPrice": 12.34,
34
- "keyword": "ATOM",
35
- "oracleBrand": "ATOM",
36
- "proposedName": "ATOM"
37
- }
38
- }
39
- ]
40
- },
41
- {
42
- "module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
43
- "entrypoint": "psmProposalBuilder",
44
- "args": [
45
- {
46
- "anchorOptions": {
47
- "denom": "ibc/toyusdc",
48
- "decimalPlaces": 6,
49
- "keyword": "USDC_axl",
50
- "proposedName": "USD Coin"
51
- }
52
- }
53
- ]
54
- },
55
- {
56
- "module": "@agoric/builders/scripts/inter-protocol/add-collateral-core.js",
57
- "entrypoint": "psmProposalBuilder",
58
- "args": [
59
- {
60
- "anchorOptions": {
61
- "denom": "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9",
62
- "decimalPlaces": 6,
63
- "keyword": "USDC",
64
- "proposedName": "USDC"
65
- }
66
- }
67
- ]
68
- },
69
- {
70
- "$comment": "XXX orchesration works without oracles but some test setup dependency fails to resolve without this",
71
- "module": "@agoric/builders/scripts/inter-protocol/price-feed-core.js",
72
- "entrypoint": "defaultProposalBuilder",
73
- "args": [
74
- {
75
- "AGORIC_INSTANCE_NAME": "ATOM-USD price feed",
76
- "oracleAddresses": [
77
- "@PRIMARY_ADDRESS@",
78
- "agoric1dy0yegdsev4xvce3dx7zrz2ad9pesf5svzud6y"
79
- ],
80
- "IN_BRAND_LOOKUP": [
81
- "agoricNames",
82
- "oracleBrand",
83
- "ATOM"
84
- ],
85
- "IN_BRAND_DECIMALS": 6,
86
- "OUT_BRAND_LOOKUP": [
87
- "agoricNames",
88
- "oracleBrand",
89
- "USD"
90
- ],
91
- "OUT_BRAND_DECIMALS": 4
92
- }
93
- ]
94
- }
95
- ],
96
- "vats": {
97
- "bootstrap": {
98
- "sourceSpec": "@agoric/vats/src/core/boot-chain.js",
99
- "creationOptions": {
100
- "critical": true
101
- }
102
- }
103
- },
104
- "bundles": {
105
- "agoricNames": {
106
- "sourceSpec": "@agoric/vats/src/vat-agoricNames.js"
107
- },
108
- "bank": {
109
- "sourceSpec": "@agoric/vats/src/vat-bank.js"
110
- },
111
- "board": {
112
- "sourceSpec": "@agoric/vats/src/vat-board.js"
113
- },
114
- "bridge": {
115
- "sourceSpec": "@agoric/vats/src/vat-bridge.js"
116
- },
117
- "centralSupply": {
118
- "sourceSpec": "@agoric/vats/src/centralSupply.js"
119
- },
120
- "mintHolder": {
121
- "sourceSpec": "@agoric/vats/src/mintHolder.js"
122
- },
123
- "priceAuthority": {
124
- "sourceSpec": "@agoric/vats/src/vat-priceAuthority.js"
125
- },
126
- "provisionPool": {
127
- "sourceSpec": "@agoric/inter-protocol/src/provisionPool.js"
128
- },
129
- "provisioning": {
130
- "sourceSpec": "@agoric/vats/src/vat-provisioning.js"
131
- },
132
- "walletFactory": {
133
- "sourceSpec": "@agoric/smart-wallet/src/walletFactory.js"
134
- },
135
- "zcf": {
136
- "sourceSpec": "@agoric/zoe/contractFacet.js"
137
- },
138
- "zoe": {
139
- "sourceSpec": "@agoric/vats/src/vat-zoe.js"
140
- }
141
- },
142
- "defaultManagerType": "xs-worker"
143
- }