@agoric/inter-protocol 0.16.2-dev-275a1bd.0 → 0.16.2-dev-76118c5.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/inter-protocol",
|
|
3
|
-
"version": "0.16.2-dev-
|
|
3
|
+
"version": "0.16.2-dev-76118c5.0+76118c5",
|
|
4
4
|
"description": "Core cryptoeconomy contracts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/Agoric/agoric-sdk#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@agoric/assert": "0.6.1-dev-
|
|
35
|
-
"@agoric/ertp": "0.16.3-dev-
|
|
36
|
-
"@agoric/governance": "0.10.4-dev-
|
|
37
|
-
"@agoric/internal": "0.3.3-dev-
|
|
38
|
-
"@agoric/notifier": "0.6.3-dev-
|
|
39
|
-
"@agoric/store": "0.9.3-dev-
|
|
40
|
-
"@agoric/time": "0.3.3-dev-
|
|
41
|
-
"@agoric/vat-data": "0.5.3-dev-
|
|
42
|
-
"@agoric/vats": "0.15.2-dev-
|
|
43
|
-
"@agoric/zoe": "0.26.3-dev-
|
|
34
|
+
"@agoric/assert": "0.6.1-dev-76118c5.0+76118c5",
|
|
35
|
+
"@agoric/ertp": "0.16.3-dev-76118c5.0+76118c5",
|
|
36
|
+
"@agoric/governance": "0.10.4-dev-76118c5.0+76118c5",
|
|
37
|
+
"@agoric/internal": "0.3.3-dev-76118c5.0+76118c5",
|
|
38
|
+
"@agoric/notifier": "0.6.3-dev-76118c5.0+76118c5",
|
|
39
|
+
"@agoric/store": "0.9.3-dev-76118c5.0+76118c5",
|
|
40
|
+
"@agoric/time": "0.3.3-dev-76118c5.0+76118c5",
|
|
41
|
+
"@agoric/vat-data": "0.5.3-dev-76118c5.0+76118c5",
|
|
42
|
+
"@agoric/vats": "0.15.2-dev-76118c5.0+76118c5",
|
|
43
|
+
"@agoric/zoe": "0.26.3-dev-76118c5.0+76118c5",
|
|
44
44
|
"@endo/captp": "^3.1.4",
|
|
45
45
|
"@endo/eventual-send": "^0.17.5",
|
|
46
46
|
"@endo/far": "^0.2.21",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"jessie.js": "^0.3.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@agoric/smart-wallet": "0.5.4-dev-
|
|
54
|
-
"@agoric/swingset-liveslots": "0.10.3-dev-
|
|
55
|
-
"@agoric/swingset-vat": "0.32.3-dev-
|
|
56
|
-
"@agoric/zone": "0.2.3-dev-
|
|
53
|
+
"@agoric/smart-wallet": "0.5.4-dev-76118c5.0+76118c5",
|
|
54
|
+
"@agoric/swingset-liveslots": "0.10.3-dev-76118c5.0+76118c5",
|
|
55
|
+
"@agoric/swingset-vat": "0.32.3-dev-76118c5.0+76118c5",
|
|
56
|
+
"@agoric/zone": "0.2.3-dev-76118c5.0+76118c5",
|
|
57
57
|
"@endo/bundle-source": "^2.7.0",
|
|
58
58
|
"@endo/init": "^0.5.59",
|
|
59
59
|
"@endo/promise-kit": "^0.2.59",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"typeCoverage": {
|
|
86
86
|
"atLeast": 93.45
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "76118c5ceb3aeed6bbb54f8d24c3b9e4ade43be2"
|
|
89
89
|
}
|
|
@@ -9,7 +9,7 @@ export function setupReserve({ consume: { board, feeMintAccess: feeMintAccessP,
|
|
|
9
9
|
initialPoserInvitation: Invitation<R, A>;
|
|
10
10
|
marshaller: ERef<Marshaller<unknown>>;
|
|
11
11
|
storageNode: ERef<StorageNode>;
|
|
12
|
-
}, baggage: import("@agoric/
|
|
12
|
+
}, baggage: import("@agoric/vat-data").Baggage) => Promise<{
|
|
13
13
|
creatorFacet: GovernedCreatorFacet<{
|
|
14
14
|
addIssuer(issuer: Issuer<AssetKind>, keyword: string): Promise<void>;
|
|
15
15
|
getAllocations(): AmountKeywordRecord;
|
|
@@ -149,7 +149,7 @@ export type AuctioneerKit = GovernanceFacetKit<(zcf: ZCF<GovernanceTerms<{
|
|
|
149
149
|
initialPoserInvitation: Invitation<R, A>;
|
|
150
150
|
storageNode: StorageNode;
|
|
151
151
|
marshaller: Marshaller<unknown>;
|
|
152
|
-
}, baggage: import("@agoric/
|
|
152
|
+
}, baggage: import("@agoric/vat-data").Baggage) => Promise<{
|
|
153
153
|
publicFacet: GovernedPublicFacet<{
|
|
154
154
|
getElectorate: () => Amount<"set">;
|
|
155
155
|
getStartFrequency: () => import("@agoric/time/src/types.js").RelativeTime;
|
|
@@ -238,7 +238,7 @@ export type PsmInstance = import('@agoric/zoe/src/zoeService/utils').Instance<(z
|
|
|
238
238
|
initialPoserInvitation: Invitation<R, A>;
|
|
239
239
|
storageNode: StorageNode;
|
|
240
240
|
marshaller: Marshaller<unknown>;
|
|
241
|
-
}, baggage: import("@agoric/
|
|
241
|
+
}, baggage: import("@agoric/vat-data").Baggage) => Promise<{
|
|
242
242
|
creatorFacet: {
|
|
243
243
|
getParamMgrRetriever: () => {
|
|
244
244
|
get: () => import("@agoric/governance/src/contractGovernance/typedParamManager").TypedParamManager<{
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* ...pvdArgs: Parameters<typeof prepareVaultDirector>
|
|
6
6
|
* ) => ReturnType<ReturnType<typeof prepareVaultDirector>>}
|
|
7
7
|
*/
|
|
8
|
-
export const provideDirector: (baggage: import("@agoric/
|
|
8
|
+
export const provideDirector: (baggage: import("@agoric/vat-data").Baggage, zcf: import("./vaultFactory.js").VaultFactoryZCF, directorParamManager: VaultDirectorParamManager, debtMint: ZCFMint<"nat">, timer: ERef<import("@agoric/time/src/types").TimerService>, auctioneer: ERef<GovernedPublicFacet<{
|
|
9
9
|
getElectorate: () => Amount<"set">;
|
|
10
10
|
getStartFrequency: () => import("@agoric/time/src/types").RelativeTime;
|
|
11
11
|
getClockStep: () => import("@agoric/time/src/types").RelativeTime;
|