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