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