@swapkit/core 4.4.36 → 4.4.38

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 +777 -0
  2. package/package.json +6 -6
package/CHANGELOG.md ADDED
@@ -0,0 +1,777 @@
1
+ # @swapkit/core
2
+
3
+ ## 4.4.38
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.37
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/plugins@4.6.51
20
+ - @swapkit/wallet-core@4.3.6
21
+
22
+ ## 4.4.36
23
+
24
+ ### Patch Changes
25
+
26
+ - [#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)
27
+
28
+ ## 4.4.35
29
+
30
+ ### Patch Changes
31
+
32
+ - [#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)
33
+ - [#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)
34
+
35
+ ## 4.4.34
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`92a0d2f`](https://github.com/swapkit/sdk/commit/92a0d2fc96c1815c2c098d357a5ff633afb5d5d9)]:
40
+ - @swapkit/toolboxes@4.17.2
41
+ - @swapkit/plugins@4.6.48
42
+ - @swapkit/helpers@4.14.0
43
+
44
+ ## 4.4.33
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [[`de87335`](https://github.com/swapkit/sdk/commit/de87335a63018b10180dbaecf7ed9e090073b788)]:
49
+ - @swapkit/toolboxes@4.17.1
50
+ - @swapkit/helpers@4.14.0
51
+ - @swapkit/plugins@4.6.47
52
+
53
+ ## 4.4.32
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies [[`9e84c7a`](https://github.com/swapkit/sdk/commit/9e84c7a0cce9ecd662c1b8cee49f1781271bc49f), [`2136f71`](https://github.com/swapkit/sdk/commit/2136f7181a9a097eee4f584a4f16b677d38f0dd3)]:
58
+ - @swapkit/helpers@4.14.0
59
+ - @swapkit/toolboxes@4.17.0
60
+ - @swapkit/plugins@4.6.46
61
+ - @swapkit/wallet-core@4.3.5
62
+
63
+ ## 4.4.31
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [[`3623906`](https://github.com/swapkit/sdk/commit/3623906834927abfe6265fa91c21568da6adb852)]:
68
+ - @swapkit/helpers@4.13.13
69
+ - @swapkit/plugins@4.6.45
70
+ - @swapkit/toolboxes@4.16.2
71
+ - @swapkit/wallet-core@4.3.4
72
+
73
+ ## 4.4.30
74
+
75
+ ### Patch Changes
76
+
77
+ - [#257](https://github.com/swapkit/sdk/pull/257) [`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1) Thanks [@towanTG](https://github.com/towanTG)! - Fix Stellar Horizon handling, reduce EVM balance scam-filter false positives, and allow swap to accept route-with-transaction response types.
78
+
79
+ - Updated dependencies [[`8d33750`](https://github.com/swapkit/sdk/commit/8d33750f2c3e7c1cb6353c2a4dcfffe7936207c1)]:
80
+ - @swapkit/helpers@4.13.12
81
+ - @swapkit/toolboxes@4.16.1
82
+ - @swapkit/plugins@4.6.44
83
+ - @swapkit/wallet-core@4.3.3
84
+
85
+ ## 4.4.29
86
+
87
+ ### Patch Changes
88
+
89
+ - Updated dependencies [[`6c76854`](https://github.com/swapkit/sdk/commit/6c768542d9488f112735be960b375ab8bb52fb76)]:
90
+ - @swapkit/toolboxes@4.16.0
91
+ - @swapkit/plugins@4.6.43
92
+ - @swapkit/helpers@4.13.11
93
+
94
+ ## 4.4.28
95
+
96
+ ### Patch Changes
97
+
98
+ - Updated dependencies [[`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9), [`53882f1`](https://github.com/swapkit/sdk/commit/53882f116feff4eabf7bb714dddf4261f6f640d9)]:
99
+ - @swapkit/helpers@4.13.11
100
+ - @swapkit/toolboxes@4.15.15
101
+ - @swapkit/plugins@4.6.42
102
+ - @swapkit/wallet-core@4.3.2
103
+
104
+ ## 4.4.27
105
+
106
+ ### Patch Changes
107
+
108
+ - Updated dependencies [[`fe496eb`](https://github.com/swapkit/sdk/commit/fe496ebc69e24fb8679e13f0a9ff4ee10ce54699), [`0fc9c45`](https://github.com/swapkit/sdk/commit/0fc9c459da1005a017757eb21c80a36634b3c021)]:
109
+ - @swapkit/helpers@4.13.10
110
+ - @swapkit/toolboxes@4.15.14
111
+ - @swapkit/plugins@4.6.41
112
+ - @swapkit/wallet-core@4.3.1
113
+
114
+ ## 4.4.26
115
+
116
+ ### Patch Changes
117
+
118
+ - [#238](https://github.com/swapkit/sdk/pull/238) [`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7) Thanks [@towanTG](https://github.com/towanTG)! - Route MAYAN and FLASHNET through the SwapKit plugin and add a Flashnet BTC transfer fallback for wallets without direct signing.
119
+
120
+ - Updated dependencies [[`dfdd850`](https://github.com/swapkit/sdk/commit/dfdd850f10d010f14187983f2082486333df4cd7), [`70f3f4a`](https://github.com/swapkit/sdk/commit/70f3f4a037feb0e5fd2482e3b0ab964d9e1c8523)]:
121
+ - @swapkit/helpers@4.13.9
122
+ - @swapkit/plugins@4.6.40
123
+ - @swapkit/wallet-core@4.3.0
124
+ - @swapkit/toolboxes@4.15.13
125
+
126
+ ## 4.4.25
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [[`f4ba6d5`](https://github.com/swapkit/sdk/commit/f4ba6d564ea2c6352e021e00845f67b2190c3765)]:
131
+ - @swapkit/toolboxes@4.15.12
132
+ - @swapkit/helpers@4.13.8
133
+ - @swapkit/plugins@4.6.39
134
+
135
+ ## 4.4.24
136
+
137
+ ### Patch Changes
138
+
139
+ - [#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
140
+
141
+ - Updated dependencies [[`8cac8c3`](https://github.com/swapkit/sdk/commit/8cac8c34153c3620f186d614cf412700b8a1f44b), [`2174a5d`](https://github.com/swapkit/sdk/commit/2174a5d9fe27ddc02ef9ad8eebdf372aa66bf8ee)]:
142
+ - @swapkit/toolboxes@4.15.11
143
+ - @swapkit/helpers@4.13.8
144
+ - @swapkit/plugins@4.6.38
145
+ - @swapkit/wallet-core@4.2.8
146
+
147
+ ## 4.4.23
148
+
149
+ ### Patch Changes
150
+
151
+ - Updated dependencies [[`1bb5e02`](https://github.com/swapkit/sdk/commit/1bb5e023c929fd4772bfe2d639e624fcb038dd2c)]:
152
+ - @swapkit/helpers@4.13.7
153
+ - @swapkit/plugins@4.6.37
154
+ - @swapkit/toolboxes@4.15.10
155
+ - @swapkit/wallet-core@4.2.7
156
+
157
+ ## 4.4.22
158
+
159
+ ### Patch Changes
160
+
161
+ - Updated dependencies [[`13273d5`](https://github.com/swapkit/sdk/commit/13273d52ec6db5aa779e6a940c904f9ecb6a0821)]:
162
+ - @swapkit/helpers@4.13.6
163
+ - @swapkit/plugins@4.6.36
164
+ - @swapkit/toolboxes@4.15.9
165
+ - @swapkit/wallet-core@4.2.6
166
+
167
+ ## 4.4.21
168
+
169
+ ### Patch Changes
170
+
171
+ - Updated dependencies [[`b2803ad`](https://github.com/swapkit/sdk/commit/b2803ad51c7160e981a0977c3af1ecc5956d9c66), [`377c3d7`](https://github.com/swapkit/sdk/commit/377c3d75b8b8097794fa6913ea9662627ec4a55a)]:
172
+ - @swapkit/toolboxes@4.15.8
173
+ - @swapkit/helpers@4.13.5
174
+ - @swapkit/plugins@4.6.35
175
+ - @swapkit/wallet-core@4.2.5
176
+
177
+ ## 4.4.20
178
+
179
+ ### Patch Changes
180
+
181
+ - Updated dependencies [[`e43bddd`](https://github.com/swapkit/sdk/commit/e43bddd85202d32ae5fa8b49e1915d928ed92738), [`240410b`](https://github.com/swapkit/sdk/commit/240410b79327232c88e6d7101725855e9decdbab)]:
182
+ - @swapkit/plugins@4.6.34
183
+ - @swapkit/toolboxes@4.15.7
184
+ - @swapkit/helpers@4.13.4
185
+
186
+ ## 4.4.19
187
+
188
+ ### Patch Changes
189
+
190
+ - Updated dependencies [[`7714d82`](https://github.com/swapkit/sdk/commit/7714d82679f6713e33e71d91aeeabdf7eb135082)]:
191
+ - @swapkit/toolboxes@4.15.6
192
+ - @swapkit/helpers@4.13.4
193
+ - @swapkit/plugins@4.6.33
194
+
195
+ ## 4.4.18
196
+
197
+ ### Patch Changes
198
+
199
+ - Updated dependencies [[`fbd9fdb`](https://github.com/swapkit/sdk/commit/fbd9fdb2f6aab81c1785c1d596bda6f670d3340e), [`195323d`](https://github.com/swapkit/sdk/commit/195323d775117b0909d8e9b34b6716456c3e1f7b)]:
200
+ - @swapkit/toolboxes@4.15.5
201
+ - @swapkit/helpers@4.13.4
202
+ - @swapkit/plugins@4.6.32
203
+
204
+ ## 4.4.17
205
+
206
+ ### Patch Changes
207
+
208
+ - Updated dependencies [[`fc37241`](https://github.com/swapkit/sdk/commit/fc37241ed4a13d4da6da2d7c3ac7dd6691fa9707), [`5cb7567`](https://github.com/swapkit/sdk/commit/5cb75672bc705fb82f35770dc1b33d3b87ab2dcf)]:
209
+ - @swapkit/toolboxes@4.15.4
210
+ - @swapkit/helpers@4.13.4
211
+ - @swapkit/plugins@4.6.31
212
+ - @swapkit/wallet-core@4.2.4
213
+
214
+ ## 4.4.16
215
+
216
+ ### Patch Changes
217
+
218
+ - Updated dependencies [[`b57e263`](https://github.com/swapkit/sdk/commit/b57e263961827fa95b9fbe5f83f12897026fad13)]:
219
+ - @swapkit/helpers@4.13.3
220
+ - @swapkit/plugins@4.6.30
221
+ - @swapkit/toolboxes@4.15.3
222
+ - @swapkit/wallet-core@4.2.3
223
+
224
+ ## 4.4.15
225
+
226
+ ### Patch Changes
227
+
228
+ - Updated dependencies [[`a1b9497`](https://github.com/swapkit/sdk/commit/a1b94971173e9499f48f20836b480908ed05149a)]:
229
+ - @swapkit/helpers@4.13.2
230
+ - @swapkit/toolboxes@4.15.2
231
+ - @swapkit/plugins@4.6.29
232
+ - @swapkit/wallet-core@4.2.2
233
+
234
+ ## 4.4.14
235
+
236
+ ### Patch Changes
237
+
238
+ - Updated dependencies [[`1f80e1d`](https://github.com/swapkit/sdk/commit/1f80e1d78b9d6397a027ece5f410ccb5341dd7ba)]:
239
+ - @swapkit/helpers@4.13.1
240
+ - @swapkit/plugins@4.6.28
241
+ - @swapkit/toolboxes@4.15.1
242
+ - @swapkit/wallet-core@4.2.1
243
+
244
+ ## 4.4.13
245
+
246
+ ### Patch Changes
247
+
248
+ - Updated dependencies [[`7b163b6`](https://github.com/swapkit/sdk/commit/7b163b678d633a2258fccc28e07bb8ea2af1aea7)]:
249
+ - @swapkit/toolboxes@4.15.0
250
+ - @swapkit/helpers@4.13.0
251
+ - @swapkit/plugins@4.6.27
252
+
253
+ ## 4.4.12
254
+
255
+ ### Patch Changes
256
+
257
+ - [#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.
258
+
259
+ - Updated dependencies [[`616a3cb`](https://github.com/swapkit/sdk/commit/616a3cbf37fd9bd40e4412928e36859de24129de)]:
260
+ - @swapkit/helpers@4.13.0
261
+ - @swapkit/wallet-core@4.2.0
262
+ - @swapkit/plugins@4.6.26
263
+ - @swapkit/toolboxes@4.14.5
264
+
265
+ ## 4.4.11
266
+
267
+ ### Patch Changes
268
+
269
+ - [#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
270
+
271
+ - Updated dependencies [[`ea63723`](https://github.com/swapkit/sdk/commit/ea63723b0b9b0d48f64612d22cc37e0ef43f2b07)]:
272
+ - @swapkit/wallet-core@4.1.29
273
+ - @swapkit/toolboxes@4.14.4
274
+ - @swapkit/helpers@4.12.9
275
+ - @swapkit/plugins@4.6.25
276
+
277
+ ## 4.4.10
278
+
279
+ ### Patch Changes
280
+
281
+ - Updated dependencies [[`acc279b`](https://github.com/swapkit/sdk/commit/acc279b4f7c7d6914df4cabf8115e487c1ce376e)]:
282
+ - @swapkit/helpers@4.12.8
283
+ - @swapkit/toolboxes@4.14.3
284
+ - @swapkit/plugins@4.6.24
285
+ - @swapkit/wallet-core@4.1.28
286
+
287
+ ## 4.4.9
288
+
289
+ ### Patch Changes
290
+
291
+ - Updated dependencies [[`8e6532b`](https://github.com/swapkit/sdk/commit/8e6532beec425e35f9d5454cd2ec976516cbd7d5)]:
292
+ - @swapkit/toolboxes@4.14.2
293
+ - @swapkit/helpers@4.12.7
294
+ - @swapkit/plugins@4.6.23
295
+ - @swapkit/wallet-core@4.1.27
296
+
297
+ ## 4.4.8
298
+
299
+ ### Patch Changes
300
+
301
+ - Updated dependencies [[`a05324b`](https://github.com/swapkit/sdk/commit/a05324b355e7ad36fce6d98c087f4ce1844e5b50)]:
302
+ - @swapkit/toolboxes@4.14.1
303
+ - @swapkit/helpers@4.12.6
304
+ - @swapkit/plugins@4.6.22
305
+
306
+ ## 4.4.7
307
+
308
+ ### Patch Changes
309
+
310
+ - Updated dependencies [[`21447e8`](https://github.com/swapkit/sdk/commit/21447e8f43862c8a2775a5e89287e65aa2fad66d)]:
311
+ - @swapkit/helpers@4.12.6
312
+ - @swapkit/toolboxes@4.14.0
313
+ - @swapkit/plugins@4.6.21
314
+ - @swapkit/wallet-core@4.1.26
315
+
316
+ ## 4.4.6
317
+
318
+ ### Patch Changes
319
+
320
+ - Updated dependencies [[`8a71a23`](https://github.com/swapkit/sdk/commit/8a71a232510c57fad651e84b1b6877269209856d)]:
321
+ - @swapkit/helpers@4.12.5
322
+ - @swapkit/plugins@4.6.20
323
+ - @swapkit/toolboxes@4.13.3
324
+ - @swapkit/wallet-core@4.1.25
325
+
326
+ ## 4.4.5
327
+
328
+ ### Patch Changes
329
+
330
+ - Updated dependencies [[`23f7099`](https://github.com/swapkit/sdk/commit/23f7099450b674b106b611c2a7166a12895e5686)]:
331
+ - @swapkit/helpers@4.12.4
332
+ - @swapkit/plugins@4.6.19
333
+ - @swapkit/toolboxes@4.13.2
334
+ - @swapkit/wallet-core@4.1.24
335
+
336
+ ## 4.4.4
337
+
338
+ ### Patch Changes
339
+
340
+ - [`c1f4df2`](https://github.com/swapkit/sdk/commit/c1f4df22a244be2bdad874d6dcf789712e1532b3) Thanks [@towanTG](https://github.com/towanTG)! - fix: replace workspace:\* references to @swapkit/wallets with npm version
341
+
342
+ ## 4.4.3
343
+
344
+ ### Patch Changes
345
+
346
+ - Updated dependencies [[`df5c67c`](https://github.com/swapkit/sdk/commit/df5c67cb9af27fe625959113bad47a74ad7cca58)]:
347
+ - @swapkit/helpers@4.12.3
348
+ - @swapkit/toolboxes@4.13.1
349
+ - @swapkit/plugins@4.6.18
350
+ - @swapkit/wallets@4.6.3
351
+
352
+ ## 4.4.2
353
+
354
+ ### Patch Changes
355
+
356
+ - Updated dependencies [[`551d65f`](https://github.com/swapkit/sdk/commit/551d65f8c761a7ff9a720ca54254f418a23d8dcd)]:
357
+ - @swapkit/toolboxes@4.13.0
358
+ - @swapkit/helpers@4.12.2
359
+ - @swapkit/plugins@4.6.17
360
+ - @swapkit/wallets@4.6.2
361
+
362
+ ## 4.4.1
363
+
364
+ ### Patch Changes
365
+
366
+ - Updated dependencies [[`674bce5`](https://github.com/swapkit/sdk/commit/674bce5d834ed6cf416282e60729fe9bd24fa698)]:
367
+ - @swapkit/helpers@4.12.1
368
+ - @swapkit/plugins@4.6.16
369
+ - @swapkit/toolboxes@4.12.1
370
+ - @swapkit/wallets@4.6.1
371
+
372
+ ## 4.4.0
373
+
374
+ ### Minor Changes
375
+
376
+ - [#136](https://github.com/swapkit/sdk/pull/136) [`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Add EIP-712 signTypedData handler
377
+
378
+ ### Patch Changes
379
+
380
+ - Updated dependencies [[`e770e34`](https://github.com/swapkit/sdk/commit/e770e34f008e9c96738ed9d445dc5680927ad719)]:
381
+ - @swapkit/toolboxes@4.12.0
382
+ - @swapkit/helpers@4.12.0
383
+ - @swapkit/wallets@4.6.0
384
+ - @swapkit/plugins@4.6.15
385
+
386
+ ## 4.3.18
387
+
388
+ ### Patch Changes
389
+
390
+ - Updated dependencies [[`686341c`](https://github.com/swapkit/sdk/commit/686341cc66cc09b6389d19f57787203c72566ff8)]:
391
+ - @swapkit/toolboxes@4.11.2
392
+ - @swapkit/helpers@4.11.0
393
+ - @swapkit/plugins@4.6.14
394
+ - @swapkit/wallets@4.5.15
395
+
396
+ ## 4.3.17
397
+
398
+ ### Patch Changes
399
+
400
+ - Updated dependencies [[`f661bbe`](https://github.com/swapkit/sdk/commit/f661bbe11f4b4562ecebbfd1f6a024f5ecbb35ad)]:
401
+ - @swapkit/toolboxes@4.11.1
402
+ - @swapkit/helpers@4.11.0
403
+ - @swapkit/plugins@4.6.13
404
+ - @swapkit/wallets@4.5.14
405
+
406
+ ## 4.3.16
407
+
408
+ ### Patch Changes
409
+
410
+ - Updated dependencies [[`de2ae45`](https://github.com/swapkit/sdk/commit/de2ae45af86d78a25c4a3132e6f452362370a910), [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7), [`997361a`](https://github.com/swapkit/sdk/commit/997361a6dabb079731268785c76d92e8e022b2be), [`9804504`](https://github.com/swapkit/sdk/commit/9804504d0500d2a30dcc2677dba084a8a77cbcc7)]:
411
+ - @swapkit/wallets@4.5.13
412
+ - @swapkit/toolboxes@4.11.0
413
+ - @swapkit/helpers@4.11.0
414
+ - @swapkit/plugins@4.6.12
415
+
416
+ ## 4.3.15
417
+
418
+ ### Patch Changes
419
+
420
+ - Updated dependencies [[`c2de41f`](https://github.com/swapkit/sdk/commit/c2de41f9773f0814a11d3ec0d191598b253d67da)]:
421
+ - @swapkit/toolboxes@4.10.3
422
+ - @swapkit/helpers@4.10.7
423
+ - @swapkit/plugins@4.6.11
424
+ - @swapkit/wallets@4.5.12
425
+
426
+ ## 4.3.14
427
+
428
+ ### Patch Changes
429
+
430
+ - Updated dependencies []:
431
+ - @swapkit/helpers@4.10.6
432
+ - @swapkit/wallets@4.5.11
433
+ - @swapkit/plugins@4.6.10
434
+ - @swapkit/toolboxes@4.10.2
435
+
436
+ ## 4.3.13
437
+
438
+ ### Patch Changes
439
+
440
+ - Updated dependencies [[`6346a4a`](https://github.com/swapkit/sdk/commit/6346a4a3c5cdde95f282b841d80d79c8eece47a8)]:
441
+ - @swapkit/helpers@4.10.5
442
+ - @swapkit/toolboxes@4.10.1
443
+ - @swapkit/plugins@4.6.9
444
+ - @swapkit/wallets@4.5.10
445
+
446
+ ## 4.3.12
447
+
448
+ ### Patch Changes
449
+
450
+ - [#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
451
+
452
+ 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.
453
+
454
+ - Updated dependencies [[`0fd10ee`](https://github.com/swapkit/sdk/commit/0fd10eedd1c39324d4559c3e44f94ab1d55e644a)]:
455
+ - @swapkit/toolboxes@4.10.0
456
+ - @swapkit/helpers@4.10.4
457
+ - @swapkit/plugins@4.6.8
458
+ - @swapkit/wallets@4.5.9
459
+
460
+ ## 4.3.11
461
+
462
+ ### Patch Changes
463
+
464
+ - Updated dependencies [[`365fd35`](https://github.com/swapkit/sdk/commit/365fd35f35e9ad171509ead07c234244187e0a1c)]:
465
+ - @swapkit/toolboxes@4.9.7
466
+ - @swapkit/helpers@4.10.3
467
+ - @swapkit/plugins@4.6.7
468
+ - @swapkit/wallets@4.5.8
469
+
470
+ ## 4.3.10
471
+
472
+ ### Patch Changes
473
+
474
+ - Updated dependencies []:
475
+ - @swapkit/wallets@4.5.7
476
+
477
+ ## 4.3.9
478
+
479
+ ### Patch Changes
480
+
481
+ - Updated dependencies [[`cb3f8b4`](https://github.com/swapkit/sdk/commit/cb3f8b426eda4e65513b0d1fbfc263dff961a30d)]:
482
+ - @swapkit/helpers@4.10.3
483
+ - @swapkit/plugins@4.6.6
484
+ - @swapkit/toolboxes@4.9.6
485
+ - @swapkit/wallets@4.5.6
486
+
487
+ ## 4.3.8
488
+
489
+ ### Patch Changes
490
+
491
+ - [#98](https://github.com/swapkit/sdk/pull/98) [`a333021`](https://github.com/swapkit/sdk/commit/a3330215648d4cde755dcb54eda9259c429e6910) Thanks [@towanTG](https://github.com/towanTG)! - Widget: address validation, destination address editing, and wallet connect improvements
492
+
493
+ **Core:**
494
+
495
+ - Add `validateAddress` method to SwapKit that dynamically imports toolboxes for chain-specific address validation
496
+
497
+ **Widget — Destination Address:**
498
+
499
+ - Add `DestinationAddressInput` component for viewing and editing the receiving address
500
+ - Validate custom destination addresses with debounce using `swapKit.validateAddress`
501
+ - Show compact address card when output chain is connected, with "Edit" to override
502
+ - Require valid destination address before allowing swap submission
503
+
504
+ **Widget — Wallet Connect:**
505
+
506
+ - Add `WalletChainSelectDialog` for hardware wallets (Ledger, Trezor) that connect one chain at a time
507
+ - Accept `requiredChain` prop to filter and disable wallets that don't support the needed chain
508
+ - Add Coinbase Web to browser extensions wallet group
509
+ - Update wallet state immediately on connect (before balances finish loading)
510
+ - Prompt to connect output chain wallet when it differs from the connected chain
511
+
512
+ **Widget — UI Polish:**
513
+
514
+ - Show truncated destination address and buy ticker in swap confirmation dialog
515
+ - Clear amount when switching input asset
516
+ - Simplify keystore connect success step (remove unnecessary form wrapper)
517
+
518
+ - Updated dependencies [[`36f0c95`](https://github.com/swapkit/sdk/commit/36f0c9535bec4d608a853d5a00f178b4f4cc09f4), [`3fbec61`](https://github.com/swapkit/sdk/commit/3fbec61cf9b4a5a6b8604c6c3b94d15a3e9de0d7)]:
519
+ - @swapkit/toolboxes@4.9.5
520
+ - @swapkit/helpers@4.10.2
521
+ - @swapkit/plugins@4.6.5
522
+ - @swapkit/wallets@4.5.5
523
+
524
+ ## 4.3.7
525
+
526
+ ### Patch Changes
527
+
528
+ - Updated dependencies [[`d49a4f2`](https://github.com/swapkit/sdk/commit/d49a4f21cd8929212161321f3ed9956dceb8d7c1)]:
529
+ - @swapkit/helpers@4.10.1
530
+ - @swapkit/plugins@4.6.4
531
+ - @swapkit/toolboxes@4.9.4
532
+ - @swapkit/wallets@4.5.4
533
+
534
+ ## 4.3.6
535
+
536
+ ### Patch Changes
537
+
538
+ - 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)]:
539
+ - @swapkit/helpers@4.10.0
540
+ - @swapkit/toolboxes@4.9.3
541
+ - @swapkit/plugins@4.6.3
542
+ - @swapkit/wallets@4.5.3
543
+
544
+ ## 4.3.5
545
+
546
+ ### Patch Changes
547
+
548
+ - Updated dependencies [[`61296c8`](https://github.com/swapkit/sdk/commit/61296c81f33981c96bfba590c98298ee5629a06f)]:
549
+ - @swapkit/helpers@4.9.5
550
+ - @swapkit/plugins@4.6.2
551
+ - @swapkit/toolboxes@4.9.2
552
+ - @swapkit/wallets@4.5.2
553
+
554
+ ## 4.3.4
555
+
556
+ ### Patch Changes
557
+
558
+ - 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)]:
559
+ - @swapkit/helpers@4.9.4
560
+ - @swapkit/toolboxes@4.9.1
561
+ - @swapkit/plugins@4.6.1
562
+ - @swapkit/wallets@4.5.1
563
+
564
+ ## 4.3.3
565
+
566
+ ### Patch Changes
567
+
568
+ - [#51](https://github.com/swapkit/sdk/pull/51) [`1640cd7`](https://github.com/swapkit/sdk/commit/1640cd7ba5ff3397d278ce6a08f84ee98cfd356f) Thanks [@ice-chillios](https://github.com/ice-chillios)! - chore: improve fee estimation for Cardano, NEAR, and TON
569
+
570
+ - Add dynamic fee estimation for TON using estimateExternalMessageFee
571
+ - Add dynamic fee estimation for Cardano using protocol parameters and tx size
572
+ - Add dynamic fee estimation for NEAR using EXPERIMENTAL_protocol_config
573
+ - Fix BigInt conversions for TON and Starknet
574
+ - Consolidate fee estimation error codes
575
+ - NEAR: Add `estimateGasLimit` (replaces `estimateGas` which is now deprecated)
576
+
577
+ - 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)]:
578
+ - @swapkit/toolboxes@4.9.0
579
+ - @swapkit/plugins@4.6.0
580
+ - @swapkit/helpers@4.9.3
581
+ - @swapkit/wallets@4.5.0
582
+
583
+ ## 4.3.2
584
+
585
+ ### Patch Changes
586
+
587
+ - Updated dependencies []:
588
+ - @swapkit/wallets@4.4.10
589
+ - @swapkit/helpers@4.9.2
590
+ - @swapkit/plugins@4.5.2
591
+ - @swapkit/toolboxes@4.8.1
592
+
593
+ ## 4.3.1
594
+
595
+ ### Patch Changes
596
+
597
+ - Updated dependencies [[`8d9fd7d`](https://github.com/swapkit/sdk/commit/8d9fd7d56dbfe57638204060d029680452e08c39)]:
598
+ - @swapkit/toolboxes@4.8.0
599
+ - @swapkit/helpers@4.9.1
600
+ - @swapkit/plugins@4.5.1
601
+ - @swapkit/wallets@4.4.9
602
+
603
+ ## 4.3.0
604
+
605
+ ### Minor Changes
606
+
607
+ - [#13](https://github.com/swapkit/sdk/pull/13) [`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995) Thanks [@towanTG](https://github.com/towanTG)! - feat: Add V3 swap flow support with SwapKitPlugin
608
+
609
+ ### New Features
610
+
611
+ - **SwapKitPlugin**: New plugin for signing raw SwapKit API transactions directly
612
+
613
+ - Supports UTXO chains (BTC, BCH, LTC, DOGE, DASH, ZEC) via PSBT
614
+ - Supports all EVM chains via eth_sendTransaction
615
+ - Supports Cosmos chains, Solana, Near, Ripple, Tron, Sui, Cardano
616
+ - Includes transaction parsing validation with proper error handling
617
+
618
+ - **V3SwapFlowSupport**: Registry mapping chains to supported wallets for V3 flow
619
+
620
+ - Enables detection of wallet/chain capability for raw transaction signing
621
+ - Automatic fallback to named plugins when V3 not supported
622
+
623
+ - **signAndBroadcastTransaction**: New method on toolboxes for signing pre-built transactions
624
+ - Added to Cosmos, Cardano, Tron, Sui, Near, Ripple toolboxes
625
+ - Enables direct signing of API-provided transactions
626
+
627
+ ### Improvements
628
+
629
+ - Added new error key `plugin_swapkit_invalid_transaction` for better error handling
630
+ - Improved test coverage across toolboxes (Near, Ripple, Solana, Substrate, Tron, UTXO)
631
+ - Enhanced UTXO coin selection and transaction size estimation
632
+ - Code cleanup in Cosmos toolbox (removed dead code)
633
+
634
+ ### API Types
635
+
636
+ - Added `QuoteResponseRoute` schema for V3 quote responses
637
+ - Added transaction schemas for EVM, Cosmos, and Tron validation
638
+
639
+ ### Patch Changes
640
+
641
+ - Updated dependencies [[`08d41d2`](https://github.com/swapkit/sdk/commit/08d41d2476c56a6f81f5ea83902e6c497278c995)]:
642
+ - @swapkit/helpers@4.9.0
643
+ - @swapkit/plugins@4.5.0
644
+ - @swapkit/toolboxes@4.7.0
645
+ - @swapkit/wallets@4.4.8
646
+
647
+ ## 4.2.7
648
+
649
+ ### Patch Changes
650
+
651
+ - Updated dependencies [[`e8b5bd5`](https://github.com/swapkit/sdk/commit/e8b5bd5e2cb9709265a488b2a0201077342c89b4)]:
652
+ - @swapkit/toolboxes@4.6.7
653
+ - @swapkit/helpers@4.8.4
654
+ - @swapkit/plugins@4.4.7
655
+ - @swapkit/wallets@4.4.7
656
+
657
+ ## 4.2.6
658
+
659
+ ### Patch Changes
660
+
661
+ - Updated dependencies [[`f220ae3`](https://github.com/swapkit/sdk/commit/f220ae38a32408093cebddc10b68a40bd088a64e)]:
662
+ - @swapkit/toolboxes@4.6.6
663
+ - @swapkit/helpers@4.8.4
664
+ - @swapkit/plugins@4.4.6
665
+ - @swapkit/wallets@4.4.6
666
+
667
+ ## 4.2.5
668
+
669
+ ### Patch Changes
670
+
671
+ - Updated dependencies [[`71d84ca`](https://github.com/swapkit/sdk/commit/71d84ca4c243cbce6617cfdea7ea2f0feb696fd7)]:
672
+ - @swapkit/toolboxes@4.6.5
673
+ - @swapkit/helpers@4.8.4
674
+ - @swapkit/plugins@4.4.5
675
+ - @swapkit/wallets@4.4.5
676
+
677
+ ## 4.2.4
678
+
679
+ ### Patch Changes
680
+
681
+ - 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)]:
682
+ - @swapkit/helpers@4.8.4
683
+ - @swapkit/toolboxes@4.6.4
684
+ - @swapkit/plugins@4.4.4
685
+ - @swapkit/wallets@4.4.4
686
+
687
+ ## 4.2.3
688
+
689
+ ### Patch Changes
690
+
691
+ - 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)]:
692
+ - @swapkit/toolboxes@4.6.3
693
+ - @swapkit/helpers@4.8.3
694
+ - @swapkit/plugins@4.4.3
695
+ - @swapkit/wallets@4.4.3
696
+
697
+ ## 4.2.2
698
+
699
+ ### Patch Changes
700
+
701
+ - Updated dependencies [[`38b55e7`](https://github.com/swapkit/sdk/commit/38b55e7e1455149f932a575cac4837d2b0a144db)]:
702
+ - @swapkit/toolboxes@4.6.2
703
+ - @swapkit/helpers@4.8.2
704
+ - @swapkit/plugins@4.4.2
705
+ - @swapkit/wallets@4.4.2
706
+
707
+ ## 4.2.1
708
+
709
+ ### Patch Changes
710
+
711
+ - [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Bump
712
+
713
+ - Updated dependencies [[`49f58fb`](https://github.com/swapkit/sdk/commit/49f58fb78fd08c82bccae0d49d6f9eb9e9e04b2a), [`50c49f8`](https://github.com/swapkit/sdk/commit/50c49f88c22c149fede95b109bab1b3ea0b300c4)]:
714
+ - @swapkit/toolboxes@4.6.1
715
+ - @swapkit/helpers@4.8.1
716
+ - @swapkit/plugins@4.4.1
717
+ - @swapkit/wallets@4.4.1
718
+
719
+ ## 4.2.0
720
+
721
+ ### Minor Changes
722
+
723
+ - [`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
724
+
725
+ - [#19](https://github.com/swapkit/sdk/pull/19) [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee) Thanks [@ice-chillios](https://github.com/ice-chillios)! - Add sync resolving for toolboxes and server sync methods
726
+
727
+ ### Patch Changes
728
+
729
+ - Updated dependencies [[`a4402e9`](https://github.com/swapkit/sdk/commit/a4402e91de5d634da24aa0c752f5e473132a4c71), [`941d648`](https://github.com/swapkit/sdk/commit/941d648516ce8aca2c5e21827a27f75b34163cee)]:
730
+ - @swapkit/helpers@4.8.0
731
+ - @swapkit/plugins@4.4.0
732
+ - @swapkit/toolboxes@4.6.0
733
+ - @swapkit/wallets@4.4.0
734
+
735
+ ## 4.1.16
736
+
737
+ ### Patch Changes
738
+
739
+ - [#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
740
+
741
+ - Updated dependencies [[`148cd88`](https://github.com/swapkit/sdk/commit/148cd88c64ad573514454334e392bd7c65bb62e2), [`81936df`](https://github.com/swapkit/sdk/commit/81936df75586c2686ffd4b7b228f47b7461fa8d9)]:
742
+ - @swapkit/toolboxes@4.5.3
743
+ - @swapkit/plugins@4.3.3
744
+ - @swapkit/wallets@4.3.15
745
+
746
+ ## 4.1.15
747
+
748
+ ### Patch Changes
749
+
750
+ - [`3608238`](https://github.com/swapkit/sdk/commit/3608238c4cc343c07c1c379343e5833fad58d68b) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Updates package.json src paths due to dist file restructuring
751
+
752
+ - Updated dependencies [[`3608238`](https://github.com/swapkit/sdk/commit/3608238c4cc343c07c1c379343e5833fad58d68b)]:
753
+ - @swapkit/plugins@4.3.2
754
+
755
+ ## 4.1.14
756
+
757
+ ### Patch Changes
758
+
759
+ - [`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Manual update to fix release
760
+
761
+ - Updated dependencies [[`799ccc8`](https://github.com/swapkit/sdk/commit/799ccc82896823a3233a48f97745b979622d5076)]:
762
+ - @swapkit/helpers@4.7.2
763
+ - @swapkit/plugins@4.3.1
764
+ - @swapkit/toolboxes@4.5.2
765
+ - @swapkit/wallets@4.3.14
766
+
767
+ ## 4.1.13
768
+
769
+ ### Patch Changes
770
+
771
+ - [`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
772
+
773
+ - Updated dependencies [[`4d60682`](https://github.com/swapkit/sdk/commit/4d606827eda5a8e1842cad9bcf1c88ff0d6f5517), [`f6d9e39`](https://github.com/swapkit/sdk/commit/f6d9e390a3dc47d777c934d891626c2e8e97e45b)]:
774
+ - @swapkit/helpers@4.6.0
775
+ - @swapkit/plugins@4.2.12
776
+ - @swapkit/toolboxes@4.5.0
777
+ - @swapkit/wallets@4.3.13
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "author": "swapkit-dev",
3
3
  "dependencies": {
4
- "@swapkit/helpers": "4.14.0",
5
- "@swapkit/plugins": "4.6.50",
6
- "@swapkit/toolboxes": "4.17.4",
7
- "@swapkit/wallet-core": "4.3.5"
4
+ "@swapkit/helpers": "4.15.0",
5
+ "@swapkit/plugins": "4.6.52",
6
+ "@swapkit/toolboxes": "4.17.6",
7
+ "@swapkit/wallet-core": "4.3.7"
8
8
  },
9
9
  "description": "SwapKit - Core",
10
10
  "devDependencies": { "@stricahq/typhonjs": "3.1.0", "cosmjs-types": "0.11.0", "ts-pattern": "5.9.0" },
11
11
  "exports": {
12
12
  ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/types/index.d.ts" }
13
13
  },
14
- "files": ["dist/"],
14
+ "files": ["dist/", "CHANGELOG.md"],
15
15
  "homepage": "https://github.com/swapkit/SwapKit",
16
16
  "license": "SEE LICENSE IN LICENSE",
17
17
  "name": "@swapkit/core",
@@ -26,5 +26,5 @@
26
26
  "type-check:go": "tsgo"
27
27
  },
28
28
  "type": "module",
29
- "version": "4.4.36"
29
+ "version": "4.4.38"
30
30
  }