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