@agoric/wallet 0.19.0-u22.0 → 0.19.0-u22.2

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/api/CHANGELOG.md CHANGED
@@ -3,33 +3,45 @@
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.14.3](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.2...@agoric/wallet-backend@0.14.3) (2023-06-09)
6
+ ## [0.15.0-u22.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.15.0-u22.0...@agoric/wallet-backend@0.15.0-u22.1) (2025-09-09)
7
7
 
8
8
  **Note:** Version bump only for package @agoric/wallet-backend
9
9
 
10
+ ## [0.15.0-u22.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.15.0-u22.0) (2025-09-09)
10
11
 
12
+ ### ⚠ BREAKING CHANGES
11
13
 
14
+ * **solo:** remove `sim-chain` dependency
15
+ * **zone:** use fresh heap and virtual zones
12
16
 
17
+ ### Features
13
18
 
14
- ### [0.14.2](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.1...@agoric/wallet-backend@0.14.2) (2023-06-02)
15
-
16
- **Note:** Version bump only for package @agoric/wallet-backend
17
-
18
-
19
+ * **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
20
+ * **types:** Payment for set-like carries key type ([0765625](https://github.com/Agoric/agoric/commit/0765625bad5a377ce07049ec3b63df000de86762))
21
+ * **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric/commit/7a1a411cf719477e29a2bedeb91794fd633989e9))
19
22
 
23
+ ### Bug Fixes
20
24
 
25
+ * promise handling ([c9219ad](https://github.com/Agoric/agoric/commit/c9219adef68914e44f0daa24122086dc3cb19c16))
26
+ * **solo:** remove `sim-chain` dependency ([da75a03](https://github.com/Agoric/agoric/commit/da75a03f95828d773fa3f662d30f0e221030c2ca))
27
+ * **types:** board values ([4196da3](https://github.com/Agoric/agoric/commit/4196da375525fa67382a039a15973810db44ffea))
28
+ * update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f))
29
+ * **wallet:** explicitly harden iteration helper prototype ([c561a12](https://github.com/Agoric/agoric/commit/c561a127523e8d5d1a58db7fe02e777bc66f885d))
21
30
 
22
- ### [0.14.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.0...@agoric/wallet-backend@0.14.1) (2023-05-24)
31
+ ### [0.14.3](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.2...@agoric/wallet-backend@0.14.3) (2023-06-09)
23
32
 
24
33
  **Note:** Version bump only for package @agoric/wallet-backend
25
34
 
35
+ ### [0.14.2](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.1...@agoric/wallet-backend@0.14.2) (2023-06-02)
26
36
 
37
+ **Note:** Version bump only for package @agoric/wallet-backend
27
38
 
39
+ ### [0.14.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.0...@agoric/wallet-backend@0.14.1) (2023-05-24)
28
40
 
41
+ **Note:** Version bump only for package @agoric/wallet-backend
29
42
 
30
43
  ## [0.14.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.3...@agoric/wallet-backend@0.14.0) (2023-05-19)
31
44
 
32
-
33
45
  ### ⚠ BREAKING CHANGES
34
46
 
35
47
  * emit smallcaps-format data in all marshallers
@@ -38,7 +50,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
38
50
 
39
51
  * emit smallcaps-format data in all marshallers ([1753df8](https://github.com/Agoric/agoric/commit/1753df83465785b5ee71b250770c9b012d750ffc)), closes [#6822](https://github.com/Agoric/agoric/issues/6822)
40
52
 
41
-
42
53
  ### Bug Fixes
43
54
 
44
55
  * use `subscribeEach` to get reconnect benefits ([fb24132](https://github.com/Agoric/agoric/commit/fb24132f9b4e117e56bae2803994e57c188344f3))
@@ -47,51 +58,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
47
58
  * replace unsafe then with E.when ([#6684](https://github.com/Agoric/agoric/issues/6684)) ([d7a749e](https://github.com/Agoric/agoric/commit/d7a749eec4ddec9ba39bbc65434f03ec113cae7c))
48
59
  * update types/dependencies for new @agoric/time ([418545a](https://github.com/Agoric/agoric/commit/418545ae88085de6e7fde415baa7de0a3f3056a4))
49
60
 
50
-
51
-
52
61
  ### [0.13.5](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.4...@agoric/wallet-backend@0.13.5) (2023-02-17)
53
62
 
54
63
  **Note:** Version bump only for package @agoric/wallet-backend
55
64
 
56
-
57
-
58
-
59
-
60
65
  ### [0.13.4](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.3...@agoric/wallet-backend@0.13.4) (2022-12-14)
61
66
 
62
67
  **Note:** Version bump only for package @agoric/wallet-backend
63
68
 
64
-
65
-
66
-
67
-
68
69
  ### [0.13.3](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.2...@agoric/wallet-backend@0.13.3) (2022-10-18)
69
70
 
70
71
  **Note:** Version bump only for package @agoric/wallet-backend
71
72
 
72
-
73
-
74
-
75
-
76
73
  ### [0.13.2](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.1...@agoric/wallet-backend@0.13.2) (2022-10-08)
77
74
 
78
75
  **Note:** Version bump only for package @agoric/wallet-backend
79
76
 
80
-
81
-
82
-
83
-
84
77
  ### [0.13.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.13.0...@agoric/wallet-backend@0.13.1) (2022-10-05)
85
78
 
86
79
  **Note:** Version bump only for package @agoric/wallet-backend
87
80
 
88
-
89
-
90
-
91
-
92
81
  ## [0.13.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.12.1...@agoric/wallet-backend@0.13.0) (2022-09-20)
93
82
 
94
-
95
83
  ### ⚠ BREAKING CHANGES
96
84
 
97
85
  * **store:** move some util where they are more reusable (#5990)
@@ -108,7 +96,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
108
96
  * **wallet/api:** marshal brand and issuer board ids ([df1d955](https://github.com/Agoric/agoric/commit/df1d9559127f1d8bb8f77ae421f85092e8b297ae))
109
97
  * **wallet/api:** marshal contexts for wallet, board ([#5883](https://github.com/Agoric/agoric/issues/5883)) ([088e144](https://github.com/Agoric/agoric/commit/088e1446a100932f801fb04d5881f80f5d94526f))
110
98
 
111
-
112
99
  ### Bug Fixes
113
100
 
114
101
  * **wallet-api:** clarify some marshal code ([274f994](https://github.com/Agoric/agoric/commit/274f9941aa44f3049bd045877de170dc8bb1f8fe))
@@ -124,33 +111,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
124
111
  * **walletFactory:** marshal using petnames ([#5743](https://github.com/Agoric/agoric/issues/5743)) ([5d49ad7](https://github.com/Agoric/agoric/commit/5d49ad79947f44a7cbe98d232ecde105223763d5))
125
112
  * makePublishKit ([#5435](https://github.com/Agoric/agoric/issues/5435)) ([d8228d2](https://github.com/Agoric/agoric/commit/d8228d272cfe18aa2fba713fb5acc4e84eaa1e39))
126
113
 
127
-
128
114
  ### Code Refactoring
129
115
 
130
116
  * **run-protocol:** rename to inter-protocol ([f49b342](https://github.com/Agoric/agoric/commit/f49b342aa468e0cac08bb6cfd313918674e924d7))
131
117
 
132
-
133
-
134
118
  ### [0.12.1](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.12.0...@agoric/wallet-backend@0.12.1) (2022-05-28)
135
119
 
136
120
  **Note:** Version bump only for package @agoric/wallet-backend
137
121
 
138
-
139
-
140
-
141
-
142
122
  ## [0.12.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.11.0...@agoric/wallet-backend@0.12.0) (2022-05-09)
143
123
 
144
-
145
124
  ### Features
146
125
 
147
126
  * **wallet:** support attestations in offers ([f993c0b](https://github.com/Agoric/agoric/commit/f993c0b5f44f2b8d6beba50748da0b4889a26b5c))
148
127
 
149
-
150
-
151
128
  ## [0.11.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.10.9...@agoric/wallet-backend@0.11.0) (2022-04-18)
152
129
 
153
-
154
130
  ### Features
155
131
 
156
132
  * **wallet:** support reading notifiers from offer result ([934ed3c](https://github.com/Agoric/agoric/commit/934ed3c93b587ad7501fb6c122e8ef7be84ef940))
@@ -158,26 +134,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
158
134
  * **wallet-api:** expose `E(wallet).lookup()` to traverse names ([5ef561d](https://github.com/Agoric/agoric/commit/5ef561d4f0cb96c743642d8e1713239f5cfe4721))
159
135
  * **wallet-api:** send `proposalTemplate.arguments` as offer args ([9c769f1](https://github.com/Agoric/agoric/commit/9c769f11cc9d04fbd8ab1898f983774b60393544))
160
136
 
161
-
162
137
  ### Bug Fixes
163
138
 
164
139
  * **wallet:** change notifiers to publicNotifiers ([2fe5492](https://github.com/Agoric/agoric/commit/2fe5492821826f31bee4f99347aeea5abbd626ab))
165
140
  * **wallet-api:** don't drop unused invitations on the floor ([f63ed7e](https://github.com/Agoric/agoric/commit/f63ed7ef8f576d9f4807798c6befb46d4df517dd))
166
141
 
167
-
168
-
169
142
  ### [0.10.9](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.10.8...@agoric/wallet-backend@0.10.9) (2022-02-24)
170
143
 
171
-
172
144
  ### Bug Fixes
173
145
 
174
146
  * **wallet:** don't publish depositFacet until we're ready to receive ([f448176](https://github.com/Agoric/agoric/commit/f448176fd64ef47da5af00cab029104fb187afc7))
175
147
 
176
-
177
-
178
148
  ### [0.10.8](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.10.7...@agoric/wallet-backend@0.10.8) (2022-02-21)
179
149
 
180
-
181
150
  ### Bug Fixes
182
151
 
183
152
  * Enhance TypeScript node_modules traversal depth ([000f738](https://github.com/Agoric/agoric/commit/000f73850d46dc7272b2399c06ad774dd3b8fe6e))
@@ -185,82 +154,52 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
185
154
  * **wallet-backend:** default new purses to autodeposit ([9a06a92](https://github.com/Agoric/agoric/commit/9a06a926ce1c19b3483b10b27a19f37bd493006e))
186
155
  * extract early changes from PR 4136 ([#4190](https://github.com/Agoric/agoric/issues/4190)) ([fea822e](https://github.com/Agoric/agoric/commit/fea822ec75c27c8758b872730424c0a3f1a1c623))
187
156
 
188
-
189
-
190
157
  ### [0.10.7](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.10.6...@agoric/wallet-backend@0.10.7) (2021-12-22)
191
158
 
192
-
193
159
  ### Bug Fixes
194
160
 
195
161
  * **wallet:** properly get the first timerService value ([636e099](https://github.com/Agoric/agoric/commit/636e0994761998b0857232f9bdd6f0b3ac451b31))
196
162
 
197
-
198
-
199
163
  ### 0.10.6 (2021-12-02)
200
164
 
201
165
  **Note:** Version bump only for package @agoric/wallet-backend
202
166
 
203
-
204
-
205
-
206
-
207
167
  ### [0.10.5](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.4...@agoric/dapp-svelte-wallet-api@0.10.5) (2021-10-13)
208
168
 
209
-
210
169
  ### Features
211
170
 
212
171
  * **wallet-backend:** add `walletAdmin.getClockNotifier()` ([2902ec3](https://github.com/Agoric/agoric/commit/2902ec38f6110a5582f6906695b77911f4d43180))
213
172
  * **wallet-backend:** attach timestamp and sequence metadata ([9e02962](https://github.com/Agoric/agoric/commit/9e02962b7c08d56ea1fe72970f3309998b734767))
214
173
  * **wallet-connection:** handle dapp approval states ([32b7772](https://github.com/Agoric/agoric/commit/32b7772ed33ed512ed598bbfc5dcea16ed36a705))
215
174
 
216
-
217
175
  ### Bug Fixes
218
176
 
219
177
  * **wallet-backend:** get tests passing ([1b4a22b](https://github.com/Agoric/agoric/commit/1b4a22b3b494203b924850e7d36fb65c2e339abb))
220
178
 
221
-
222
-
223
179
  ### [0.10.4](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.3...@agoric/dapp-svelte-wallet-api@0.10.4) (2021-09-23)
224
180
 
225
181
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
226
182
 
227
-
228
-
229
-
230
-
231
183
  ### [0.10.3](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.2...@agoric/dapp-svelte-wallet-api@0.10.3) (2021-09-15)
232
184
 
233
-
234
185
  ### Features
235
186
 
236
187
  * **wallet:** wire through the Zoe fee information ([f52ea9a](https://github.com/Agoric/agoric/commit/f52ea9a0a94b8d7c88a18afd603b22896306613f))
237
188
 
238
-
239
189
  ### Bug Fixes
240
190
 
241
191
  * **wallet:** handle solo restarts while deploying wallet backend ([a6c7bf8](https://github.com/Agoric/agoric/commit/a6c7bf8d781d3b2c5350d6b47d61b1ea9293b8d4))
242
192
 
243
-
244
-
245
193
  ### [0.10.2](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.1...@agoric/dapp-svelte-wallet-api@0.10.2) (2021-08-21)
246
194
 
247
195
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
248
196
 
249
-
250
-
251
-
252
-
253
197
  ### [0.10.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.10.0...@agoric/dapp-svelte-wallet-api@0.10.1) (2021-08-18)
254
198
 
255
199
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
256
200
 
257
-
258
-
259
-
260
-
261
201
  ## [0.10.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.15...@agoric/dapp-svelte-wallet-api@0.10.0) (2021-08-17)
262
202
 
263
-
264
203
  ### ⚠ BREAKING CHANGES
265
204
 
266
205
  * make the run mint within Zoe, and give only the treasury the ability to create a ZCFMint with it
@@ -279,29 +218,20 @@ See https://github.com/Agoric/agoric-sdk/issues/3672 for the issue to fix the ro
279
218
  * **wallet:** reenable invitationDetails ([6655857](https://github.com/Agoric/agoric/commit/6655857707c9e457b5fa42609355ac709f19d29f))
280
219
  * **wallet:** set up a Zoe fee purse and forward invitationDetails ([42957ab](https://github.com/Agoric/agoric/commit/42957abc83e0152abc705ddcf36b22d2409a5443)), closes [#3669](https://github.com/Agoric/agoric/issues/3669)
281
220
 
282
-
283
221
  ### Bug Fixes
284
222
 
285
223
  * **wallet:** never fail to suggestPetname ([dd4fbc1](https://github.com/Agoric/agoric/commit/dd4fbc166565e7ba1f1a0c06f513570305acefe7))
286
224
 
287
-
288
225
  * BREAKING CHANGE: create the RUN Mint within Zoe (#3647) ([48762aa](https://github.com/Agoric/agoric/commit/48762aa83a30eaa0a14b2fd87777456758594262)), closes [#3647](https://github.com/Agoric/agoric/issues/3647)
289
226
 
290
-
291
-
292
227
  ### [0.9.15](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.14...@agoric/dapp-svelte-wallet-api@0.9.15) (2021-08-16)
293
228
 
294
229
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
295
230
 
296
-
297
-
298
-
299
-
300
231
  ### [0.9.14](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.11...@agoric/dapp-svelte-wallet-api@0.9.14) (2021-08-15)
301
232
 
302
233
  ### 0.26.10 (2021-07-28)
303
234
 
304
-
305
235
  ### Bug Fixes
306
236
 
307
237
  * some missing Fars ([#3498](https://github.com/Agoric/agoric/issues/3498)) ([8f77271](https://github.com/Agoric/agoric/commit/8f77271b41a4589679ad95ff907126778466aba8))
@@ -309,13 +239,10 @@ See https://github.com/Agoric/agoric-sdk/issues/3672 for the issue to fix the ro
309
239
  * **wallet:** be more robust with claiming payments ([0a67988](https://github.com/Agoric/agoric/commit/0a679889103fae9c15c37adaaa4af72dcc73b752))
310
240
  * **wallet:** more robust addPayment method handles failed deposit ([7990569](https://github.com/Agoric/agoric/commit/79905692e15a1322c269c7f697bf78374dee4d95))
311
241
 
312
-
313
-
314
242
  ### [0.9.13](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.11...@agoric/dapp-svelte-wallet-api@0.9.13) (2021-08-14)
315
243
 
316
244
  ### 0.26.10 (2021-07-28)
317
245
 
318
-
319
246
  ### Bug Fixes
320
247
 
321
248
  * some missing Fars ([#3498](https://github.com/Agoric/agoric/issues/3498)) ([8f77271](https://github.com/Agoric/agoric/commit/8f77271b41a4589679ad95ff907126778466aba8))
@@ -323,11 +250,8 @@ See https://github.com/Agoric/agoric-sdk/issues/3672 for the issue to fix the ro
323
250
  * **wallet:** be more robust with claiming payments ([0a67988](https://github.com/Agoric/agoric/commit/0a679889103fae9c15c37adaaa4af72dcc73b752))
324
251
  * **wallet:** more robust addPayment method handles failed deposit ([7990569](https://github.com/Agoric/agoric/commit/79905692e15a1322c269c7f697bf78374dee4d95))
325
252
 
326
-
327
-
328
253
  ### [0.9.12](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.11...@agoric/dapp-svelte-wallet-api@0.9.12) (2021-07-28)
329
254
 
330
-
331
255
  ### Bug Fixes
332
256
 
333
257
  * some missing Fars ([#3498](https://github.com/Agoric/agoric/issues/3498)) ([8f77271](https://github.com/Agoric/agoric/commit/8f77271b41a4589679ad95ff907126778466aba8))
@@ -335,231 +259,132 @@ See https://github.com/Agoric/agoric-sdk/issues/3672 for the issue to fix the ro
335
259
  * **wallet:** be more robust with claiming payments ([0a67988](https://github.com/Agoric/agoric/commit/0a679889103fae9c15c37adaaa4af72dcc73b752))
336
260
  * **wallet:** more robust addPayment method handles failed deposit ([7990569](https://github.com/Agoric/agoric/commit/79905692e15a1322c269c7f697bf78374dee4d95))
337
261
 
338
-
339
-
340
262
  ### [0.9.11](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.10...@agoric/dapp-svelte-wallet-api@0.9.11) (2021-07-01)
341
263
 
342
264
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
343
265
 
344
-
345
-
346
-
347
-
348
266
  ### [0.9.10](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.9...@agoric/dapp-svelte-wallet-api@0.9.10) (2021-07-01)
349
267
 
350
268
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
351
269
 
352
-
353
-
354
-
355
-
356
270
  ### [0.9.9](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.8...@agoric/dapp-svelte-wallet-api@0.9.9) (2021-06-28)
357
271
 
358
272
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
359
273
 
360
-
361
-
362
-
363
-
364
274
  ### [0.9.8](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.7...@agoric/dapp-svelte-wallet-api@0.9.8) (2021-06-25)
365
275
 
366
276
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
367
277
 
368
-
369
-
370
-
371
-
372
278
  ### [0.9.7](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.6...@agoric/dapp-svelte-wallet-api@0.9.7) (2021-06-24)
373
279
 
374
280
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
375
281
 
376
-
377
-
378
-
379
-
380
282
  ### [0.9.6](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.5...@agoric/dapp-svelte-wallet-api@0.9.6) (2021-06-24)
381
283
 
382
284
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
383
285
 
384
-
385
-
386
-
387
-
388
286
  ### [0.9.5](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.4...@agoric/dapp-svelte-wallet-api@0.9.5) (2021-06-23)
389
287
 
390
288
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
391
289
 
392
-
393
-
394
-
395
-
396
290
  ### [0.9.4](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.3...@agoric/dapp-svelte-wallet-api@0.9.4) (2021-06-16)
397
291
 
398
292
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
399
293
 
400
-
401
-
402
-
403
-
404
294
  ### [0.9.3](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.2...@agoric/dapp-svelte-wallet-api@0.9.3) (2021-06-15)
405
295
 
406
-
407
296
  ### Features
408
297
 
409
298
  * use 'engine-gc.js' to get the Node.js garbage collector ([0153529](https://github.com/Agoric/agoric/commit/0153529cbfc0b7da2d1ec434b32b2171bc246f93))
410
299
 
411
-
412
300
  ### Bug Fixes
413
301
 
414
302
  * Pin ESM to forked version ([54dbb55](https://github.com/Agoric/agoric/commit/54dbb55d64d7ff7adb395bc4bd9d1461dd2d3c17))
415
303
  * remove references to @agoric/registrar ([ec6cc6d](https://github.com/Agoric/agoric/commit/ec6cc6d8f1da9ec5a38420b501562eaebfbdc76c))
416
304
 
417
-
418
-
419
305
  ## [0.9.2](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.1...@agoric/dapp-svelte-wallet-api@0.9.2) (2021-05-10)
420
306
 
421
307
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
422
308
 
423
-
424
-
425
-
426
-
427
309
  ## [0.9.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.9.0...@agoric/dapp-svelte-wallet-api@0.9.1) (2021-05-05)
428
310
 
429
311
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
430
312
 
431
-
432
-
433
-
434
-
435
313
  # [0.9.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.8.4...@agoric/dapp-svelte-wallet-api@0.9.0) (2021-05-05)
436
314
 
437
-
438
315
  ### Bug Fixes
439
316
 
440
317
  * update dapp-svelte-wallet to new packages ([a1dcabd](https://github.com/Agoric/agoric/commit/a1dcabd60790ef1effe16565ea33f9811b32fa09))
441
318
  * update types and implementation now that Far preserves them ([a4695c4](https://github.com/Agoric/agoric/commit/a4695c43a09abc92a20c12104cfbfefb4cae2ff2))
442
319
 
443
-
444
320
  ### Features
445
321
 
446
322
  * donate RUN from the bootstrap payment on each provision ([43c5db5](https://github.com/Agoric/agoric/commit/43c5db5d819a3be059a5ead074aa96c3d87416c4))
447
323
  * **wallet:** subscribe to bank assets and fetch purses ([92a0a44](https://github.com/Agoric/agoric/commit/92a0a44b26a77d75668314f628ba28c4c58331a8))
448
324
 
449
-
450
-
451
-
452
-
453
325
  ## [0.8.4](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.8.3...@agoric/dapp-svelte-wallet-api@0.8.4) (2021-04-22)
454
326
 
455
327
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
456
328
 
457
-
458
-
459
-
460
-
461
329
  ## [0.8.3](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.8.2...@agoric/dapp-svelte-wallet-api@0.8.3) (2021-04-18)
462
330
 
463
331
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
464
332
 
465
-
466
-
467
-
468
-
469
333
  ## [0.8.2](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.8.1...@agoric/dapp-svelte-wallet-api@0.8.2) (2021-04-16)
470
334
 
471
335
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
472
336
 
473
-
474
-
475
-
476
-
477
337
  ## [0.8.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.8.0...@agoric/dapp-svelte-wallet-api@0.8.1) (2021-04-14)
478
338
 
479
339
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
480
340
 
481
-
482
-
483
-
484
-
485
341
  # [0.8.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.7.1...@agoric/dapp-svelte-wallet-api@0.8.0) (2021-04-13)
486
342
 
487
-
488
343
  ### Features
489
344
 
490
345
  * add contact address property and register depositFacet name ([feae632](https://github.com/Agoric/agoric/commit/feae6321259e29539ab637956e801d1321ba9a8e))
491
346
 
492
-
493
-
494
-
495
-
496
347
  ## [0.7.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.7.0...@agoric/dapp-svelte-wallet-api@0.7.1) (2021-04-07)
497
348
 
498
349
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
499
350
 
500
-
501
-
502
-
503
-
504
351
  # [0.7.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.6.1...@agoric/dapp-svelte-wallet-api@0.7.0) (2021-04-06)
505
352
 
506
-
507
353
  ### Bug Fixes
508
354
 
509
355
  * Many more tests use ses-ava ([#2733](https://github.com/Agoric/agoric/issues/2733)) ([d1e0f0f](https://github.com/Agoric/agoric/commit/d1e0f0fef8251f014b96ca7f3975efd37e1925f8))
510
356
  * update to depend on ses 0.12.5 ([#2718](https://github.com/Agoric/agoric/issues/2718)) ([08dbe0d](https://github.com/Agoric/agoric/commit/08dbe0db5ce06944dc92c710865e441a60b31b5b))
511
357
  * use ses-ava in SwingSet where possible ([#2709](https://github.com/Agoric/agoric/issues/2709)) ([85b674e](https://github.com/Agoric/agoric/commit/85b674e7942443219fa9828841cc7bd8ef909b47))
512
358
 
513
-
514
359
  ### Features
515
360
 
516
361
  * integrate the economy's central token in chain bootstrap ([2288e60](https://github.com/Agoric/agoric/commit/2288e60bf2d85e2c9c9b08c479dbaad41284f55d))
517
362
  * **dapp-svelte-wallet:** add getAgoricNames and getNamesByAddress ([7c8f4d5](https://github.com/Agoric/agoric/commit/7c8f4d55cd3956267a72882303d4430a72a58e70))
518
363
 
519
-
520
-
521
-
522
-
523
364
  ## [0.6.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.6.0...@agoric/dapp-svelte-wallet-api@0.6.1) (2021-03-24)
524
365
 
525
-
526
366
  ### Bug Fixes
527
367
 
528
368
  * remove use of Data() from all packages ([540d917](https://github.com/Agoric/agoric/commit/540d917b20ae74e44752210524f6ffcb27708892)), closes [#2018](https://github.com/Agoric/agoric/issues/2018)
529
369
 
530
-
531
-
532
-
533
-
534
370
  # [0.6.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.5.3...@agoric/dapp-svelte-wallet-api@0.6.0) (2021-03-16)
535
371
 
536
-
537
372
  ### Bug Fixes
538
373
 
539
374
  * make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric/issues/2647)
540
375
  * **dapp-svelte-wallet:** add Far/Data annotations ([a826805](https://github.com/Agoric/agoric/commit/a826805d8734f6b5a02c0437726a87781e9ff0be)), closes [#2018](https://github.com/Agoric/agoric/issues/2018)
541
376
 
542
-
543
377
  ### Features
544
378
 
545
379
  * add static amountMath. Backwards compatible with old amountMath ([#2561](https://github.com/Agoric/agoric/issues/2561)) ([1620307](https://github.com/Agoric/agoric/commit/1620307ee1b45033032617cc14dfabfb338b0dc2))
546
380
  * default new purses to autodeposit ([b210b4b](https://github.com/Agoric/agoric/commit/b210b4b918e8e67ab241d5d0c8907b437e58fc6c))
547
381
 
548
-
549
-
550
-
551
-
552
382
  ## [0.5.3](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.5.2...@agoric/dapp-svelte-wallet-api@0.5.3) (2021-02-22)
553
383
 
554
384
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
555
385
 
556
-
557
-
558
-
559
-
560
386
  ## [0.5.2](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.5.1...@agoric/dapp-svelte-wallet-api@0.5.2) (2021-02-16)
561
387
 
562
-
563
388
  ### Bug Fixes
564
389
 
565
390
  * Correlate sent errors with received errors ([73b9cfd](https://github.com/Agoric/agoric/commit/73b9cfd33cf7842bdc105a79592028649cb1c92a))
@@ -569,114 +394,69 @@ See https://github.com/Agoric/agoric-sdk/issues/3672 for the issue to fix the ro
569
394
  * use assert rather than FooError constructors ([f860c5b](https://github.com/Agoric/agoric/commit/f860c5bf5add165a08cb5bd543502857c3f57998))
570
395
  * wire through the CapTP bootstrap message ([7af41bc](https://github.com/Agoric/agoric/commit/7af41bc13a778c4872863e2060874910d6c1fefa))
571
396
 
572
-
573
-
574
-
575
-
576
397
  ## [0.5.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.5.0...@agoric/dapp-svelte-wallet-api@0.5.1) (2020-12-10)
577
398
 
578
-
579
399
  ### Bug Fixes
580
400
 
581
401
  * add more types and refactor naming of facets ([8f81091](https://github.com/Agoric/agoric/commit/8f810917e63aa8a2b78a523213310285abd49f8a))
582
402
  * minor fixes while debugging purse notifiers ([bc4992a](https://github.com/Agoric/agoric/commit/bc4992ac65bba9007d44d242d6f0144072bf717b))
583
403
  * replace "observable purse" with getCurrentAmountNotifier ([bdebc9e](https://github.com/Agoric/agoric/commit/bdebc9eedcb283ab6d12d40b1b3258cd1919d2fa))
584
404
 
585
-
586
-
587
-
588
-
589
405
  # [0.5.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.5.0-dev.0...@agoric/dapp-svelte-wallet-api@0.5.0) (2020-11-07)
590
406
 
591
-
592
407
  ### Bug Fixes
593
408
 
594
409
  * make wallet more robust, and handle decimals fully ([9c29e10](https://github.com/Agoric/agoric/commit/9c29e10225c3aef0717661674a7bdbdb2318231f))
595
410
  * put all parsing and stringification into the wallet ui ([58ff9a3](https://github.com/Agoric/agoric/commit/58ff9a32f10778e76e379d8a81cabf655c26c580))
596
411
 
597
-
598
412
  ### Features
599
413
 
600
414
  * update wallet for decimals ([898ce50](https://github.com/Agoric/agoric/commit/898ce50978bfeae94b5d342d94a0188b9a060a47))
601
415
 
602
-
603
-
604
-
605
-
606
416
  # [0.5.0-dev.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.4.0...@agoric/dapp-svelte-wallet-api@0.5.0-dev.0) (2020-10-19)
607
417
 
608
-
609
418
  ### Features
610
419
 
611
420
  * **zoe:** export src/contractFacet/fakeVatAdmin for dapps ([ea8568f](https://github.com/Agoric/agoric/commit/ea8568f7d2b67b10507d911c6585b1728ad3d011))
612
421
 
613
-
614
-
615
-
616
-
617
422
  # [0.4.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.3.1-dev.2...@agoric/dapp-svelte-wallet-api@0.4.0) (2020-10-11)
618
423
 
619
-
620
424
  ### Bug Fixes
621
425
 
622
426
  * **wallet:** propagate offer handler exceptions to the WebSocket ([3965361](https://github.com/Agoric/agoric/commit/39653616bb45546593ba49cc59a8e6a0d1b515f2))
623
427
  * add getBootstrap method to handler object ([bb1f525](https://github.com/Agoric/agoric/commit/bb1f5256bd6ab49c83cb46aee9e3a6557293f5b6))
624
428
  * properly update inbox petnames ([00477b5](https://github.com/Agoric/agoric/commit/00477b58a0995d1cc1ad11f33312abaf7749fb20))
625
429
 
626
-
627
430
  ### Features
628
431
 
629
432
  * allow CapTP URL handlers ([b3e1e61](https://github.com/Agoric/agoric/commit/b3e1e61b2a2dee7bd203bcffa23b2d1d5d1409bd))
630
433
  * cleanups and fixes to the wallet ([db525f8](https://github.com/Agoric/agoric/commit/db525f85a72c578bffcd055c151743fa8176dcd2))
631
434
  * pass through URL search params via wallet-bridge.html ([643636e](https://github.com/Agoric/agoric/commit/643636e3a0de564b4574a134368963a569252a96))
632
435
 
633
-
634
-
635
-
636
-
637
436
  ## [0.3.1-dev.2](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.3.1-dev.1...@agoric/dapp-svelte-wallet-api@0.3.1-dev.2) (2020-09-18)
638
437
 
639
438
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
640
439
 
641
-
642
-
643
-
644
-
645
440
  ## [0.3.1-dev.1](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.3.1-dev.0...@agoric/dapp-svelte-wallet-api@0.3.1-dev.1) (2020-09-18)
646
441
 
647
442
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
648
443
 
649
-
650
-
651
-
652
-
653
444
  ## [0.3.1-dev.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.3.0...@agoric/dapp-svelte-wallet-api@0.3.1-dev.0) (2020-09-18)
654
445
 
655
446
  **Note:** Version bump only for package @agoric/dapp-svelte-wallet-api
656
447
 
657
-
658
-
659
-
660
-
661
448
  # [0.3.0](https://github.com/Agoric/agoric/compare/@agoric/dapp-svelte-wallet-api@0.2.0...@agoric/dapp-svelte-wallet-api@0.3.0) (2020-09-16)
662
449
 
663
-
664
450
  ### Bug Fixes
665
451
 
666
452
  * need to expose the wallet bridge to the dapp ([e520b8f](https://github.com/Agoric/agoric/commit/e520b8fc2afa6f24447140fa54581f4c25cf08cb))
667
453
 
668
-
669
454
  ### Features
670
455
 
671
456
  * provide a button to activate the wallet from the bridge ([18f1cb2](https://github.com/Agoric/agoric/commit/18f1cb2793f9a3db25fcab09882fb6421e2e364b))
672
457
 
673
-
674
-
675
-
676
-
677
458
  # 0.2.0 (2020-08-31)
678
459
 
679
-
680
460
  ### Bug Fixes
681
461
 
682
462
  * deprecate getMathHelpersName for getMathHelperName ([#1409](https://github.com/Agoric/agoric/issues/1409)) ([2375b28](https://github.com/Agoric/agoric/commit/2375b28c1aadf8116c3665cec0ef0397e6a91102))
@@ -684,7 +464,6 @@ See https://github.com/Agoric/agoric-sdk/issues/3672 for the issue to fix the ro
684
464
  * reduce inconsistency among our linting rules ([#1492](https://github.com/Agoric/agoric/issues/1492)) ([b6b675e](https://github.com/Agoric/agoric/commit/b6b675e2de110e2af19cad784a66220cab21dacf))
685
465
  * send and receive Remotable tags ([#1628](https://github.com/Agoric/agoric/issues/1628)) ([1bae122](https://github.com/Agoric/agoric/commit/1bae1220c2c35f48f279cb3aeab6012bce8ddb5a))
686
466
 
687
-
688
467
  ### Features
689
468
 
690
469
  * add the Svelte wallet ([f950400](https://github.com/Agoric/agoric/commit/f950400eeb9323729616012ff1c319d05e087e93))