@agoric/zoe 0.26.3-dev-0705f2c.0 → 0.26.3-dev-a9680dd.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.
Files changed (89) hide show
  1. package/README.md +2 -3
  2. package/bundles/bundle-contractFacet-js-meta.json +159 -159
  3. package/bundles/bundle-contractFacet.js +1 -1
  4. package/package.json +14 -14
  5. package/src/cleanProposal.js +1 -1
  6. package/src/contractFacet/allocationMath.d.ts.map +1 -1
  7. package/src/contractFacet/allocationMath.js +1 -2
  8. package/src/contractFacet/exit.d.ts.map +1 -1
  9. package/src/contractFacet/exit.js +1 -2
  10. package/src/contractFacet/offerHandlerStorage.d.ts +4 -0
  11. package/src/contractFacet/offerHandlerStorage.d.ts.map +1 -1
  12. package/src/contractFacet/offerHandlerStorage.js +12 -0
  13. package/src/contractFacet/reallocate.d.ts.map +1 -1
  14. package/src/contractFacet/reallocate.js +1 -2
  15. package/src/contractFacet/rightsConservation.js +1 -1
  16. package/src/contractFacet/vatRoot.d.ts.map +1 -1
  17. package/src/contractFacet/vatRoot.js +1 -2
  18. package/src/contractFacet/zcfMint.d.ts.map +1 -1
  19. package/src/contractFacet/zcfMint.js +2 -3
  20. package/src/contractFacet/zcfSeat.d.ts.map +1 -1
  21. package/src/contractFacet/zcfSeat.js +3 -4
  22. package/src/contractFacet/zcfZygote.js +6 -6
  23. package/src/contractSupport/bondingCurves.js +1 -1
  24. package/src/contractSupport/priceAuthority.d.ts.map +1 -1
  25. package/src/contractSupport/priceAuthority.js +2 -2
  26. package/src/contractSupport/priceAuthorityTransform.js +1 -1
  27. package/src/contractSupport/priceQuote.d.ts.map +1 -1
  28. package/src/contractSupport/priceQuote.js +2 -3
  29. package/src/contractSupport/ratio.js +1 -1
  30. package/src/contractSupport/recorder.d.ts.map +1 -1
  31. package/src/contractSupport/recorder.js +1 -1
  32. package/src/contractSupport/stateMachine.js +1 -1
  33. package/src/contractSupport/zoeHelpers.d.ts.map +1 -1
  34. package/src/contractSupport/zoeHelpers.js +2 -3
  35. package/src/contracts/auction/assertBidSeat.js +1 -1
  36. package/src/contracts/auction/index.d.ts.map +1 -1
  37. package/src/contracts/auction/index.js +1 -2
  38. package/src/contracts/autoswap.js +1 -1
  39. package/src/contracts/callSpread/calculateShares.js +1 -1
  40. package/src/contracts/callSpread/pricedCallSpread.d.ts.map +1 -1
  41. package/src/contracts/callSpread/pricedCallSpread.js +1 -2
  42. package/src/contracts/coveredCall-durable.d.ts.map +1 -1
  43. package/src/contracts/coveredCall-durable.js +1 -2
  44. package/src/contracts/coveredCall.d.ts.map +1 -1
  45. package/src/contracts/coveredCall.js +1 -2
  46. package/src/contracts/loan/borrow.js +1 -1
  47. package/src/contracts/loan/close.js +1 -1
  48. package/src/contracts/loan/updateDebt.js +3 -3
  49. package/src/contracts/mintAndSellNFT.js +1 -1
  50. package/src/contracts/oracle.js +1 -1
  51. package/src/contracts/otcDesk.js +1 -1
  52. package/src/contracts/priceAggregator.js +1 -1
  53. package/src/contracts/sellItems.d.ts.map +1 -1
  54. package/src/contracts/sellItems.js +1 -2
  55. package/src/instanceRecordStorage.d.ts.map +1 -1
  56. package/src/instanceRecordStorage.js +1 -2
  57. package/src/issuerRecord.js +1 -1
  58. package/src/issuerStorage.d.ts.map +1 -1
  59. package/src/issuerStorage.js +2 -3
  60. package/src/makeHandle.d.ts.map +1 -1
  61. package/src/makeHandle.js +1 -3
  62. package/src/zoeService/createZCFVat.js +1 -1
  63. package/src/zoeService/escrowStorage.js +1 -1
  64. package/src/zoeService/feeMint.d.ts.map +1 -1
  65. package/src/zoeService/feeMint.js +1 -2
  66. package/src/zoeService/installationStorage.d.ts.map +1 -1
  67. package/src/zoeService/installationStorage.js +1 -3
  68. package/src/zoeService/instanceAdminStorage.d.ts.map +1 -1
  69. package/src/zoeService/instanceAdminStorage.js +1 -2
  70. package/src/zoeService/invitationQueries.js +3 -3
  71. package/src/zoeService/makeInvitation.js +1 -1
  72. package/src/zoeService/offer/burnInvitation.d.ts.map +1 -1
  73. package/src/zoeService/offer/burnInvitation.js +3 -5
  74. package/src/zoeService/offer/offer.d.ts.map +1 -1
  75. package/src/zoeService/offer/offer.js +1 -2
  76. package/src/zoeService/originalZoeSeat.d.ts.map +1 -1
  77. package/src/zoeService/originalZoeSeat.js +1 -2
  78. package/src/zoeService/startInstance.d.ts.map +1 -1
  79. package/src/zoeService/startInstance.js +1 -2
  80. package/src/zoeService/zoe.d.ts +1 -0
  81. package/src/zoeService/zoe.d.ts.map +1 -1
  82. package/src/zoeService/zoe.js +1 -2
  83. package/src/zoeService/zoeSeat.d.ts.map +1 -1
  84. package/src/zoeService/zoeSeat.js +1 -2
  85. package/tools/fakePriceAuthority.d.ts.map +1 -1
  86. package/tools/fakePriceAuthority.js +5 -4
  87. package/tools/fakeVatAdmin.js +1 -1
  88. package/tools/manualTimer.d.ts.map +1 -1
  89. package/tools/manualTimer.js +1 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "bundleFileName": "bundle-contractFacet.js",
3
- "bundleTime": "2024-07-03T09:17:12.466Z",
4
- "bundleSize": 1491397,
3
+ "bundleTime": "2024-07-03T10:21:43.561Z",
4
+ "bundleSize": 1493465,
5
5
  "moduleSource": {
6
6
  "relative": "../../src/contractFacet/vatRoot.js",
7
7
  "absolute": "/home/runner/work/agoric-sdk/agoric-sdk/packages/zoe/src/contractFacet/vatRoot.js"
@@ -9,8 +9,13 @@
9
9
  "contents": [
10
10
  {
11
11
  "relativePath": "",
12
- "mtime": "2024-07-03T09:15:14.878Z",
13
- "size": 2897
12
+ "mtime": "2024-07-03T10:19:51.249Z",
13
+ "size": 2908
14
+ },
15
+ {
16
+ "relativePath": "../../../../../node_modules/@endo/errors/index.js",
17
+ "mtime": "2024-06-20T18:37:19.743Z",
18
+ "size": 2603
14
19
  },
15
20
  {
16
21
  "relativePath": "../../../../../node_modules/@endo/marshal/index.js",
@@ -24,13 +29,13 @@
24
29
  },
25
30
  {
26
31
  "relativePath": "../../internal-types.js",
27
- "mtime": "2024-07-03T09:15:14.882Z",
32
+ "mtime": "2024-07-03T10:19:51.253Z",
28
33
  "size": 8985
29
34
  },
30
35
  {
31
36
  "relativePath": "../zcfZygote.js",
32
- "mtime": "2024-07-03T09:15:14.878Z",
33
- "size": 17244
37
+ "mtime": "2024-07-03T10:19:51.249Z",
38
+ "size": 17256
34
39
  },
35
40
  {
36
41
  "relativePath": "../../../../../node_modules/@endo/marshal/src/deeplyFulfilled.js",
@@ -82,96 +87,91 @@
82
87
  "mtime": "2024-06-20T18:37:19.752Z",
83
88
  "size": 190
84
89
  },
90
+ {
91
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/index.js",
92
+ "mtime": "2024-06-20T18:37:19.500Z",
93
+ "size": 1613
94
+ },
85
95
  {
86
96
  "relativePath": "../../../../ERTP/src/index.js",
87
- "mtime": "2024-07-03T09:15:14.686Z",
97
+ "mtime": "2024-07-03T10:19:51.069Z",
88
98
  "size": 331
89
99
  },
90
100
  {
91
101
  "relativePath": "../../../../store/src/index.js",
92
- "mtime": "2024-07-03T09:15:14.838Z",
102
+ "mtime": "2024-07-03T10:19:51.209Z",
93
103
  "size": 1621
94
104
  },
95
105
  {
96
106
  "relativePath": "../../../../vat-data/src/index.js",
97
- "mtime": "2024-07-03T09:15:14.862Z",
107
+ "mtime": "2024-07-03T10:19:51.233Z",
98
108
  "size": 1485
99
109
  },
100
- {
101
- "relativePath": "../../../../../node_modules/@endo/promise-kit/index.js",
102
- "mtime": "2024-06-20T18:37:19.500Z",
103
- "size": 1613
104
- },
105
110
  {
106
111
  "relativePath": "../../../../internal/src/index.js",
107
- "mtime": "2024-07-03T09:15:14.814Z",
108
- "size": 417
112
+ "mtime": "2024-07-03T10:19:51.193Z",
113
+ "size": 446
109
114
  },
110
115
  {
111
116
  "relativePath": "../../cleanProposal.js",
112
- "mtime": "2024-07-03T09:15:14.878Z",
113
- "size": 5688
117
+ "mtime": "2024-07-03T10:19:51.249Z",
118
+ "size": 5686
114
119
  },
115
120
  {
116
121
  "relativePath": "../../handleWarning.js",
117
- "mtime": "2024-07-03T09:15:14.882Z",
122
+ "mtime": "2024-07-03T10:19:51.253Z",
118
123
  "size": 531
119
124
  },
120
125
  {
121
126
  "relativePath": "../../instanceRecordStorage.js",
122
- "mtime": "2024-07-03T09:15:14.882Z",
123
- "size": 3744
127
+ "mtime": "2024-07-03T10:19:51.253Z",
128
+ "size": 3748
124
129
  },
125
130
  {
126
131
  "relativePath": "../../issuerStorage.js",
127
- "mtime": "2024-07-03T09:15:14.882Z",
128
- "size": 6813
132
+ "mtime": "2024-07-03T10:19:51.253Z",
133
+ "size": 6824
129
134
  },
130
135
  {
131
136
  "relativePath": "../../makeHandle.js",
132
- "mtime": "2024-07-03T09:15:14.882Z",
133
- "size": 1353
137
+ "mtime": "2024-07-03T10:19:51.253Z",
138
+ "size": 1323
134
139
  },
135
140
  {
136
141
  "relativePath": "../evalContractCode.js",
137
- "mtime": "2024-07-03T09:15:14.878Z",
142
+ "mtime": "2024-07-03T10:19:51.249Z",
138
143
  "size": 1010
139
144
  },
140
145
  {
141
146
  "relativePath": "../exit.js",
142
- "mtime": "2024-07-03T09:15:14.878Z",
143
- "size": 3651
147
+ "mtime": "2024-07-03T10:19:51.249Z",
148
+ "size": 3655
144
149
  },
145
150
  {
146
151
  "relativePath": "../offerHandlerStorage.js",
147
- "mtime": "2024-07-03T09:15:14.878Z",
148
- "size": 2583
152
+ "mtime": "2024-07-03T10:19:51.249Z",
153
+ "size": 2853
149
154
  },
150
155
  {
151
156
  "relativePath": "../zcfSeat.js",
152
- "mtime": "2024-07-03T09:15:14.878Z",
153
- "size": 18499
157
+ "mtime": "2024-07-03T10:19:51.249Z",
158
+ "size": 18527
154
159
  },
155
160
  {
156
161
  "relativePath": "../../typeGuards.js",
157
- "mtime": "2024-07-03T09:15:14.882Z",
162
+ "mtime": "2024-07-03T10:19:51.253Z",
158
163
  "size": 12530
159
164
  },
160
165
  {
161
166
  "relativePath": "../zcfMint.js",
162
- "mtime": "2024-07-03T09:15:14.878Z",
163
- "size": 5890
167
+ "mtime": "2024-07-03T10:19:51.249Z",
168
+ "size": 5901
164
169
  },
165
170
  {
166
171
  "relativePath": "../typeGuards.js",
167
- "mtime": "2024-07-03T09:15:14.878Z",
172
+ "mtime": "2024-07-03T10:19:51.249Z",
168
173
  "size": 720
169
174
  },
170
- {
171
- "relativePath": "../../../../../node_modules/@endo/errors/index.js",
172
- "mtime": "2024-06-20T18:37:19.743Z",
173
- "size": 2603
174
- },
175
175
  {
176
176
  "relativePath": "../../../../../node_modules/@endo/nat/src/index.js",
177
177
  "mtime": "2024-06-20T18:37:19.479Z",
@@ -252,45 +252,65 @@
252
252
  "mtime": "2024-06-20T18:37:19.752Z",
253
253
  "size": 76
254
254
  },
255
+ {
256
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
257
+ "mtime": "2024-06-20T18:37:19.500Z",
258
+ "size": 1535
259
+ },
260
+ {
261
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
262
+ "mtime": "2024-06-20T18:37:19.500Z",
263
+ "size": 4738
264
+ },
265
+ {
266
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
267
+ "mtime": "2024-06-20T18:37:19.500Z",
268
+ "size": 290
269
+ },
270
+ {
271
+ "relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
272
+ "mtime": "2024-06-20T18:37:19.500Z",
273
+ "size": 681
274
+ },
255
275
  {
256
276
  "relativePath": "../../../../ERTP/src/amountMath.js",
257
- "mtime": "2024-07-03T09:15:14.686Z",
258
- "size": 13790
277
+ "mtime": "2024-07-03T10:19:51.069Z",
278
+ "size": 13794
259
279
  },
260
280
  {
261
281
  "relativePath": "../../../../ERTP/src/issuerKit.js",
262
- "mtime": "2024-07-03T09:15:14.686Z",
263
- "size": 13260
282
+ "mtime": "2024-07-03T10:19:51.069Z",
283
+ "size": 13258
264
284
  },
265
285
  {
266
286
  "relativePath": "../../../../ERTP/src/typeGuards.js",
267
- "mtime": "2024-07-03T09:15:14.686Z",
287
+ "mtime": "2024-07-03T10:19:51.073Z",
268
288
  "size": 8177
269
289
  },
270
290
  {
271
291
  "relativePath": "../../../../store/src/stores/scalarWeakSetStore.js",
272
- "mtime": "2024-07-03T09:15:14.838Z",
273
- "size": 3296
292
+ "mtime": "2024-07-03T10:19:51.209Z",
293
+ "size": 3300
274
294
  },
275
295
  {
276
296
  "relativePath": "../../../../store/src/stores/scalarSetStore.js",
277
- "mtime": "2024-07-03T09:15:14.838Z",
278
- "size": 3082
297
+ "mtime": "2024-07-03T10:19:51.209Z",
298
+ "size": 3086
279
299
  },
280
300
  {
281
301
  "relativePath": "../../../../store/src/stores/scalarWeakMapStore.js",
282
- "mtime": "2024-07-03T09:15:14.838Z",
283
- "size": 4577
302
+ "mtime": "2024-07-03T10:19:51.209Z",
303
+ "size": 4581
284
304
  },
285
305
  {
286
306
  "relativePath": "../../../../store/src/stores/scalarMapStore.js",
287
- "mtime": "2024-07-03T09:15:14.838Z",
288
- "size": 4958
307
+ "mtime": "2024-07-03T10:19:51.209Z",
308
+ "size": 4962
289
309
  },
290
310
  {
291
311
  "relativePath": "../../../../store/src/stores/store-utils.js",
292
- "mtime": "2024-07-03T09:15:14.838Z",
293
- "size": 6337
312
+ "mtime": "2024-07-03T10:19:51.209Z",
313
+ "size": 6341
294
314
  },
295
315
  {
296
316
  "relativePath": "../../../../../node_modules/@endo/patterns/index.js",
@@ -304,77 +324,62 @@
304
324
  },
305
325
  {
306
326
  "relativePath": "../../../../store/src/legacy/legacyMap.js",
307
- "mtime": "2024-07-03T09:15:14.838Z",
308
- "size": 2573
327
+ "mtime": "2024-07-03T10:19:51.209Z",
328
+ "size": 2578
309
329
  },
310
330
  {
311
331
  "relativePath": "../../../../store/src/legacy/legacyWeakMap.js",
312
- "mtime": "2024-07-03T09:15:14.838Z",
313
- "size": 1403
332
+ "mtime": "2024-07-03T10:19:51.209Z",
333
+ "size": 1408
314
334
  },
315
335
  {
316
336
  "relativePath": "../../../../store/src/types.js",
317
- "mtime": "2024-07-03T09:15:14.838Z",
337
+ "mtime": "2024-07-03T10:19:51.209Z",
318
338
  "size": 7815
319
339
  },
320
340
  {
321
341
  "relativePath": "../../../../vat-data/src/vat-data-bindings.js",
322
- "mtime": "2024-07-03T09:15:14.862Z",
323
- "size": 6108
342
+ "mtime": "2024-07-03T10:19:51.233Z",
343
+ "size": 6106
324
344
  },
325
345
  {
326
346
  "relativePath": "../../../../vat-data/src/exo-utils.js",
327
- "mtime": "2024-07-03T09:15:14.862Z",
347
+ "mtime": "2024-07-03T10:19:51.233Z",
328
348
  "size": 9180
329
349
  },
330
- {
331
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
332
- "mtime": "2024-06-20T18:37:19.500Z",
333
- "size": 1535
334
- },
335
- {
336
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
337
- "mtime": "2024-06-20T18:37:19.500Z",
338
- "size": 4738
339
- },
340
- {
341
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
342
- "mtime": "2024-06-20T18:37:19.500Z",
343
- "size": 290
344
- },
345
- {
346
- "relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
347
- "mtime": "2024-06-20T18:37:19.500Z",
348
- "size": 681
349
- },
350
350
  {
351
351
  "relativePath": "../../../../internal/src/config.js",
352
- "mtime": "2024-07-03T09:15:14.814Z",
352
+ "mtime": "2024-07-03T10:19:51.193Z",
353
353
  "size": 1431
354
354
  },
355
355
  {
356
356
  "relativePath": "../../../../internal/src/debug.js",
357
- "mtime": "2024-07-03T09:15:14.814Z",
357
+ "mtime": "2024-07-03T10:19:51.193Z",
358
358
  "size": 1029
359
359
  },
360
+ {
361
+ "relativePath": "../../../../internal/src/errors.js",
362
+ "mtime": "2024-07-03T10:19:51.193Z",
363
+ "size": 389
364
+ },
360
365
  {
361
366
  "relativePath": "../../../../internal/src/utils.js",
362
- "mtime": "2024-07-03T09:15:14.818Z",
363
- "size": 7872
367
+ "mtime": "2024-07-03T10:19:51.193Z",
368
+ "size": 7878
364
369
  },
365
370
  {
366
371
  "relativePath": "../../../../internal/src/method-tools.js",
367
- "mtime": "2024-07-03T09:15:14.814Z",
372
+ "mtime": "2024-07-03T10:19:51.193Z",
368
373
  "size": 3837
369
374
  },
370
375
  {
371
376
  "relativePath": "../../../../internal/src/typeGuards.js",
372
- "mtime": "2024-07-03T09:15:14.818Z",
377
+ "mtime": "2024-07-03T10:19:51.193Z",
373
378
  "size": 316
374
379
  },
375
380
  {
376
381
  "relativePath": "../../../../internal/src/types.js",
377
- "mtime": "2024-07-03T09:15:14.818Z",
382
+ "mtime": "2024-07-03T10:19:51.193Z",
378
383
  "size": 62
379
384
  },
380
385
  {
@@ -382,15 +387,10 @@
382
387
  "mtime": "2024-06-20T18:37:19.724Z",
383
388
  "size": 911
384
389
  },
385
- {
386
- "relativePath": "../../../../assert/src/assert.js",
387
- "mtime": "2024-07-03T09:15:14.726Z",
388
- "size": 2504
389
- },
390
390
  {
391
391
  "relativePath": "../../issuerRecord.js",
392
- "mtime": "2024-07-03T09:15:14.882Z",
393
- "size": 744
392
+ "mtime": "2024-07-03T10:19:51.253Z",
393
+ "size": 742
394
394
  },
395
395
  {
396
396
  "relativePath": "../../../../../node_modules/@endo/import-bundle/src/index.js",
@@ -399,47 +399,47 @@
399
399
  },
400
400
  {
401
401
  "relativePath": "../../../../time/index.js",
402
- "mtime": "2024-07-03T09:15:14.862Z",
402
+ "mtime": "2024-07-03T10:19:51.229Z",
403
403
  "size": 160
404
404
  },
405
405
  {
406
406
  "relativePath": "../offerSafety.js",
407
- "mtime": "2024-07-03T09:15:14.878Z",
407
+ "mtime": "2024-07-03T10:19:51.249Z",
408
408
  "size": 3720
409
409
  },
410
410
  {
411
411
  "relativePath": "../rightsConservation.js",
412
- "mtime": "2024-07-03T09:15:14.878Z",
413
- "size": 3286
412
+ "mtime": "2024-07-03T10:19:51.249Z",
413
+ "size": 3284
414
414
  },
415
415
  {
416
416
  "relativePath": "../allocationMath.js",
417
- "mtime": "2024-07-03T09:15:14.878Z",
418
- "size": 3054
417
+ "mtime": "2024-07-03T10:19:51.249Z",
418
+ "size": 3058
419
419
  },
420
420
  {
421
421
  "relativePath": "../reallocate.js",
422
- "mtime": "2024-07-03T09:15:14.878Z",
423
- "size": 3065
422
+ "mtime": "2024-07-03T10:19:51.249Z",
423
+ "size": 3076
424
424
  },
425
425
  {
426
426
  "relativePath": "../../contractSupport/atomicTransfer.js",
427
- "mtime": "2024-07-03T09:15:14.878Z",
427
+ "mtime": "2024-07-03T10:19:51.249Z",
428
428
  "size": 3885
429
429
  },
430
430
  {
431
431
  "relativePath": "../../../../notifier/src/index.js",
432
- "mtime": "2024-07-03T09:15:14.818Z",
432
+ "mtime": "2024-07-03T10:19:51.197Z",
433
433
  "size": 910
434
434
  },
435
435
  {
436
436
  "relativePath": "../internal-types.js",
437
- "mtime": "2024-07-03T09:15:14.878Z",
437
+ "mtime": "2024-07-03T10:19:51.249Z",
438
438
  "size": 411
439
439
  },
440
440
  {
441
441
  "relativePath": "../types-ambient.js",
442
- "mtime": "2024-07-03T09:15:14.878Z",
442
+ "mtime": "2024-07-03T10:19:51.249Z",
443
443
  "size": 49
444
444
  },
445
445
  {
@@ -484,38 +484,38 @@
484
484
  },
485
485
  {
486
486
  "relativePath": "../../../../ERTP/src/mathHelpers/natMathHelpers.js",
487
- "mtime": "2024-07-03T09:15:14.686Z",
488
- "size": 1147
487
+ "mtime": "2024-07-03T10:19:51.069Z",
488
+ "size": 1159
489
489
  },
490
490
  {
491
491
  "relativePath": "../../../../ERTP/src/mathHelpers/setMathHelpers.js",
492
- "mtime": "2024-07-03T09:15:14.686Z",
492
+ "mtime": "2024-07-03T10:19:51.069Z",
493
493
  "size": 1131
494
494
  },
495
495
  {
496
496
  "relativePath": "../../../../ERTP/src/mathHelpers/copySetMathHelpers.js",
497
- "mtime": "2024-07-03T09:15:14.686Z",
497
+ "mtime": "2024-07-03T10:19:51.069Z",
498
498
  "size": 684
499
499
  },
500
500
  {
501
501
  "relativePath": "../../../../ERTP/src/mathHelpers/copyBagMathHelpers.js",
502
- "mtime": "2024-07-03T09:15:14.686Z",
502
+ "mtime": "2024-07-03T10:19:51.069Z",
503
503
  "size": 677
504
504
  },
505
505
  {
506
506
  "relativePath": "../../../../zone/durable.js",
507
- "mtime": "2024-07-03T09:15:14.890Z",
507
+ "mtime": "2024-07-03T10:19:51.261Z",
508
508
  "size": 52
509
509
  },
510
510
  {
511
511
  "relativePath": "../../../../ERTP/src/displayInfo.js",
512
- "mtime": "2024-07-03T09:15:14.686Z",
513
- "size": 1016
512
+ "mtime": "2024-07-03T10:19:51.069Z",
513
+ "size": 1014
514
514
  },
515
515
  {
516
516
  "relativePath": "../../../../ERTP/src/paymentLedger.js",
517
- "mtime": "2024-07-03T09:15:14.686Z",
518
- "size": 12447
517
+ "mtime": "2024-07-03T10:19:51.069Z",
518
+ "size": 12459
519
519
  },
520
520
  {
521
521
  "relativePath": "../../../../../node_modules/@endo/patterns/src/keys/checkKey.js",
@@ -609,62 +609,62 @@
609
609
  },
610
610
  {
611
611
  "relativePath": "../../../../time/src/timeMath.js",
612
- "mtime": "2024-07-03T09:15:14.862Z",
613
- "size": 8432
612
+ "mtime": "2024-07-03T10:19:51.229Z",
613
+ "size": 8436
614
614
  },
615
615
  {
616
616
  "relativePath": "../../../../time/src/typeGuards.js",
617
- "mtime": "2024-07-03T09:15:14.862Z",
617
+ "mtime": "2024-07-03T10:19:51.229Z",
618
618
  "size": 688
619
619
  },
620
620
  {
621
621
  "relativePath": "../../../../time/src/types.js",
622
- "mtime": "2024-07-03T09:15:14.862Z",
622
+ "mtime": "2024-07-03T10:19:51.233Z",
623
623
  "size": 58
624
624
  },
625
625
  {
626
626
  "relativePath": "../../../../notifier/src/publish-kit.js",
627
- "mtime": "2024-07-03T09:15:14.818Z",
628
- "size": 14436
627
+ "mtime": "2024-07-03T10:19:51.197Z",
628
+ "size": 14440
629
629
  },
630
630
  {
631
631
  "relativePath": "../../../../notifier/src/subscribe.js",
632
- "mtime": "2024-07-03T09:15:14.818Z",
633
- "size": 9386
632
+ "mtime": "2024-07-03T10:19:51.197Z",
633
+ "size": 9406
634
634
  },
635
635
  {
636
636
  "relativePath": "../../../../notifier/src/notifier.js",
637
- "mtime": "2024-07-03T09:15:14.818Z",
638
- "size": 5772
637
+ "mtime": "2024-07-03T10:19:51.197Z",
638
+ "size": 5770
639
639
  },
640
640
  {
641
641
  "relativePath": "../../../../notifier/src/subscriber.js",
642
- "mtime": "2024-07-03T09:15:14.822Z",
642
+ "mtime": "2024-07-03T10:19:51.197Z",
643
643
  "size": 2525
644
644
  },
645
645
  {
646
646
  "relativePath": "../../../../notifier/src/topic.js",
647
- "mtime": "2024-07-03T09:15:14.822Z",
647
+ "mtime": "2024-07-03T10:19:51.197Z",
648
648
  "size": 1142
649
649
  },
650
650
  {
651
651
  "relativePath": "../../../../notifier/src/asyncIterableAdaptor.js",
652
- "mtime": "2024-07-03T09:15:14.818Z",
652
+ "mtime": "2024-07-03T10:19:51.197Z",
653
653
  "size": 4148
654
654
  },
655
655
  {
656
656
  "relativePath": "../../../../notifier/src/storesub.js",
657
- "mtime": "2024-07-03T09:15:14.818Z",
657
+ "mtime": "2024-07-03T10:19:51.197Z",
658
658
  "size": 7802
659
659
  },
660
660
  {
661
661
  "relativePath": "../../../../notifier/src/stored-notifier.js",
662
- "mtime": "2024-07-03T09:15:14.818Z",
662
+ "mtime": "2024-07-03T10:19:51.197Z",
663
663
  "size": 2295
664
664
  },
665
665
  {
666
666
  "relativePath": "../../../../notifier/src/types.js",
667
- "mtime": "2024-07-03T09:15:14.822Z",
667
+ "mtime": "2024-07-03T10:19:51.197Z",
668
668
  "size": 10117
669
669
  },
670
670
  {
@@ -679,18 +679,18 @@
679
679
  },
680
680
  {
681
681
  "relativePath": "../../../../zone/src/durable.js",
682
- "mtime": "2024-07-03T09:15:14.890Z",
683
- "size": 3771
682
+ "mtime": "2024-07-03T10:19:51.261Z",
683
+ "size": 3783
684
684
  },
685
685
  {
686
686
  "relativePath": "../../../../ERTP/src/payment.js",
687
- "mtime": "2024-07-03T09:15:14.686Z",
687
+ "mtime": "2024-07-03T10:19:51.069Z",
688
688
  "size": 716
689
689
  },
690
690
  {
691
691
  "relativePath": "../../../../ERTP/src/purse.js",
692
- "mtime": "2024-07-03T09:15:14.686Z",
693
- "size": 6231
692
+ "mtime": "2024-07-03T10:19:51.073Z",
693
+ "size": 6242
694
694
  },
695
695
  {
696
696
  "relativePath": "../../../../../node_modules/@endo/common/ident-checker.js",
@@ -749,27 +749,27 @@
749
749
  },
750
750
  {
751
751
  "relativePath": "../../../../internal/src/upgrade-api.js",
752
- "mtime": "2024-07-03T09:15:14.818Z",
752
+ "mtime": "2024-07-03T10:19:51.193Z",
753
753
  "size": 1277
754
754
  },
755
755
  {
756
756
  "relativePath": "../../../../internal/src/lib-chainStorage.js",
757
- "mtime": "2024-07-03T09:15:14.814Z",
758
- "size": 9917
757
+ "mtime": "2024-07-03T10:19:51.193Z",
758
+ "size": 9928
759
759
  },
760
760
  {
761
761
  "relativePath": "../../../../base-zone/src/index.js",
762
- "mtime": "2024-07-03T09:15:14.738Z",
762
+ "mtime": "2024-07-03T10:19:51.121Z",
763
763
  "size": 306
764
764
  },
765
765
  {
766
766
  "relativePath": "../../../../ERTP/src/transientNotifier.js",
767
- "mtime": "2024-07-03T09:15:14.686Z",
767
+ "mtime": "2024-07-03T10:19:51.073Z",
768
768
  "size": 1051
769
769
  },
770
770
  {
771
771
  "relativePath": "../../../../ERTP/src/amountStore.js",
772
- "mtime": "2024-07-03T09:15:14.686Z",
772
+ "mtime": "2024-07-03T10:19:51.069Z",
773
773
  "size": 938
774
774
  },
775
775
  {
@@ -889,38 +889,38 @@
889
889
  },
890
890
  {
891
891
  "relativePath": "../../../../base-zone/heap.js",
892
- "mtime": "2024-07-03T09:15:14.738Z",
892
+ "mtime": "2024-07-03T10:19:51.121Z",
893
893
  "size": 49
894
894
  },
895
895
  {
896
896
  "relativePath": "../../../../internal/src/callback.js",
897
- "mtime": "2024-07-03T09:15:14.814Z",
898
- "size": 9537
897
+ "mtime": "2024-07-03T10:19:51.193Z",
898
+ "size": 9516
899
899
  },
900
900
  {
901
901
  "relativePath": "../../../../base-zone/src/exports.js",
902
- "mtime": "2024-07-03T09:15:14.738Z",
902
+ "mtime": "2024-07-03T10:19:51.121Z",
903
903
  "size": 76
904
904
  },
905
905
  {
906
906
  "relativePath": "../../../../base-zone/src/make-once.js",
907
- "mtime": "2024-07-03T09:15:14.738Z",
908
- "size": 3274
907
+ "mtime": "2024-07-03T10:19:51.121Z",
908
+ "size": 3286
909
909
  },
910
910
  {
911
911
  "relativePath": "../../../../base-zone/src/keys.js",
912
- "mtime": "2024-07-03T09:15:14.738Z",
912
+ "mtime": "2024-07-03T10:19:51.121Z",
913
913
  "size": 552
914
914
  },
915
915
  {
916
916
  "relativePath": "../../../../base-zone/src/is-passable.js",
917
- "mtime": "2024-07-03T09:15:14.738Z",
917
+ "mtime": "2024-07-03T10:19:51.121Z",
918
918
  "size": 266
919
919
  },
920
920
  {
921
921
  "relativePath": "../../../../base-zone/src/watch-promise.js",
922
- "mtime": "2024-07-03T09:15:14.738Z",
923
- "size": 2360
922
+ "mtime": "2024-07-03T10:19:51.121Z",
923
+ "size": 2371
924
924
  },
925
925
  {
926
926
  "relativePath": "../../../../../node_modules/@endo/zip/src/types.js",
@@ -954,7 +954,7 @@
954
954
  },
955
955
  {
956
956
  "relativePath": "../../../../base-zone/src/heap.js",
957
- "mtime": "2024-07-03T09:15:14.738Z",
957
+ "mtime": "2024-07-03T10:19:51.121Z",
958
958
  "size": 1843
959
959
  },
960
960
  {