@agoric/wallet 0.19.0-u21.0.1 → 0.19.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 -67
- package/api/CHANGELOG.md +0 -25
- package/api/bundles/bundle-wallet-js-meta.json +224 -214
- package/api/bundles/bundle-wallet.js +1 -1
- package/api/package.json +23 -21
- package/package.json +6 -3
- package/api/LICENSE +0 -201
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.19.0-
|
|
7
|
-
|
|
6
|
+
## [0.19.0-u22.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.3...@agoric/wallet@0.19.0-u22.0) (2025-09-08)
|
|
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-sdk/commit/0765625bad5a377ce07049ec3b63df000de86762))
|
|
18
17
|
* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric-sdk/commit/7a1a411cf719477e29a2bedeb91794fd633989e9))
|
|
19
18
|
|
|
20
|
-
|
|
21
19
|
### Bug Fixes
|
|
22
20
|
|
|
23
21
|
* promise handling ([c9219ad](https://github.com/Agoric/agoric-sdk/commit/c9219adef68914e44f0daa24122086dc3cb19c16))
|
|
@@ -27,35 +25,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
25
|
* **wallet:** don't assume node_modules layout ([1ac063e](https://github.com/Agoric/agoric-sdk/commit/1ac063e79992a0b0cd2f7780964ce7bca3e9a467))
|
|
28
26
|
* **wallet:** explicitly harden iteration helper prototype ([c561a12](https://github.com/Agoric/agoric-sdk/commit/c561a127523e8d5d1a58db7fe02e777bc66f885d))
|
|
29
27
|
|
|
30
|
-
|
|
31
|
-
|
|
32
28
|
### [0.18.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.2...@agoric/wallet@0.18.3) (2023-06-09)
|
|
33
29
|
|
|
34
30
|
**Note:** Version bump only for package @agoric/wallet
|
|
35
31
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
32
|
### [0.18.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.1...@agoric/wallet@0.18.2) (2023-06-02)
|
|
41
33
|
|
|
42
34
|
**Note:** Version bump only for package @agoric/wallet
|
|
43
35
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
36
|
### [0.18.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.18.0...@agoric/wallet@0.18.1) (2023-05-24)
|
|
49
37
|
|
|
50
38
|
**Note:** Version bump only for package @agoric/wallet
|
|
51
39
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
40
|
## [0.18.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.17.0...@agoric/wallet@0.18.0) (2023-05-19)
|
|
57
41
|
|
|
58
|
-
|
|
59
42
|
### ⚠ BREAKING CHANGES
|
|
60
43
|
|
|
61
44
|
* emit smallcaps-format data in all marshallers
|
|
@@ -72,7 +55,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
72
55
|
* **wallet-ui:** link out to ToS ([9b27ceb](https://github.com/Agoric/agoric-sdk/commit/9b27cebc9f1e44bcc2079d9fa3a14b11fab919e4))
|
|
73
56
|
* omit "SEVERED: " in Wallet offers ([838f5d2](https://github.com/Agoric/agoric-sdk/commit/838f5d22d1e747bee2199b38c109b30e298a5fb8))
|
|
74
57
|
|
|
75
|
-
|
|
76
58
|
### Bug Fixes
|
|
77
59
|
|
|
78
60
|
* use `subscribeEach` to get reconnect benefits ([fb24132](https://github.com/Agoric/agoric-sdk/commit/fb24132f9b4e117e56bae2803994e57c188344f3))
|
|
@@ -83,36 +65,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
83
65
|
* **smart-wallet:** reenable provisioning options ([55f3ab1](https://github.com/Agoric/agoric-sdk/commit/55f3ab1a0842ae2cc60a05b55e17120e964570b5))
|
|
84
66
|
* **wallet-ui:** dont overrite all offers when adding new one ([6d4ef3a](https://github.com/Agoric/agoric-sdk/commit/6d4ef3a5cebf4f7f114788af8a9a8d020fd45684))
|
|
85
67
|
|
|
86
|
-
|
|
87
|
-
|
|
88
68
|
### [0.17.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.17.1...@agoric/wallet@0.17.2) (2023-02-17)
|
|
89
69
|
|
|
90
70
|
**Note:** Version bump only for package @agoric/wallet
|
|
91
71
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
72
|
### [0.17.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.17.0...@agoric/wallet@0.17.1) (2022-12-14)
|
|
97
73
|
|
|
98
74
|
**Note:** Version bump only for package @agoric/wallet
|
|
99
75
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
76
|
## [0.17.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.16.0...@agoric/wallet@0.17.0) (2022-10-18)
|
|
105
77
|
|
|
106
|
-
|
|
107
78
|
### Features
|
|
108
79
|
|
|
109
80
|
* **web-components:** add 'makeAgoricKeplrConnection' util ([#6452](https://github.com/Agoric/agoric-sdk/issues/6452)) ([0b4b1aa](https://github.com/Agoric/agoric-sdk/commit/0b4b1aac42379c68aabe807904f5bfd6670009c5))
|
|
110
81
|
|
|
111
|
-
|
|
112
|
-
|
|
113
82
|
## [0.16.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.15.0...@agoric/wallet@0.16.0) (2022-10-08)
|
|
114
83
|
|
|
115
|
-
|
|
116
84
|
### Features
|
|
117
85
|
|
|
118
86
|
* **connection:** default to main ([06be161](https://github.com/Agoric/agoric-sdk/commit/06be1618c1bdf5ce5f3e791ca8bfaea287381a7e))
|
|
@@ -122,7 +90,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
122
90
|
* **wallet-ui:** require 100IST in pool to provision smart wallet ([1c374ed](https://github.com/Agoric/agoric-sdk/commit/1c374ed1a990aad5e7e9a6d9800894352cf08c7a))
|
|
123
91
|
* **wallet/ui:** show JSON in keplr signer even without Ledger ([035dfe0](https://github.com/Agoric/agoric-sdk/commit/035dfe08f31ea8eaffae8db81b627942749b7444)), closes [#6424](https://github.com/Agoric/agoric-sdk/issues/6424)
|
|
124
92
|
|
|
125
|
-
|
|
126
93
|
### Bug Fixes
|
|
127
94
|
|
|
128
95
|
* **wallet-ui:** call firstCallback after wallet loads ([c56f5d1](https://github.com/Agoric/agoric-sdk/commit/c56f5d10eed437c7487ebb2b0da5e976bbb6cc33))
|
|
@@ -130,11 +97,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
130
97
|
* **wallet-ui:** update offers correctly ([21adc3a](https://github.com/Agoric/agoric-sdk/commit/21adc3a71c5b06ab9e6885528ab677a23c40bbb1))
|
|
131
98
|
* **wallet/ui:** signing offers (PSM trades) with Ledger ([6ed4ca7](https://github.com/Agoric/agoric-sdk/commit/6ed4ca7ad40239ccf0ad4c41b9cbd44b3be9b5f8))
|
|
132
99
|
|
|
133
|
-
|
|
134
|
-
|
|
135
100
|
## [0.15.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.14.0...@agoric/wallet@0.15.0) (2022-10-05)
|
|
136
101
|
|
|
137
|
-
|
|
138
102
|
### Features
|
|
139
103
|
|
|
140
104
|
* **cli:** show status of invitations ([8506e6d](https://github.com/Agoric/agoric-sdk/commit/8506e6d87ef331e781c9d2e2251fdcf48e784e04))
|
|
@@ -146,7 +110,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
146
110
|
* **wallet-ui:** submit provision on dialog action ([8012e8f](https://github.com/Agoric/agoric-sdk/commit/8012e8f4d99c5cf8084d710a71058a38a6172889))
|
|
147
111
|
* **wallet-ui:** use new wallet.current node ([703eecd](https://github.com/Agoric/agoric-sdk/commit/703eecd0af917cd432d1f6a12e645a12ab9d2c39))
|
|
148
112
|
|
|
149
|
-
|
|
150
113
|
### Bug Fixes
|
|
151
114
|
|
|
152
115
|
* **wallet/ui:** amino encoding details (for Ledger) ([223b45d](https://github.com/Agoric/agoric-sdk/commit/223b45d0486cdd91cf06f48e6a60f5c75e06f8c0))
|
|
@@ -156,11 +119,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
156
119
|
* **wallet-ui:** show rejected offers properly ([7b77ee0](https://github.com/Agoric/agoric-sdk/commit/7b77ee0301060921dc6542daa7c4bef8960a2454))
|
|
157
120
|
* **wallet-ui:** wait until window loads to access keplr ([c9b4fc3](https://github.com/Agoric/agoric-sdk/commit/c9b4fc3e5a272fe4a2b6b12774b138fdfa58be95))
|
|
158
121
|
|
|
159
|
-
|
|
160
|
-
|
|
161
122
|
## [0.14.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.13.1...@agoric/wallet@0.14.0) (2022-09-20)
|
|
162
123
|
|
|
163
|
-
|
|
164
124
|
### ⚠ BREAKING CHANGES
|
|
165
125
|
|
|
166
126
|
* **legacy-smart-wallet:** remove dead package
|
|
@@ -194,7 +154,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
194
154
|
* read only smart wallet ([#5741](https://github.com/Agoric/agoric-sdk/issues/5741)) ([9f3745d](https://github.com/Agoric/agoric-sdk/commit/9f3745da424424ff9a2e4c8f7b26bb0de89dd3eb))
|
|
195
155
|
* store dapps in localstorage not contract ([#5804](https://github.com/Agoric/agoric-sdk/issues/5804)) ([2fc72d5](https://github.com/Agoric/agoric-sdk/commit/2fc72d5439a7d8e103b15a8afaad2a86c3d455c5))
|
|
196
156
|
|
|
197
|
-
|
|
198
157
|
### Bug Fixes
|
|
199
158
|
|
|
200
159
|
* **casting:** Align cosmjs deps ([0ba7a1f](https://github.com/Agoric/agoric-sdk/commit/0ba7a1f7a18d4f83afa04b3637f432fdd72f3cd8))
|
|
@@ -223,41 +182,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
223
182
|
* userSeat allocation only for testing ([#5826](https://github.com/Agoric/agoric-sdk/issues/5826)) ([9cb561b](https://github.com/Agoric/agoric-sdk/commit/9cb561b39d56cc54e87258980d333d912e837f38))
|
|
224
183
|
* **walletFactory:** marshal using petnames ([#5743](https://github.com/Agoric/agoric-sdk/issues/5743)) ([5d49ad7](https://github.com/Agoric/agoric-sdk/commit/5d49ad79947f44a7cbe98d232ecde105223763d5))
|
|
225
184
|
|
|
226
|
-
|
|
227
185
|
### Code Refactoring
|
|
228
186
|
|
|
229
187
|
* **run-protocol:** rename to inter-protocol ([f49b342](https://github.com/Agoric/agoric-sdk/commit/f49b342aa468e0cac08bb6cfd313918674e924d7))
|
|
230
188
|
* **wallet-ui:** remove Solo wallet support ([d952e56](https://github.com/Agoric/agoric-sdk/commit/d952e561e7a6d7396af088a7977d20d8d8ef42f0))
|
|
231
189
|
|
|
232
|
-
|
|
233
190
|
### Miscellaneous Chores
|
|
234
191
|
|
|
235
192
|
* **legacy-smart-wallet:** remove dead package ([bb56ce8](https://github.com/Agoric/agoric-sdk/commit/bb56ce8ed0556949c5e434734cedf113ae649fdb))
|
|
236
193
|
|
|
237
|
-
|
|
238
|
-
|
|
239
194
|
### [0.13.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.13.0...@agoric/wallet@0.13.1) (2022-05-28)
|
|
240
195
|
|
|
241
|
-
|
|
242
196
|
### Bug Fixes
|
|
243
197
|
|
|
244
198
|
* **wallet-ui:** put back missing dapps notifier ([2720247](https://github.com/Agoric/agoric-sdk/commit/272024775e3670b4ead5934a82e9625631e9ea77))
|
|
245
199
|
* **wallet-ui:** update state when resetting wallet connection ([eff4186](https://github.com/Agoric/agoric-sdk/commit/eff4186d9b30ff53897f0c683660ea1a3a22949d))
|
|
246
200
|
|
|
247
|
-
|
|
248
|
-
|
|
249
201
|
## [0.13.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.12.0...@agoric/wallet@0.13.0) (2022-05-09)
|
|
250
202
|
|
|
251
|
-
|
|
252
203
|
### Features
|
|
253
204
|
|
|
254
205
|
* **wallet:** support attestations in offers ([f993c0b](https://github.com/Agoric/agoric-sdk/commit/f993c0b5f44f2b8d6beba50748da0b4889a26b5c))
|
|
255
206
|
|
|
256
|
-
|
|
257
|
-
|
|
258
207
|
## [0.12.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.11.9...@agoric/wallet@0.12.0) (2022-04-18)
|
|
259
208
|
|
|
260
|
-
|
|
261
209
|
### Features
|
|
262
210
|
|
|
263
211
|
* **wallet:** support reading notifiers from offer result ([934ed3c](https://github.com/Agoric/agoric-sdk/commit/934ed3c93b587ad7501fb6c122e8ef7be84ef940))
|
|
@@ -266,34 +214,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
266
214
|
* **wallet-api:** send `proposalTemplate.arguments` as offer args ([9c769f1](https://github.com/Agoric/agoric-sdk/commit/9c769f11cc9d04fbd8ab1898f983774b60393544))
|
|
267
215
|
* **wallet-ui:** cheap rendering of offer arguments ([192500d](https://github.com/Agoric/agoric-sdk/commit/192500d019bc482437ed5224a12a76b2488cb23b))
|
|
268
216
|
|
|
269
|
-
|
|
270
217
|
### Bug Fixes
|
|
271
218
|
|
|
272
219
|
* **wallet:** change notifiers to publicNotifiers ([2fe5492](https://github.com/Agoric/agoric-sdk/commit/2fe5492821826f31bee4f99347aeea5abbd626ab))
|
|
273
220
|
* **wallet-api:** don't drop unused invitations on the floor ([f63ed7e](https://github.com/Agoric/agoric-sdk/commit/f63ed7ef8f576d9f4807798c6befb46d4df517dd))
|
|
274
221
|
* **wallet-ui:** don't add or strip `board:` prefix ([55d0a0a](https://github.com/Agoric/agoric-sdk/commit/55d0a0a79057a735076630a7c972ea1dbd327f71))
|
|
275
222
|
|
|
276
|
-
|
|
277
|
-
|
|
278
223
|
### [0.11.9](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.11.8...@agoric/wallet@0.11.9) (2022-02-24)
|
|
279
224
|
|
|
280
|
-
|
|
281
225
|
### Bug Fixes
|
|
282
226
|
|
|
283
227
|
* **wallet:** don't publish depositFacet until we're ready to receive ([f448176](https://github.com/Agoric/agoric-sdk/commit/f448176fd64ef47da5af00cab029104fb187afc7))
|
|
284
228
|
|
|
285
|
-
|
|
286
|
-
|
|
287
229
|
### [0.11.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.11.7...@agoric/wallet@0.11.8) (2022-02-21)
|
|
288
230
|
|
|
289
|
-
|
|
290
231
|
### Features
|
|
291
232
|
|
|
292
233
|
* example txn ([2cc8a45](https://github.com/Agoric/agoric-sdk/commit/2cc8a45e403f6bdd80566330ddf3f6e4e9477396))
|
|
293
234
|
* **wallet:** keplr connection ([259345e](https://github.com/Agoric/agoric-sdk/commit/259345e56c4cd48d3ff6f47da280d5d24b3548ac))
|
|
294
235
|
* **wallet-ui:** use new `WalletBackendAdapter` ([4c03015](https://github.com/Agoric/agoric-sdk/commit/4c03015d2cce617b959a0f3105a99d2a29ad65cd))
|
|
295
236
|
|
|
296
|
-
|
|
297
237
|
### Bug Fixes
|
|
298
238
|
|
|
299
239
|
* **wallet:** dont crash when purses arent loaded before payments ([2965063](https://github.com/Agoric/agoric-sdk/commit/296506378ea6197c74976849bcc54d7c34e34da9))
|
|
@@ -309,23 +249,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
309
249
|
* **wallet-ui:** flatten schema into `actions` and iterators ([21bdfd1](https://github.com/Agoric/agoric-sdk/commit/21bdfd142df0aee91ad19b882a9b8f79a3894e95))
|
|
310
250
|
* extract early changes from PR 4136 ([#4190](https://github.com/Agoric/agoric-sdk/issues/4190)) ([fea822e](https://github.com/Agoric/agoric-sdk/commit/fea822ec75c27c8758b872730424c0a3f1a1c623))
|
|
311
251
|
|
|
312
|
-
|
|
313
|
-
|
|
314
252
|
### [0.11.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/wallet@0.11.6...@agoric/wallet@0.11.7) (2021-12-22)
|
|
315
253
|
|
|
316
|
-
|
|
317
254
|
### Features
|
|
318
255
|
|
|
319
256
|
* **wallet:** add help link to documentation ([977262e](https://github.com/Agoric/agoric-sdk/commit/977262e596259788a773f0fe17eb61fb03d30ea4))
|
|
320
257
|
|
|
321
|
-
|
|
322
258
|
### Bug Fixes
|
|
323
259
|
|
|
324
260
|
* **wallet:** properly get the first timerService value ([636e099](https://github.com/Agoric/agoric-sdk/commit/636e0994761998b0857232f9bdd6f0b3ac451b31))
|
|
325
261
|
* **wallet:** render issuer brand correctly ([f648c19](https://github.com/Agoric/agoric-sdk/commit/f648c19bbf397e9b322e7b990025157c124d2156))
|
|
326
262
|
|
|
327
|
-
|
|
328
|
-
|
|
329
263
|
### 0.11.6 (2021-12-02)
|
|
330
264
|
|
|
331
265
|
**Note:** Version bump only for package @agoric/wallet
|
package/api/CHANGELOG.md
CHANGED
|
@@ -3,31 +3,6 @@
|
|
|
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-u21.0](https://github.com/Agoric/agoric/compare/@agoric/wallet-backend@0.14.3...@agoric/wallet-backend@0.15.0-u21.0) (2025-06-19)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### ⚠ BREAKING CHANGES
|
|
10
|
-
|
|
11
|
-
* **solo:** remove `sim-chain` dependency
|
|
12
|
-
* **zone:** use fresh heap and virtual zones
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
* **internal:** Introduce deepCopyJsonable ([f875bb0](https://github.com/Agoric/agoric/commit/f875bb0923323d019396c605ea9bb4d1382f7f79))
|
|
17
|
-
* **types:** Payment for set-like carries key type ([0765625](https://github.com/Agoric/agoric/commit/0765625bad5a377ce07049ec3b63df000de86762))
|
|
18
|
-
* **zone:** use fresh heap and virtual zones ([7a1a411](https://github.com/Agoric/agoric/commit/7a1a411cf719477e29a2bedeb91794fd633989e9))
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
* promise handling ([c9219ad](https://github.com/Agoric/agoric/commit/c9219adef68914e44f0daa24122086dc3cb19c16))
|
|
24
|
-
* **solo:** remove `sim-chain` dependency ([da75a03](https://github.com/Agoric/agoric/commit/da75a03f95828d773fa3f662d30f0e221030c2ca))
|
|
25
|
-
* **types:** board values ([4196da3](https://github.com/Agoric/agoric/commit/4196da375525fa67382a039a15973810db44ffea))
|
|
26
|
-
* update for `[@jessie](https://github.com/jessie).js/safe-await-separator` ([94c6b3c](https://github.com/Agoric/agoric/commit/94c6b3c83a5326594f1e2886ae01d6a703a7a68f))
|
|
27
|
-
* **wallet:** explicitly harden iteration helper prototype ([c561a12](https://github.com/Agoric/agoric/commit/c561a127523e8d5d1a58db7fe02e777bc66f885d))
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
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)
|
|
32
7
|
|
|
33
8
|
**Note:** Version bump only for package @agoric/wallet-backend
|