@swapkit/wallet-keystore 4.4.4 → 4.4.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +615 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,615 @@
1
+ # @swapkit/wallet-keystore
2
+
3
+ ## 4.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#278](https://github.com/swapkit/sdk/pull/278) [`02cec19`](https://github.com/swapkit/sdk/commit/02cec190fa5688a75be4ec00d9fdf33f871a7962) Thanks [@towanTG](https://github.com/towanTG)! - Add `localMode` to SKConfig for routing quote and swap requests to locally running API services. When enabled, quote requests go to `http://localhost:3000` and swap requests to `http://localhost:3001` by default (both configurable via `quoteUrl`/`swapUrl`), while all other endpoints keep using the configured `apiUrl`. (via @swapkit/helpers@4.15.0)
8
+ - [#277](https://github.com/swapkit/sdk/pull/277) [`731e9c1`](https://github.com/swapkit/sdk/commit/731e9c18dfa8bb9b289699a9baee8456d4e4ad30) Thanks [@GiMa-SwapKit](https://github.com/GiMa-SwapKit)! - Optimize Sui `createTransaction` by setting gas price, gas budget, and gas payment refs before building transactions, reducing internal Sui SDK RPC round trips for native and token transfers. (via @swapkit/toolboxes@4.17.6)
9
+
10
+ ## 4.4.5
11
+
12
+ ### Patch Changes
13
+
14
+ - [#274](https://github.com/swapkit/sdk/pull/274) [`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64) Thanks [@towanTG](https://github.com/towanTG)! - Ship `CHANGELOG.md` in the published package. Each package now lists `CHANGELOG.md` in its `files`, so the changelog ships in the npm tarball alongside `dist/`. Consumers (e.g. the wallets release tooling) can read the underlying SDK changes directly from `node_modules` instead of fetching them from the private GitHub repo.
15
+
16
+ - Updated dependencies [[`d0a20af`](https://github.com/swapkit/sdk/commit/d0a20afe503343174c792a74f20102d9d06baa64)]:
17
+ - @swapkit/toolboxes@4.17.5
18
+ - @swapkit/helpers@4.14.1
19
+ - @swapkit/wallet-core@4.3.6
20
+
21
+ ## 4.4.4
22
+
23
+ ### Patch Changes
24
+
25
+ - [#272](https://github.com/swapkit/sdk/pull/272) [`5708090`](https://github.com/swapkit/sdk/commit/57080902b1a377dc5f2dd1c99101da0f5ab63de2) Thanks [@towanTG](https://github.com/towanTG)! - Prefer a user-configured TON RPC URL (via SKConfig) over the Orbs-discovered endpoint. Previously the TON toolbox always used Orbs and only fell back to the configured URL when Orbs failed, so a configured endpoint was ignored. Orbs auto-discovery remains the default when no TON RPC URL is configured (the chain-config default is empty). (via @swapkit/toolboxes@4.17.4)
26
+
27
+ ## 4.4.3
28
+
29
+ ### Patch Changes
30
+
31
+ - [#269](https://github.com/swapkit/sdk/pull/269) [`d62628e`](https://github.com/swapkit/sdk/commit/d62628ec4e3791cfff7844720a87918db6494749) Thanks [@towanTG](https://github.com/towanTG)! - Resolve the Sui client RPC endpoint via getRPCUrl(Chain.Sui) so SKConfig-configured URLs are respected, instead of hardcoding the @mysten/sui public fullnode. (via @swapkit/toolboxes@4.17.3)
32
+ - [#271](https://github.com/swapkit/sdk/pull/271) [`fe7a345`](https://github.com/swapkit/sdk/commit/fe7a3455b1e5d3123aeb59705f85f66220899960) Thanks [@towanTG](https://github.com/towanTG)! - Resolve the Sui client RPC endpoint with getRPCUrlSync (configured URL, no network health-check) instead of getRPCUrl, which could throw helpers_chain_rpc_connection_failed when the health-check failed. (via @swapkit/toolboxes@4.17.3)
33
+
34
+ ## 4.4.2
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
39
+ - @swapkit/toolboxes@4.17.2
40
+ - @swapkit/helpers@4.14.0
41
+
42
+ ## 4.4.1
43
+
44
+ ### Patch Changes
45
+
46
+ - Updated dependencies [[`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788)]:
47
+ - @swapkit/toolboxes@4.17.1
48
+ - @swapkit/helpers@4.14.0
49
+
50
+ ## 4.4.0
51
+
52
+ ### Minor Changes
53
+
54
+ - [#262](https://github.com/swapkit/sdk/pull/262) [`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f) Thanks [@towanTG](https://github.com/towanTG)! - Rename the HyperCore chain identifier to HYPE. Adds Chain.Hype and ChainId.Hype as the canonical enum members, keeps deprecated Chain.HyperCore aliases, and updates Hype asset identifiers to use the HYPE chain prefix.
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f), [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3)]:
59
+ - @swapkit/helpers@4.14.0
60
+ - @swapkit/toolboxes@4.17.0
61
+ - @swapkit/wallet-core@4.3.5
62
+
63
+ ## 4.3.37
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
68
+ - @swapkit/helpers@4.13.13
69
+ - @swapkit/toolboxes@4.16.2
70
+ - @swapkit/wallet-core@4.3.4
71
+
72
+ ## 4.3.36
73
+
74
+ ### Patch Changes
75
+
76
+ - Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
77
+ - @swapkit/helpers@4.13.12
78
+ - @swapkit/toolboxes@4.16.1
79
+ - @swapkit/wallet-core@4.3.3
80
+
81
+ ## 4.3.35
82
+
83
+ ### Patch Changes
84
+
85
+ - Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
86
+ - @swapkit/toolboxes@4.16.0
87
+ - @swapkit/helpers@4.13.11
88
+
89
+ ## 4.3.34
90
+
91
+ ### Patch Changes
92
+
93
+ - Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9), [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
94
+ - @swapkit/helpers@4.13.11
95
+ - @swapkit/toolboxes@4.15.15
96
+ - @swapkit/wallet-core@4.3.2
97
+
98
+ ## 4.3.33
99
+
100
+ ### Patch Changes
101
+
102
+ - Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699), [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021)]:
103
+ - @swapkit/helpers@4.13.10
104
+ - @swapkit/toolboxes@4.15.14
105
+ - @swapkit/wallet-core@4.3.1
106
+
107
+ ## 4.3.32
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7), [`70f3f4a`](https://github.com/swapkit/sdk/commit/70f3f4a037feb0e5fd2482e3b0ab964d9e1c8523)]:
112
+ - @swapkit/helpers@4.13.9
113
+ - @swapkit/wallet-core@4.3.0
114
+ - @swapkit/toolboxes@4.15.13
115
+
116
+ ## 4.3.31
117
+
118
+ ### Patch Changes
119
+
120
+ - Updated dependencies [[`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765)]:
121
+ - @swapkit/toolboxes@4.15.12
122
+ - @swapkit/helpers@4.13.8
123
+
124
+ ## 4.3.30
125
+
126
+ ### Patch Changes
127
+
128
+ - [#221](https://github.com/swapkit/sdk/pull/221) [`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Dependencies bump & installation cleanup
129
+
130
+ - Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b), [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee)]:
131
+ - @swapkit/toolboxes@4.15.11
132
+ - @swapkit/helpers@4.13.8
133
+ - @swapkit/wallet-core@4.2.8
134
+
135
+ ## 4.3.29
136
+
137
+ ### Patch Changes
138
+
139
+ - Updated dependencies [[`1bb5e02`](https://github.com/swapkit/sdk/commit/1bb5e023c929fd4772bfe2d639e624fcb038dd2c)]:
140
+ - @swapkit/helpers@4.13.7
141
+ - @swapkit/toolboxes@4.15.10
142
+ - @swapkit/wallet-core@4.2.7
143
+
144
+ ## 4.3.28
145
+
146
+ ### Patch Changes
147
+
148
+ - Updated dependencies [[`13273d5`](https://github.com/swapkit/sdk/commit/13273d52ec6db5aa779e6a940c904f9ecb6a0821)]:
149
+ - @swapkit/helpers@4.13.6
150
+ - @swapkit/toolboxes@4.15.9
151
+ - @swapkit/wallet-core@4.2.6
152
+
153
+ ## 4.3.27
154
+
155
+ ### Patch Changes
156
+
157
+ - Updated dependencies [[`b2803ad`](https://github.com/swapkit/sdk/commit/b2803ad51c7160e981a0977c3af1ecc5956d9c66), [`377c3d7`](https://github.com/swapkit/sdk/commit/377c3d75b8b8097794fa6913ea9662627ec4a55a)]:
158
+ - @swapkit/toolboxes@4.15.8
159
+ - @swapkit/helpers@4.13.5
160
+ - @swapkit/wallet-core@4.2.5
161
+
162
+ ## 4.3.26
163
+
164
+ ### Patch Changes
165
+
166
+ - Updated dependencies [[`240410b`](https://github.com/swapkit/sdk/commit/240410b79327232c88e6d7101725855e9decdbab)]:
167
+ - @swapkit/toolboxes@4.15.7
168
+ - @swapkit/helpers@4.13.4
169
+
170
+ ## 4.3.25
171
+
172
+ ### Patch Changes
173
+
174
+ - Updated dependencies [[`7714d82`](https://github.com/swapkit/sdk/commit/7714d82679f6713e33e71d91aeeabdf7eb135082)]:
175
+ - @swapkit/toolboxes@4.15.6
176
+ - @swapkit/helpers@4.13.4
177
+
178
+ ## 4.3.24
179
+
180
+ ### Patch Changes
181
+
182
+ - Updated dependencies [[`fbd9fdb`](https://github.com/swapkit/sdk/commit/fbd9fdb2f6aab81c1785c1d596bda6f670d3340e), [`195323d`](https://github.com/swapkit/sdk/commit/195323d775117b0909d8e9b34b6716456c3e1f7b)]:
183
+ - @swapkit/toolboxes@4.15.5
184
+ - @swapkit/helpers@4.13.4
185
+
186
+ ## 4.3.23
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [[`fc37241`](https://github.com/swapkit/sdk/commit/fc37241ed4a13d4da6da2d7c3ac7dd6691fa9707), [`5cb7567`](https://github.com/swapkit/sdk/commit/5cb75672bc705fb82f35770dc1b33d3b87ab2dcf)]:
191
+ - @swapkit/toolboxes@4.15.4
192
+ - @swapkit/helpers@4.13.4
193
+ - @swapkit/wallet-core@4.2.4
194
+
195
+ ## 4.3.22
196
+
197
+ ### Patch Changes
198
+
199
+ - Updated dependencies [[`b57e263`](https://github.com/swapkit/sdk/commit/b57e263961827fa95b9fbe5f83f12897026fad13)]:
200
+ - @swapkit/helpers@4.13.3
201
+ - @swapkit/toolboxes@4.15.3
202
+ - @swapkit/wallet-core@4.2.3
203
+
204
+ ## 4.3.21
205
+
206
+ ### Patch Changes
207
+
208
+ - Updated dependencies [[`a1b9497`](https://github.com/swapkit/sdk/commit/a1b94971173e9499f48f20836b480908ed05149a)]:
209
+ - @swapkit/helpers@4.13.2
210
+ - @swapkit/toolboxes@4.15.2
211
+ - @swapkit/wallet-core@4.2.2
212
+
213
+ ## 4.3.20
214
+
215
+ ### Patch Changes
216
+
217
+ - Updated dependencies [[`1f80e1d`](https://github.com/swapkit/sdk/commit/1f80e1d78b9d6397a027ece5f410ccb5341dd7ba)]:
218
+ - @swapkit/helpers@4.13.1
219
+ - @swapkit/toolboxes@4.15.1
220
+ - @swapkit/wallet-core@4.2.1
221
+
222
+ ## 4.3.19
223
+
224
+ ### Patch Changes
225
+
226
+ - [#199](https://github.com/swapkit/sdk/pull/199) [`7b163b6`](https://github.com/swapkit/sdk/commit/7b163b678d633a2258fccc28e07bb8ea2af1aea7) Thanks [@towanTG](https://github.com/towanTG)! - Add account-aware UTXO HD discovery helpers and metadata APIs. `getExtendedPublicKey()` remains backwards compatible and still returns the bare xpub string; new callers can use `getExtendedPublicKeyInfo({ accountIndex })` for `{ xpub, path, accountIndex }` metadata and `deriveAddressAtIndex`/`deriveAddresses` now accept `accountIndex`.
227
+
228
+ - Updated dependencies [[`7b163b6`](https://github.com/swapkit/sdk/commit/7b163b678d633a2258fccc28e07bb8ea2af1aea7)]:
229
+ - @swapkit/toolboxes@4.15.0
230
+ - @swapkit/helpers@4.13.0
231
+
232
+ ## 4.3.18
233
+
234
+ ### Patch Changes
235
+
236
+ - [#196](https://github.com/swapkit/sdk/pull/196) [`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de) Thanks [@towanTG](https://github.com/towanTG)! - Replace centralized `V3SwapFlowSupport` map with per-wallet `directSigningSupport`. Each wallet now declares which chains it can sign pre-built API txs for via `createWallet({ directSigningSupport })`. The flag flows to each `ChainWallet` as `supportsDirectSigning` and core reads it at swap time. Removes `V3SwapFlowSupport`, `supportsV3SwapFlow`, and `EVMWallets` from helpers.
237
+
238
+ - Updated dependencies [[`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de)]:
239
+ - @swapkit/helpers@4.13.0
240
+ - @swapkit/wallet-core@4.2.0
241
+ - @swapkit/toolboxes@4.14.5
242
+
243
+ ## 4.3.17
244
+
245
+ ### Patch Changes
246
+
247
+ - [#192](https://github.com/swapkit/sdk/pull/192) [`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Release builder tools
248
+
249
+ - Updated dependencies [[`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07)]:
250
+ - @swapkit/wallet-core@4.1.29
251
+ - @swapkit/toolboxes@4.14.4
252
+ - @swapkit/helpers@4.12.9
253
+
254
+ ## 4.3.16
255
+
256
+ ### Patch Changes
257
+
258
+ - Updated dependencies [[`acc279b`](https://github.com/swapkit/sdk/commit/acc279b4f7c7d6914df4cabf8115e487c1ce376e)]:
259
+ - @swapkit/helpers@4.12.8
260
+ - @swapkit/toolboxes@4.14.3
261
+ - @swapkit/wallet-core@4.1.28
262
+
263
+ ## 4.3.15
264
+
265
+ ### Patch Changes
266
+
267
+ - Updated dependencies [[`8e6532b`](https://github.com/swapkit/sdk/commit/8e6532beec425e35f9d5454cd2ec976516cbd7d5)]:
268
+ - @swapkit/toolboxes@4.14.2
269
+ - @swapkit/helpers@4.12.7
270
+ - @swapkit/wallet-core@4.1.27
271
+
272
+ ## 4.3.14
273
+
274
+ ### Patch Changes
275
+
276
+ - Updated dependencies [[`a05324b`](https://github.com/swapkit/sdk/commit/a05324b355e7ad36fce6d98c087f4ce1844e5b50)]:
277
+ - @swapkit/toolboxes@4.14.1
278
+ - @swapkit/helpers@4.12.6
279
+
280
+ ## 4.3.13
281
+
282
+ ### Patch Changes
283
+
284
+ - Updated dependencies [[`21447e8`](https://github.com/swapkit/sdk/commit/21447e8f43862c8a2775a5e89287e65aa2fad66d)]:
285
+ - @swapkit/helpers@4.12.6
286
+ - @swapkit/toolboxes@4.14.0
287
+ - @swapkit/wallet-core@4.1.26
288
+
289
+ ## 4.3.12
290
+
291
+ ### Patch Changes
292
+
293
+ - Updated dependencies [[`8a71a23`](https://github.com/swapkit/sdk/commit/8a71a232510c57fad651e84b1b6877269209856d)]:
294
+ - @swapkit/helpers@4.12.5
295
+ - @swapkit/toolboxes@4.13.3
296
+ - @swapkit/wallet-core@4.1.25
297
+
298
+ ## 4.3.11
299
+
300
+ ### Patch Changes
301
+
302
+ - Updated dependencies [[`23f7099`](https://github.com/swapkit/sdk/commit/23f7099450b674b106b611c2a7166a12895e5686)]:
303
+ - @swapkit/helpers@4.12.4
304
+ - @swapkit/toolboxes@4.13.2
305
+ - @swapkit/wallet-core@4.1.24
306
+
307
+ ## 4.3.10
308
+
309
+ ### Patch Changes
310
+
311
+ - Updated dependencies [[`df5c67c`](https://github.com/swapkit/sdk/commit/df5c67cb9af27fe625959113bad47a74ad7cca58)]:
312
+ - @swapkit/helpers@4.12.3
313
+ - @swapkit/toolboxes@4.13.1
314
+ - @swapkit/wallet-core@4.1.23
315
+
316
+ ## 4.3.9
317
+
318
+ ### Patch Changes
319
+
320
+ - Updated dependencies [[`551d65f`](https://github.com/swapkit/sdk/commit/551d65f8c761a7ff9a720ca54254f418a23d8dcd)]:
321
+ - @swapkit/toolboxes@4.13.0
322
+ - @swapkit/helpers@4.12.2
323
+ - @swapkit/wallet-core@4.1.22
324
+
325
+ ## 4.3.8
326
+
327
+ ### Patch Changes
328
+
329
+ - Updated dependencies [[`674bce5`](https://github.com/swapkit/sdk/commit/674bce5d834ed6cf416282e60729fe9bd24fa698)]:
330
+ - @swapkit/helpers@4.12.1
331
+ - @swapkit/toolboxes@4.12.1
332
+ - @swapkit/wallet-core@4.1.21
333
+
334
+ ## 4.3.7
335
+
336
+ ### Patch Changes
337
+
338
+ - Updated dependencies [[`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719)]:
339
+ - @swapkit/toolboxes@4.12.0
340
+ - @swapkit/helpers@4.12.0
341
+ - @swapkit/wallet-core@4.1.20
342
+
343
+ ## 4.3.6
344
+
345
+ ### Patch Changes
346
+
347
+ - Updated dependencies [[`686341c`](https://github.com/swapkit/sdk/commit/686341cc66cc09b6389d19f57787203c72566ff8)]:
348
+ - @swapkit/toolboxes@4.11.2
349
+ - @swapkit/helpers@4.11.0
350
+
351
+ ## 4.3.5
352
+
353
+ ### Patch Changes
354
+
355
+ - Updated dependencies [[`f661bbe`](https://github.com/swapkit/sdk/commit/f661bbe11f4b4562ecebbfd1f6a024f5ecbb35ad)]:
356
+ - @swapkit/toolboxes@4.11.1
357
+ - @swapkit/helpers@4.11.0
358
+
359
+ ## 4.3.4
360
+
361
+ ### Patch Changes
362
+
363
+ - [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7) Thanks [@towanTG](https://github.com/towanTG)! - feat(widget): add keystore wallet creation and mnemonic import dialogs
364
+
365
+ - Updated dependencies [[`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7), [`997361a`](https://github.com/swapkit/sdk/commit/997361a6dabb079731268785c76d92e8e022b2be), [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7)]:
366
+ - @swapkit/toolboxes@4.11.0
367
+ - @swapkit/helpers@4.11.0
368
+ - @swapkit/wallet-core@4.1.19
369
+
370
+ ## 4.3.3
371
+
372
+ ### Patch Changes
373
+
374
+ - Updated dependencies [[`c2de41f`](https://github.com/swapkit/sdk/commit/c2de41f9773f0814a11d3ec0d191598b253d67da)]:
375
+ - @swapkit/toolboxes@4.10.3
376
+ - @swapkit/helpers@4.10.7
377
+ - @swapkit/wallet-core@4.1.18
378
+
379
+ ## 4.3.2
380
+
381
+ ### Patch Changes
382
+
383
+ - Updated dependencies []:
384
+ - @swapkit/helpers@4.10.6
385
+ - @swapkit/toolboxes@4.10.2
386
+ - @swapkit/wallet-core@4.1.17
387
+
388
+ ## 4.3.1
389
+
390
+ ### Patch Changes
391
+
392
+ - Updated dependencies [[`6346a4a`](https://github.com/swapkit/sdk/commit/6346a4a3c5cdde95f282b841d80d79c8eece47a8)]:
393
+ - @swapkit/helpers@4.10.5
394
+ - @swapkit/toolboxes@4.10.1
395
+ - @swapkit/wallet-core@4.1.16
396
+
397
+ ## 4.3.0
398
+
399
+ ### Minor Changes
400
+
401
+ - [#120](https://github.com/swapkit/sdk/pull/120) [`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a) Thanks [@towanTG](https://github.com/towanTG)! - feat(utxo): replace bitcoinjs-lib with scure-btc-signer for all UTXO chains
402
+
403
+ Introduces @swapkit/utxo-signer as a standalone signing package built on @noble/hashes and @scure/btc-signer. Refactors UTXO toolbox with HD wallet derivation, RBF (replace-by-fee) support, Zcash PCZT transaction builder, improved fee estimation, and batch UTXO fetching for Dogecoin. Hardware wallets (Ledger, Trezor, KeepKey) and keystore wallet updated to use the new signer.
404
+
405
+ ### Patch Changes
406
+
407
+ - Updated dependencies [[`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a)]:
408
+ - @swapkit/toolboxes@4.10.0
409
+ - @swapkit/helpers@4.10.4
410
+ - @swapkit/wallet-core@4.1.15
411
+
412
+ ## 4.2.18
413
+
414
+ ### Patch Changes
415
+
416
+ - Updated dependencies [[`365fd35`](https://github.com/swapkit/sdk/commit/365fd35f35e9ad171509ead07c234244187e0a1c)]:
417
+ - @swapkit/toolboxes@4.9.7
418
+ - @swapkit/helpers@4.10.3
419
+
420
+ ## 4.2.17
421
+
422
+ ### Patch Changes
423
+
424
+ - Updated dependencies [[`cb3f8b4`](https://github.com/swapkit/sdk/commit/cb3f8b426eda4e65513b0d1fbfc263dff961a30d)]:
425
+ - @swapkit/helpers@4.10.3
426
+ - @swapkit/toolboxes@4.9.6
427
+ - @swapkit/wallet-core@4.1.14
428
+
429
+ ## 4.2.16
430
+
431
+ ### Patch Changes
432
+
433
+ - Updated dependencies [[`36f0c95`](https://github.com/swapkit/sdk/commit/36f0c9535bec4d608a853d5a00f178b4f4cc09f4), [`3fbec61`](https://github.com/swapkit/sdk/commit/3fbec61cf9b4a5a6b8604c6c3b94d15a3e9de0d7)]:
434
+ - @swapkit/toolboxes@4.9.5
435
+ - @swapkit/helpers@4.10.2
436
+ - @swapkit/wallet-core@4.1.13
437
+
438
+ ## 4.2.15
439
+
440
+ ### Patch Changes
441
+
442
+ - Updated dependencies [[`d49a4f2`](https://github.com/swapkit/sdk/commit/d49a4f21cd8929212161321f3ed9956dceb8d7c1)]:
443
+ - @swapkit/helpers@4.10.1
444
+ - @swapkit/toolboxes@4.9.4
445
+ - @swapkit/wallet-core@4.1.12
446
+
447
+ ## 4.2.14
448
+
449
+ ### Patch Changes
450
+
451
+ - Updated dependencies [[`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`2a3f741`](https://github.com/swapkit/sdk/commit/2a3f74120c83724dc61360ac3bcae848683218c1), [`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`6b26d26`](https://github.com/swapkit/sdk/commit/6b26d26ab61fa4a05021bae1055fbefca14516f2), [`f041b69`](https://github.com/swapkit/sdk/commit/f041b69431a9c891780c931e591b8691a2a85daa)]:
452
+ - @swapkit/helpers@4.10.0
453
+ - @swapkit/toolboxes@4.9.3
454
+ - @swapkit/wallet-core@4.1.11
455
+
456
+ ## 4.2.13
457
+
458
+ ### Patch Changes
459
+
460
+ - Updated dependencies [[`61296c8`](https://github.com/swapkit/sdk/commit/61296c81f33981c96bfba590c98298ee5629a06f)]:
461
+ - @swapkit/helpers@4.9.5
462
+ - @swapkit/toolboxes@4.9.2
463
+ - @swapkit/wallet-core@4.1.10
464
+
465
+ ## 4.2.12
466
+
467
+ ### Patch Changes
468
+
469
+ - Updated dependencies [[`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`01cfad6`](https://github.com/swapkit/sdk/commit/01cfad601398e39fb852f97f4fa6dbf6309bb680), [`bdd6a23`](https://github.com/swapkit/sdk/commit/bdd6a237c41cb6a14465b04c9acbc3fbe2899be4)]:
470
+ - @swapkit/helpers@4.9.4
471
+ - @swapkit/toolboxes@4.9.1
472
+ - @swapkit/wallet-core@4.1.9
473
+
474
+ ## 4.2.11
475
+
476
+ ### Patch Changes
477
+
478
+ - Updated dependencies [[`8e2587a`](https://github.com/swapkit/sdk/commit/8e2587a0bfcd41a1023fadb821903a4961d0aeef), [`1640cd7`](https://github.com/swapkit/sdk/commit/1640cd7ba5ff3397d278ce6a08f84ee98cfd356f), [`123f2d6`](https://github.com/swapkit/sdk/commit/123f2d6454e8023d28d0d878f95c876ca5738d10)]:
479
+ - @swapkit/toolboxes@4.9.0
480
+ - @swapkit/helpers@4.9.3
481
+ - @swapkit/wallet-core@4.1.8
482
+
483
+ ## 4.2.10
484
+
485
+ ### Patch Changes
486
+
487
+ - Updated dependencies []:
488
+ - @swapkit/helpers@4.9.2
489
+ - @swapkit/toolboxes@4.8.1
490
+ - @swapkit/wallet-core@4.1.7
491
+
492
+ ## 4.2.9
493
+
494
+ ### Patch Changes
495
+
496
+ - Updated dependencies [[`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39)]:
497
+ - @swapkit/toolboxes@4.8.0
498
+ - @swapkit/helpers@4.9.1
499
+ - @swapkit/wallet-core@4.1.6
500
+
501
+ ## 4.2.8
502
+
503
+ ### Patch Changes
504
+
505
+ - Updated dependencies [[`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995)]:
506
+ - @swapkit/helpers@4.9.0
507
+ - @swapkit/toolboxes@4.7.0
508
+ - @swapkit/wallet-core@4.1.5
509
+
510
+ ## 4.2.7
511
+
512
+ ### Patch Changes
513
+
514
+ - Updated dependencies [[`e8b5bd5`](https://github.com/swapkit/sdk/commit/e8b5bd5e2cb9709265a488b2a0201077342c89b4)]:
515
+ - @swapkit/toolboxes@4.6.7
516
+ - @swapkit/helpers@4.8.4
517
+
518
+ ## 4.2.6
519
+
520
+ ### Patch Changes
521
+
522
+ - Updated dependencies [[`f220ae3`](https://github.com/swapkit/sdk/commit/f220ae38a32408093cebddc10b68a40bd088a64e)]:
523
+ - @swapkit/toolboxes@4.6.6
524
+ - @swapkit/helpers@4.8.4
525
+
526
+ ## 4.2.5
527
+
528
+ ### Patch Changes
529
+
530
+ - Updated dependencies [[`71d84ca`](https://github.com/swapkit/sdk/commit/71d84ca4c243cbce6617cfdea7ea2f0feb696fd7)]:
531
+ - @swapkit/toolboxes@4.6.5
532
+ - @swapkit/helpers@4.8.4
533
+
534
+ ## 4.2.4
535
+
536
+ ### Patch Changes
537
+
538
+ - Updated dependencies [[`c11cd18`](https://github.com/swapkit/sdk/commit/c11cd18052ca4e2f8c8fe0d678378e8d880073cd), [`fd43ab5`](https://github.com/swapkit/sdk/commit/fd43ab57e16d4ebac6960afc507678d427edf278), [`5d34cc2`](https://github.com/swapkit/sdk/commit/5d34cc2feb111517058a355d5215c66658469df6)]:
539
+ - @swapkit/helpers@4.8.4
540
+ - @swapkit/toolboxes@4.6.4
541
+ - @swapkit/wallet-core@4.1.4
542
+
543
+ ## 4.2.3
544
+
545
+ ### Patch Changes
546
+
547
+ - Updated dependencies [[`34c9a02`](https://github.com/swapkit/sdk/commit/34c9a024716424e6b1ad0afe1d13097aca8aaca3), [`c79c65a`](https://github.com/swapkit/sdk/commit/c79c65ab5aabde6219e017501e7b1e3238ea316c), [`63c9069`](https://github.com/swapkit/sdk/commit/63c9069c76004e08beb42d289ed6d046c79e4e7f)]:
548
+ - @swapkit/toolboxes@4.6.3
549
+ - @swapkit/helpers@4.8.3
550
+ - @swapkit/wallet-core@4.1.3
551
+
552
+ ## 4.2.2
553
+
554
+ ### Patch Changes
555
+
556
+ - Updated dependencies [[`38b55e7`](https://github.com/swapkit/sdk/commit/38b55e7e1455149f932a575cac4837d2b0a144db)]:
557
+ - @swapkit/toolboxes@4.6.2
558
+ - @swapkit/helpers@4.8.2
559
+ - @swapkit/wallet-core@4.1.2
560
+
561
+ ## 4.2.1
562
+
563
+ ### Patch Changes
564
+
565
+ - [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Bump
566
+
567
+ - Updated dependencies [[`49f58fb`](https://github.com/swapkit/sdk/commit/49f58fb78fd08c82bccae0d49d6f9eb9e9e04b2a), [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4)]:
568
+ - @swapkit/toolboxes@4.6.1
569
+ - @swapkit/helpers@4.8.1
570
+ - @swapkit/wallet-core@4.1.1
571
+
572
+ ## 4.2.0
573
+
574
+ ### Minor Changes
575
+
576
+ - [`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Removes async toolboxes and adapts code for it
577
+
578
+ ### Patch Changes
579
+
580
+ - Updated dependencies [[`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71), [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee)]:
581
+ - @swapkit/helpers@4.8.0
582
+ - @swapkit/toolboxes@4.6.0
583
+ - @swapkit/wallet-core@4.1.0
584
+
585
+ ## 4.1.14
586
+
587
+ ### Patch Changes
588
+
589
+ - [#24](https://github.com/swapkit/sdk/pull/24) [`81936df`](https://github.com/swapkit/sdk/commit/81936df75586c2686ffd4b7b228f47b7461fa8d9) Thanks [@towanTG](https://github.com/towanTG)! - Validates Tron address before fetching balance
590
+
591
+ - Updated dependencies [[`148cd88`](https://github.com/swapkit/sdk/commit/148cd88c64ad573514454334e392bd7c65bb62e2), [`81936df`](https://github.com/swapkit/sdk/commit/81936df75586c2686ffd4b7b228f47b7461fa8d9)]:
592
+ - @swapkit/toolboxes@4.5.3
593
+ - @swapkit/wallet-core@4.0.57
594
+
595
+ ## 4.1.13
596
+
597
+ ### Patch Changes
598
+
599
+ - [`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Manual update to fix release
600
+
601
+ - Updated dependencies [[`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076)]:
602
+ - @swapkit/helpers@4.7.2
603
+ - @swapkit/toolboxes@4.5.2
604
+ - @swapkit/wallet-core@4.0.56
605
+
606
+ ## 4.1.12
607
+
608
+ ### Patch Changes
609
+
610
+ - [`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517) Thanks [@towanTG](https://github.com/towanTG)! - Releases latest changes from public repo - enables monad for some wallets, fixes sui tokens tx building and fixes vultisig
611
+
612
+ - Updated dependencies [[`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517), [`f6d9e39`](https://github.com/swapkit/sdk/commit/f6d9e390a3dc47d777c934d891626c2e8e97e45b)]:
613
+ - @swapkit/helpers@4.6.0
614
+ - @swapkit/toolboxes@4.5.0
615
+ - @swapkit/wallet-core@4.0.55
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
- "dependencies": { "@swapkit/helpers": "4.14.0", "@swapkit/toolboxes": "4.17.4", "@swapkit/wallet-core": "4.3.5" },
3
+ "dependencies": { "@swapkit/helpers": "4.15.0", "@swapkit/toolboxes": "4.17.6", "@swapkit/wallet-core": "4.3.7" },
4
4
  "description": "SwapKit - Wallet Keystore",
5
5
  "exports": {
6
6
  ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/types/index.d.ts" }
7
7
  },
8
- "files": ["dist/"],
8
+ "files": ["dist/", "CHANGELOG.md"],
9
9
  "homepage": "https://github.com/swapkit/SwapKit",
10
10
  "license": "SEE LICENSE IN LICENSE",
11
11
  "name": "@swapkit/wallet-keystore",
@@ -24,5 +24,5 @@
24
24
  "type-check:go": "tsgo"
25
25
  },
26
26
  "type": "module",
27
- "version": "4.4.4"
27
+ "version": "4.4.6"
28
28
  }