@agoric/zoe 0.26.3-u12.0 → 0.26.3-u14.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 +23 -0
- package/bundles/bundle-contractFacet-js-meta.json +127 -127
- package/bundles/bundle-contractFacet.js +1 -1
- package/package.json +9 -9
- package/src/contractFacet/zcfZygote.d.ts.map +1 -1
- package/src/contractFacet/zcfZygote.js +6 -2
- package/src/internal-types.d.ts +1 -0
- package/src/internal-types.d.ts.map +1 -1
- package/src/internal-types.js +1 -0
- package/src/typeGuards.d.ts.map +1 -1
- package/src/typeGuards.js +1 -0
- package/src/zoeService/startInstance.d.ts.map +1 -1
- package/src/zoeService/startInstance.js +67 -28
- package/src/zoeService/zoe.d.ts +11 -1
- package/src/zoeService/zoe.d.ts.map +1 -1
- package/src/zoeService/zoe.js +32 -4
- package/src/zoeService/zoeStorageManager.d.ts.map +1 -1
- package/src/zoeService/zoeStorageManager.js +7 -2
- package/tools/setup-zoe.d.ts +5 -0
- package/tools/setup-zoe.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,29 @@
|
|
|
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.26.3-u14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.3-u13.0...@agoric/zoe@0.26.3-u14.0) (2024-02-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* zcf ask zoe to repair 'adminNode.done()` watcher on restart ([7195679](https://github.com/Agoric/agoric-sdk/commit/7195679b1edc6ee70875fd29dfa22947e1eabdb7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* make zoeStorageModule correctly restart with zcfMints present. ([f47702b](https://github.com/Agoric/agoric-sdk/commit/f47702b7886fa9bae95b393d88fbb3842441e7f6))
|
|
17
|
+
* When setting a new zcfBundleCap, store it in baggage ([#8807](https://github.com/Agoric/agoric-sdk/issues/8807)) ([8be87aa](https://github.com/Agoric/agoric-sdk/commit/8be87aadde1b9161fdd958ca487f4e9c7cf6c650))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### [0.26.3-u13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.3-u12.0...@agoric/zoe@0.26.3-u13.0) (2023-12-07)
|
|
22
|
+
|
|
23
|
+
**Note:** Version bump only for package @agoric/zoe
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
6
29
|
### [0.26.3-u12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/zoe@0.26.3-u11wf.0...@agoric/zoe@0.26.3-u12.0) (2023-11-10)
|
|
7
30
|
|
|
8
31
|
**Note:** Version bump only for package @agoric/zoe
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bundleFileName": "bundle-contractFacet.js",
|
|
3
|
-
"bundleTime": "
|
|
3
|
+
"bundleTime": "2024-02-27T23:26:52.320Z",
|
|
4
4
|
"moduleSource": {
|
|
5
5
|
"relative": "../../src/contractFacet/vatRoot.js",
|
|
6
6
|
"absolute": "/home/node/workspace/agoric/agoric-sdk/packages/zoe/src/contractFacet/vatRoot.js"
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
"contents": [
|
|
9
9
|
{
|
|
10
10
|
"relativePath": "",
|
|
11
|
-
"mtime": "
|
|
11
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"relativePath": "../../internal-types.js",
|
|
15
|
-
"mtime": "
|
|
15
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"relativePath": "../zcfZygote.js",
|
|
19
|
-
"mtime": "
|
|
19
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"relativePath": "../../../../../node_modules/@endo/far/src/index.js",
|
|
@@ -28,71 +28,71 @@
|
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
"relativePath": "../../cleanProposal.js",
|
|
31
|
-
"mtime": "
|
|
31
|
+
"mtime": "2024-02-27T23:24:29.537Z"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"relativePath": "../../handleWarning.js",
|
|
35
|
-
"mtime": "
|
|
35
|
+
"mtime": "2024-01-25T16:48:12.807Z"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"relativePath": "../../instanceRecordStorage.js",
|
|
39
|
-
"mtime": "
|
|
39
|
+
"mtime": "2024-01-25T16:48:12.807Z"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"relativePath": "../../issuerStorage.js",
|
|
43
|
-
"mtime": "
|
|
43
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
46
|
"relativePath": "../../makeHandle.js",
|
|
47
|
-
"mtime": "
|
|
47
|
+
"mtime": "2024-01-25T16:48:12.807Z"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"relativePath": "../../typeGuards.js",
|
|
51
|
-
"mtime": "
|
|
51
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
54
|
"relativePath": "../evalContractCode.js",
|
|
55
|
-
"mtime": "
|
|
55
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
58
|
"relativePath": "../exit.js",
|
|
59
|
-
"mtime": "
|
|
59
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
"relativePath": "../internal-types.js",
|
|
63
|
-
"mtime": "
|
|
63
|
+
"mtime": "2024-02-27T23:24:29.537Z"
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
"relativePath": "../offerHandlerStorage.js",
|
|
67
|
-
"mtime": "
|
|
67
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"relativePath": "../zcfMint.js",
|
|
71
|
-
"mtime": "
|
|
71
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
74
|
"relativePath": "../zcfSeat.js",
|
|
75
|
-
"mtime": "
|
|
75
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"relativePath": "../../../../ERTP/src/index.js",
|
|
79
|
-
"mtime": "
|
|
79
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
80
80
|
},
|
|
81
81
|
{
|
|
82
82
|
"relativePath": "../../../../internal/src/index.js",
|
|
83
|
-
"mtime": "
|
|
83
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
"relativePath": "../../../../store/src/index.js",
|
|
87
|
-
"mtime": "
|
|
87
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"relativePath": "../../../../SwingSet/src/types-ambient.js",
|
|
91
|
-
"mtime": "
|
|
91
|
+
"mtime": "2024-01-25T16:48:12.387Z"
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
"relativePath": "../../../../vat-data/src/index.js",
|
|
95
|
-
"mtime": "
|
|
95
|
+
"mtime": "2024-02-27T23:24:29.517Z"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"relativePath": "../../../../../node_modules/@endo/eventual-send/src/no-shim.js",
|
|
@@ -138,85 +138,105 @@
|
|
|
138
138
|
"relativePath": "../../../../../node_modules/@endo/marshal/src/types.js",
|
|
139
139
|
"mtime": "2023-04-21T19:22:25.183Z"
|
|
140
140
|
},
|
|
141
|
+
{
|
|
142
|
+
"relativePath": "../../issuerRecord.js",
|
|
143
|
+
"mtime": "2024-01-25T16:48:12.807Z"
|
|
144
|
+
},
|
|
141
145
|
{
|
|
142
146
|
"relativePath": "../../objArrayConversion.js",
|
|
143
|
-
"mtime": "
|
|
147
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
144
148
|
},
|
|
145
149
|
{
|
|
146
150
|
"relativePath": "../../../../assert/src/assert.js",
|
|
147
|
-
"mtime": "
|
|
151
|
+
"mtime": "2024-02-27T23:24:29.397Z"
|
|
148
152
|
},
|
|
149
153
|
{
|
|
150
154
|
"relativePath": "../../../../notifier/src/index.js",
|
|
151
|
-
"mtime": "
|
|
155
|
+
"mtime": "2024-01-25T16:48:12.617Z"
|
|
152
156
|
},
|
|
153
157
|
{
|
|
154
158
|
"relativePath": "../../../../time/index.js",
|
|
155
|
-
"mtime": "
|
|
159
|
+
"mtime": "2024-02-27T23:24:29.487Z"
|
|
156
160
|
},
|
|
157
161
|
{
|
|
158
162
|
"relativePath": "../../../../../node_modules/@endo/import-bundle/src/index.js",
|
|
159
163
|
"mtime": "2023-04-21T19:22:26.644Z"
|
|
160
164
|
},
|
|
161
|
-
{
|
|
162
|
-
"relativePath": "../../issuerRecord.js",
|
|
163
|
-
"mtime": "2023-10-02T16:44:39.999Z"
|
|
164
|
-
},
|
|
165
165
|
{
|
|
166
166
|
"relativePath": "../allocationMath.js",
|
|
167
|
-
"mtime": "
|
|
167
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"relativePath": "../types.js",
|
|
171
|
-
"mtime": "
|
|
171
|
+
"mtime": "2024-02-27T23:24:29.547Z"
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
|
-
"relativePath": "
|
|
175
|
-
"mtime": "
|
|
174
|
+
"relativePath": "../../../../ERTP/src/amountMath.js",
|
|
175
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
"relativePath": "
|
|
179
|
-
"mtime": "
|
|
178
|
+
"relativePath": "../../../../ERTP/src/issuerKit.js",
|
|
179
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
"relativePath": "../../../../ERTP/src/
|
|
183
|
-
"mtime": "
|
|
182
|
+
"relativePath": "../../../../ERTP/src/typeGuards.js",
|
|
183
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
-
"relativePath": "../../../../
|
|
187
|
-
"mtime": "
|
|
186
|
+
"relativePath": "../../../../internal/src/config.js",
|
|
187
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
|
-
"relativePath": "../../../../
|
|
191
|
-
"mtime": "
|
|
190
|
+
"relativePath": "../../../../internal/src/debug.js",
|
|
191
|
+
"mtime": "2024-01-25T16:48:12.607Z"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"relativePath": "../../../../internal/src/method-tools.js",
|
|
195
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"relativePath": "../../../../internal/src/typeGuards.js",
|
|
199
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"relativePath": "../../../../internal/src/utils.js",
|
|
203
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"relativePath": "../offerSafety.js",
|
|
207
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"relativePath": "../rightsConservation.js",
|
|
211
|
+
"mtime": "2024-01-25T16:48:12.797Z"
|
|
192
212
|
},
|
|
193
213
|
{
|
|
194
214
|
"relativePath": "../../../../store/src/legacy/legacyMap.js",
|
|
195
|
-
"mtime": "
|
|
215
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
196
216
|
},
|
|
197
217
|
{
|
|
198
218
|
"relativePath": "../../../../store/src/legacy/legacyWeakMap.js",
|
|
199
|
-
"mtime": "
|
|
219
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
200
220
|
},
|
|
201
221
|
{
|
|
202
222
|
"relativePath": "../../../../store/src/stores/scalarMapStore.js",
|
|
203
|
-
"mtime": "
|
|
223
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
204
224
|
},
|
|
205
225
|
{
|
|
206
226
|
"relativePath": "../../../../store/src/stores/scalarSetStore.js",
|
|
207
|
-
"mtime": "
|
|
227
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
208
228
|
},
|
|
209
229
|
{
|
|
210
230
|
"relativePath": "../../../../store/src/stores/scalarWeakMapStore.js",
|
|
211
|
-
"mtime": "
|
|
231
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
212
232
|
},
|
|
213
233
|
{
|
|
214
234
|
"relativePath": "../../../../store/src/stores/scalarWeakSetStore.js",
|
|
215
|
-
"mtime": "
|
|
235
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
216
236
|
},
|
|
217
237
|
{
|
|
218
238
|
"relativePath": "../../../../store/src/stores/store-utils.js",
|
|
219
|
-
"mtime": "
|
|
239
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
220
240
|
},
|
|
221
241
|
{
|
|
222
242
|
"relativePath": "../../../../../node_modules/@endo/exo/index.js",
|
|
@@ -226,54 +246,18 @@
|
|
|
226
246
|
"relativePath": "../../../../../node_modules/@endo/patterns/index.js",
|
|
227
247
|
"mtime": "2023-04-21T19:22:26.760Z"
|
|
228
248
|
},
|
|
229
|
-
{
|
|
230
|
-
"relativePath": "../../../../internal/src/config.js",
|
|
231
|
-
"mtime": "2023-10-02T16:44:39.919Z"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"relativePath": "../../../../internal/src/debug.js",
|
|
235
|
-
"mtime": "2023-10-02T16:44:39.919Z"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"relativePath": "../../../../internal/src/method-tools.js",
|
|
239
|
-
"mtime": "2023-11-10T18:00:04.476Z"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"relativePath": "../../../../internal/src/typeGuards.js",
|
|
243
|
-
"mtime": "2023-11-10T18:00:04.476Z"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"relativePath": "../../../../internal/src/utils.js",
|
|
247
|
-
"mtime": "2023-10-02T16:44:39.919Z"
|
|
248
|
-
},
|
|
249
249
|
{
|
|
250
250
|
"relativePath": "../../../../vat-data/src/exo-utils.js",
|
|
251
|
-
"mtime": "
|
|
251
|
+
"mtime": "2024-02-27T23:24:29.517Z"
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
"relativePath": "../../../../vat-data/src/vat-data-bindings.js",
|
|
255
|
-
"mtime": "
|
|
255
|
+
"mtime": "2024-02-27T23:24:29.517Z"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"relativePath": "../../../../../node_modules/@endo/eventual-send/src/E.js",
|
|
259
259
|
"mtime": "2023-04-21T19:22:26.654Z"
|
|
260
260
|
},
|
|
261
|
-
{
|
|
262
|
-
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
|
|
263
|
-
"mtime": "2023-04-21T19:22:26.526Z"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
|
|
267
|
-
"mtime": "2023-04-21T19:22:26.526Z"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
|
|
271
|
-
"mtime": "2023-04-21T19:22:26.526Z"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
|
|
275
|
-
"mtime": "2023-04-21T19:22:26.526Z"
|
|
276
|
-
},
|
|
277
261
|
{
|
|
278
262
|
"relativePath": "../../../../../node_modules/@endo/pass-style/src/error.js",
|
|
279
263
|
"mtime": "2023-04-21T19:22:26.754Z"
|
|
@@ -314,6 +298,22 @@
|
|
|
314
298
|
"relativePath": "../../../../../node_modules/@endo/pass-style/src/types.js",
|
|
315
299
|
"mtime": "2023-04-21T19:22:26.754Z"
|
|
316
300
|
},
|
|
301
|
+
{
|
|
302
|
+
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/is-promise.js",
|
|
303
|
+
"mtime": "2023-04-21T19:22:26.526Z"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/memo-race.js",
|
|
307
|
+
"mtime": "2023-04-21T19:22:26.526Z"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/promise-executor-kit.js",
|
|
311
|
+
"mtime": "2023-04-21T19:22:26.526Z"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"relativePath": "../../../../../node_modules/@endo/promise-kit/src/types.js",
|
|
315
|
+
"mtime": "2023-04-21T19:22:26.526Z"
|
|
316
|
+
},
|
|
317
317
|
{
|
|
318
318
|
"relativePath": "../../../../../node_modules/@endo/nat/src/index.js",
|
|
319
319
|
"mtime": "2023-04-21T19:22:25.184Z"
|
|
@@ -324,43 +324,43 @@
|
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"relativePath": "../../../../assert/src/types.js",
|
|
327
|
-
"mtime": "
|
|
327
|
+
"mtime": "2024-02-27T23:24:29.397Z"
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
330
|
"relativePath": "../../../../notifier/src/asyncIterableAdaptor.js",
|
|
331
|
-
"mtime": "
|
|
331
|
+
"mtime": "2024-01-25T16:48:12.617Z"
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"relativePath": "../../../../notifier/src/notifier.js",
|
|
335
|
-
"mtime": "
|
|
335
|
+
"mtime": "2024-01-25T16:48:12.617Z"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"relativePath": "../../../../notifier/src/publish-kit.js",
|
|
339
|
-
"mtime": "
|
|
339
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
342
|
"relativePath": "../../../../notifier/src/stored-notifier.js",
|
|
343
|
-
"mtime": "
|
|
343
|
+
"mtime": "2024-01-25T16:48:12.627Z"
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"relativePath": "../../../../notifier/src/storesub.js",
|
|
347
|
-
"mtime": "
|
|
347
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"relativePath": "../../../../notifier/src/subscribe.js",
|
|
351
|
-
"mtime": "
|
|
351
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
352
352
|
},
|
|
353
353
|
{
|
|
354
354
|
"relativePath": "../../../../notifier/src/subscriber.js",
|
|
355
|
-
"mtime": "
|
|
355
|
+
"mtime": "2024-01-25T16:48:12.627Z"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"relativePath": "../../../../time/src/timeMath.js",
|
|
359
|
-
"mtime": "
|
|
359
|
+
"mtime": "2024-02-27T23:24:29.487Z"
|
|
360
360
|
},
|
|
361
361
|
{
|
|
362
362
|
"relativePath": "../../../../time/src/typeGuards.js",
|
|
363
|
-
"mtime": "
|
|
363
|
+
"mtime": "2024-02-27T23:24:29.487Z"
|
|
364
364
|
},
|
|
365
365
|
{
|
|
366
366
|
"relativePath": "../../../../../node_modules/@endo/import-bundle/src/compartment-wrapper.js",
|
|
@@ -376,35 +376,43 @@
|
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"relativePath": "../../../../ERTP/src/mathHelpers/copyBagMathHelpers.js",
|
|
379
|
-
"mtime": "
|
|
379
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
"relativePath": "../../../../ERTP/src/mathHelpers/copySetMathHelpers.js",
|
|
383
|
-
"mtime": "
|
|
383
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
384
384
|
},
|
|
385
385
|
{
|
|
386
386
|
"relativePath": "../../../../ERTP/src/mathHelpers/natMathHelpers.js",
|
|
387
|
-
"mtime": "
|
|
387
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
390
|
"relativePath": "../../../../ERTP/src/mathHelpers/setMathHelpers.js",
|
|
391
|
-
"mtime": "
|
|
391
|
+
"mtime": "2024-01-25T16:48:12.337Z"
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"relativePath": "../../../../ERTP/src/displayInfo.js",
|
|
395
|
-
"mtime": "
|
|
395
|
+
"mtime": "2024-01-25T16:48:12.337Z"
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
"relativePath": "../../../../ERTP/src/paymentLedger.js",
|
|
399
|
-
"mtime": "
|
|
399
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"relativePath": "../../../../ERTP/src/types-ambient.js",
|
|
403
|
-
"mtime": "
|
|
403
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"relativePath": "../../../../../node_modules/@endo/stream/index.js",
|
|
407
|
+
"mtime": "2023-04-21T19:22:27.068Z"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"relativePath": "../../../../../node_modules/jessie.js/src/main.js",
|
|
411
|
+
"mtime": "2023-01-02T01:46:59.893Z"
|
|
404
412
|
},
|
|
405
413
|
{
|
|
406
414
|
"relativePath": "../../../../store/src/types.js",
|
|
407
|
-
"mtime": "
|
|
415
|
+
"mtime": "2024-02-27T23:24:29.457Z"
|
|
408
416
|
},
|
|
409
417
|
{
|
|
410
418
|
"relativePath": "../../../../../node_modules/@endo/exo/src/exo-makers.js",
|
|
@@ -446,14 +454,6 @@
|
|
|
446
454
|
"relativePath": "../../../../../node_modules/@endo/patterns/src/utils.js",
|
|
447
455
|
"mtime": "2023-04-21T19:22:26.760Z"
|
|
448
456
|
},
|
|
449
|
-
{
|
|
450
|
-
"relativePath": "../../../../../node_modules/@endo/stream/index.js",
|
|
451
|
-
"mtime": "2023-04-21T19:22:27.068Z"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"relativePath": "../../../../../node_modules/jessie.js/src/main.js",
|
|
455
|
-
"mtime": "2023-01-02T01:46:59.893Z"
|
|
456
|
-
},
|
|
457
457
|
{
|
|
458
458
|
"relativePath": "../../../../../node_modules/@endo/eventual-send/src/track-turns.js",
|
|
459
459
|
"mtime": "2023-04-21T19:22:26.654Z"
|
|
@@ -476,19 +476,19 @@
|
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
"relativePath": "../../../../notifier/src/types-ambient.js",
|
|
479
|
-
"mtime": "
|
|
479
|
+
"mtime": "2024-01-25T16:48:12.627Z"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
482
|
"relativePath": "../../../../internal/src/lib-chainStorage.js",
|
|
483
|
-
"mtime": "
|
|
483
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"relativePath": "../../../../internal/src/upgrade-api.js",
|
|
487
|
-
"mtime": "
|
|
487
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
488
488
|
},
|
|
489
489
|
{
|
|
490
490
|
"relativePath": "../../../../notifier/src/topic.js",
|
|
491
|
-
"mtime": "
|
|
491
|
+
"mtime": "2024-01-25T16:48:12.627Z"
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
494
|
"relativePath": "../../../../../node_modules/@endo/base64/atob.js",
|
|
@@ -512,19 +512,15 @@
|
|
|
512
512
|
},
|
|
513
513
|
{
|
|
514
514
|
"relativePath": "../../../../ERTP/src/payment.js",
|
|
515
|
-
"mtime": "
|
|
515
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
"relativePath": "../../../../ERTP/src/purse.js",
|
|
519
|
-
"mtime": "
|
|
519
|
+
"mtime": "2024-02-27T23:24:29.347Z"
|
|
520
520
|
},
|
|
521
521
|
{
|
|
522
522
|
"relativePath": "../../../../store/exported.js",
|
|
523
|
-
"mtime": "
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"relativePath": "../../../../../node_modules/@endo/exo/src/exo-tools.js",
|
|
527
|
-
"mtime": "2023-04-21T19:22:26.666Z"
|
|
523
|
+
"mtime": "2024-01-25T16:48:12.657Z"
|
|
528
524
|
},
|
|
529
525
|
{
|
|
530
526
|
"relativePath": "../../../../../node_modules/jessie.js/src/ring0/main.js",
|
|
@@ -534,13 +530,17 @@
|
|
|
534
530
|
"relativePath": "../../../../../node_modules/jessie.js/src/ring1/main.js",
|
|
535
531
|
"mtime": "2023-01-02T01:46:59.893Z"
|
|
536
532
|
},
|
|
533
|
+
{
|
|
534
|
+
"relativePath": "../../../../../node_modules/@endo/exo/src/exo-tools.js",
|
|
535
|
+
"mtime": "2023-04-21T19:22:26.666Z"
|
|
536
|
+
},
|
|
537
537
|
{
|
|
538
538
|
"relativePath": "../../../../internal/src/callback.js",
|
|
539
|
-
"mtime": "
|
|
539
|
+
"mtime": "2024-02-27T23:24:29.447Z"
|
|
540
540
|
},
|
|
541
541
|
{
|
|
542
542
|
"relativePath": "../../../../zone/src/index.js",
|
|
543
|
-
"mtime": "
|
|
543
|
+
"mtime": "2024-02-27T23:24:29.557Z"
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
"relativePath": "../../../../../node_modules/@endo/base64/decode.js",
|
|
@@ -600,7 +600,7 @@
|
|
|
600
600
|
},
|
|
601
601
|
{
|
|
602
602
|
"relativePath": "../../../../ERTP/src/transientNotifier.js",
|
|
603
|
-
"mtime": "
|
|
603
|
+
"mtime": "2024-01-25T16:48:12.337Z"
|
|
604
604
|
},
|
|
605
605
|
{
|
|
606
606
|
"relativePath": "../../../../../node_modules/jessie.js/src/ring0/E.js",
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
"relativePath": "../../../../zone/src/heap.js",
|
|
623
|
-
"mtime": "
|
|
623
|
+
"mtime": "2024-02-27T23:24:29.557Z"
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"relativePath": "../../../../../node_modules/@endo/compartment-mapper/src/policy-format.js",
|