@yaswap/evm 3.4.0 → 3.4.2
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 +722 -0
- package/package.json +42 -42
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,722 @@
|
|
|
1
|
+
# @yaswap/evm
|
|
2
|
+
|
|
3
|
+
## 3.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Support HD wallet logic
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @yaswap/client@3.4.2
|
|
10
|
+
- @yaswap/errors@3.4.2
|
|
11
|
+
- @yaswap/logger@3.4.2
|
|
12
|
+
- @yaswap/types@3.4.2
|
|
13
|
+
- @yaswap/utils@3.4.2
|
|
14
|
+
|
|
15
|
+
## 3.4.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Support HD wallet logic
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @yaswap/client@3.4.1
|
|
22
|
+
- @yaswap/errors@3.4.1
|
|
23
|
+
- @yaswap/logger@3.4.1
|
|
24
|
+
- @yaswap/types@3.4.1
|
|
25
|
+
- @yaswap/utils@3.4.1
|
|
26
|
+
|
|
27
|
+
## 3.4.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- Support HD wallet logic
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
- @yaswap/client@3.4.0
|
|
37
|
+
- @yaswap/errors@3.4.0
|
|
38
|
+
- @yaswap/logger@3.4.0
|
|
39
|
+
- @yaswap/types@3.4.0
|
|
40
|
+
- @yaswap/utils@3.4.0
|
|
41
|
+
|
|
42
|
+
## 3.3.7
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- Add boolean param to convert token/nft name
|
|
47
|
+
- Updated dependencies
|
|
48
|
+
- @yaswap/client@3.3.7
|
|
49
|
+
- @yaswap/errors@3.3.7
|
|
50
|
+
- @yaswap/logger@3.3.7
|
|
51
|
+
- @yaswap/types@3.3.7
|
|
52
|
+
- @yaswap/utils@3.3.7
|
|
53
|
+
|
|
54
|
+
## 3.3.6
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Pump to version v3.3.6
|
|
59
|
+
- Updated dependencies
|
|
60
|
+
- @yaswap/client@3.3.6
|
|
61
|
+
- @yaswap/errors@3.3.6
|
|
62
|
+
- @yaswap/logger@3.3.6
|
|
63
|
+
- @yaswap/types@3.3.6
|
|
64
|
+
- @yaswap/utils@3.3.6
|
|
65
|
+
|
|
66
|
+
## 3.3.5
|
|
67
|
+
|
|
68
|
+
### Patch Changes
|
|
69
|
+
|
|
70
|
+
- Correct the logic to calculate correct transaction size for sweeping case
|
|
71
|
+
- Updated dependencies
|
|
72
|
+
- @yaswap/client@3.3.5
|
|
73
|
+
- @yaswap/errors@3.3.5
|
|
74
|
+
- @yaswap/logger@3.3.5
|
|
75
|
+
- @yaswap/types@3.3.5
|
|
76
|
+
- @yaswap/utils@3.3.5
|
|
77
|
+
|
|
78
|
+
## 3.3.4
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
- Correct the logic to calculate correct transaction size for sweeping case
|
|
83
|
+
- Updated dependencies
|
|
84
|
+
- @yaswap/client@3.3.4
|
|
85
|
+
- @yaswap/errors@3.3.4
|
|
86
|
+
- @yaswap/logger@3.3.4
|
|
87
|
+
- @yaswap/types@3.3.4
|
|
88
|
+
- @yaswap/utils@3.3.4
|
|
89
|
+
|
|
90
|
+
## 3.3.3
|
|
91
|
+
|
|
92
|
+
### Patch Changes
|
|
93
|
+
|
|
94
|
+
- Send transaction with fixed inputss
|
|
95
|
+
- Updated dependencies
|
|
96
|
+
- @yaswap/client@3.3.3
|
|
97
|
+
- @yaswap/errors@3.3.3
|
|
98
|
+
- @yaswap/logger@3.3.3
|
|
99
|
+
- @yaswap/types@3.3.3
|
|
100
|
+
- @yaswap/utils@3.3.3
|
|
101
|
+
|
|
102
|
+
## 3.3.2
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- Modify selectCoins to not use fixedInputs anymore
|
|
107
|
+
- Updated dependencies
|
|
108
|
+
- @yaswap/client@3.3.2
|
|
109
|
+
- @yaswap/errors@3.3.2
|
|
110
|
+
- @yaswap/logger@3.3.2
|
|
111
|
+
- @yaswap/types@3.3.2
|
|
112
|
+
- @yaswap/utils@3.3.2
|
|
113
|
+
|
|
114
|
+
## 3.3.1
|
|
115
|
+
|
|
116
|
+
### Patch Changes
|
|
117
|
+
|
|
118
|
+
- Modify to calculate correct transaction fee for fixed inputs
|
|
119
|
+
- Updated dependencies
|
|
120
|
+
- @yaswap/client@3.3.1
|
|
121
|
+
- @yaswap/errors@3.3.1
|
|
122
|
+
- @yaswap/logger@3.3.1
|
|
123
|
+
- @yaswap/types@3.3.1
|
|
124
|
+
- @yaswap/utils@3.3.1
|
|
125
|
+
|
|
126
|
+
## 3.3.0
|
|
127
|
+
|
|
128
|
+
### Minor Changes
|
|
129
|
+
|
|
130
|
+
- Support API for bitcoin utxo consolidation
|
|
131
|
+
|
|
132
|
+
### Patch Changes
|
|
133
|
+
|
|
134
|
+
- Updated dependencies
|
|
135
|
+
- @yaswap/client@3.3.0
|
|
136
|
+
- @yaswap/errors@3.3.0
|
|
137
|
+
- @yaswap/logger@3.3.0
|
|
138
|
+
- @yaswap/types@3.3.0
|
|
139
|
+
- @yaswap/utils@3.3.0
|
|
140
|
+
|
|
141
|
+
## 3.2.1
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- Lower number requests
|
|
146
|
+
- Updated dependencies
|
|
147
|
+
- @yaswap/client@3.2.1
|
|
148
|
+
- @yaswap/errors@3.2.1
|
|
149
|
+
- @yaswap/logger@3.2.1
|
|
150
|
+
- @yaswap/types@3.2.1
|
|
151
|
+
- @yaswap/utils@3.2.1
|
|
152
|
+
|
|
153
|
+
## 3.2.0
|
|
154
|
+
|
|
155
|
+
### Minor Changes
|
|
156
|
+
|
|
157
|
+
- Add DogecoinSingleWallet
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- Updated dependencies
|
|
162
|
+
- @yaswap/client@3.2.0
|
|
163
|
+
- @yaswap/errors@3.2.0
|
|
164
|
+
- @yaswap/logger@3.2.0
|
|
165
|
+
- @yaswap/types@3.2.0
|
|
166
|
+
- @yaswap/utils@3.2.0
|
|
167
|
+
|
|
168
|
+
## 3.1.0
|
|
169
|
+
|
|
170
|
+
### Minor Changes
|
|
171
|
+
|
|
172
|
+
- Integrate new dogecoin explorer
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- Updated dependencies
|
|
177
|
+
- @yaswap/client@3.1.0
|
|
178
|
+
- @yaswap/errors@3.1.0
|
|
179
|
+
- @yaswap/logger@3.1.0
|
|
180
|
+
- @yaswap/types@3.1.0
|
|
181
|
+
- @yaswap/utils@3.1.0
|
|
182
|
+
|
|
183
|
+
## 3.0.1
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- Handle AxiosError in case the transaction/block not found
|
|
188
|
+
- Updated dependencies
|
|
189
|
+
- @yaswap/client@3.0.1
|
|
190
|
+
- @yaswap/errors@3.0.1
|
|
191
|
+
- @yaswap/logger@3.0.1
|
|
192
|
+
- @yaswap/types@3.0.1
|
|
193
|
+
- @yaswap/utils@3.0.1
|
|
194
|
+
|
|
195
|
+
## 3.0.0
|
|
196
|
+
|
|
197
|
+
### Major Changes
|
|
198
|
+
|
|
199
|
+
- Support manifest v3
|
|
200
|
+
|
|
201
|
+
### Patch Changes
|
|
202
|
+
|
|
203
|
+
- Updated dependencies
|
|
204
|
+
- @yaswap/client@3.0.0
|
|
205
|
+
- @yaswap/errors@3.0.0
|
|
206
|
+
- @yaswap/logger@3.0.0
|
|
207
|
+
- @yaswap/types@3.0.0
|
|
208
|
+
- @yaswap/utils@3.0.0
|
|
209
|
+
|
|
210
|
+
## 2.10.7
|
|
211
|
+
|
|
212
|
+
### Patch Changes
|
|
213
|
+
|
|
214
|
+
- Pump to version v2.10.7
|
|
215
|
+
- Updated dependencies
|
|
216
|
+
- @yaswap/client@2.10.7
|
|
217
|
+
- @yaswap/errors@2.10.7
|
|
218
|
+
- @yaswap/logger@2.10.7
|
|
219
|
+
- @yaswap/types@2.10.7
|
|
220
|
+
- @yaswap/utils@2.10.7
|
|
221
|
+
|
|
222
|
+
## 2.10.6
|
|
223
|
+
|
|
224
|
+
### Patch Changes
|
|
225
|
+
|
|
226
|
+
- Pump to version v2.10.6
|
|
227
|
+
- Updated dependencies
|
|
228
|
+
- @yaswap/client@2.10.6
|
|
229
|
+
- @yaswap/errors@2.10.6
|
|
230
|
+
- @yaswap/logger@2.10.6
|
|
231
|
+
- @yaswap/types@2.10.6
|
|
232
|
+
- @yaswap/utils@2.10.6
|
|
233
|
+
|
|
234
|
+
## 2.10.5
|
|
235
|
+
|
|
236
|
+
### Patch Changes
|
|
237
|
+
|
|
238
|
+
- Pump to version v2.10.5
|
|
239
|
+
- Updated dependencies
|
|
240
|
+
- @yaswap/client@2.10.5
|
|
241
|
+
- @yaswap/errors@2.10.5
|
|
242
|
+
- @yaswap/logger@2.10.5
|
|
243
|
+
- @yaswap/types@2.10.5
|
|
244
|
+
- @yaswap/utils@2.10.5
|
|
245
|
+
|
|
246
|
+
## 2.10.4
|
|
247
|
+
|
|
248
|
+
### Patch Changes
|
|
249
|
+
|
|
250
|
+
- Pump to version v2.10.4
|
|
251
|
+
- Updated dependencies
|
|
252
|
+
- @yaswap/client@2.10.4
|
|
253
|
+
- @yaswap/errors@2.10.4
|
|
254
|
+
- @yaswap/logger@2.10.4
|
|
255
|
+
- @yaswap/types@2.10.4
|
|
256
|
+
- @yaswap/utils@2.10.4
|
|
257
|
+
|
|
258
|
+
## 2.10.3
|
|
259
|
+
|
|
260
|
+
### Patch Changes
|
|
261
|
+
|
|
262
|
+
- Pump to version v2.10.3
|
|
263
|
+
- Updated dependencies
|
|
264
|
+
- @yaswap/client@2.10.3
|
|
265
|
+
- @yaswap/errors@2.10.3
|
|
266
|
+
- @yaswap/logger@2.10.3
|
|
267
|
+
- @yaswap/types@2.10.3
|
|
268
|
+
- @yaswap/utils@2.10.3
|
|
269
|
+
|
|
270
|
+
## 2.10.2
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- Pump to version v2.10.2
|
|
275
|
+
- Updated dependencies
|
|
276
|
+
- @yaswap/client@2.10.2
|
|
277
|
+
- @yaswap/errors@2.10.2
|
|
278
|
+
- @yaswap/logger@2.10.2
|
|
279
|
+
- @yaswap/types@2.10.2
|
|
280
|
+
- @yaswap/utils@2.10.2
|
|
281
|
+
|
|
282
|
+
## 2.10.1
|
|
283
|
+
|
|
284
|
+
### Patch Changes
|
|
285
|
+
|
|
286
|
+
- Pump to version v2.10.1
|
|
287
|
+
- Updated dependencies
|
|
288
|
+
- @yaswap/client@2.10.1
|
|
289
|
+
- @yaswap/errors@2.10.1
|
|
290
|
+
- @yaswap/logger@2.10.1
|
|
291
|
+
- @yaswap/types@2.10.1
|
|
292
|
+
- @yaswap/utils@2.10.1
|
|
293
|
+
|
|
294
|
+
## 2.10.0
|
|
295
|
+
|
|
296
|
+
### Minor Changes
|
|
297
|
+
|
|
298
|
+
- Use latest axios which support fetch adapter
|
|
299
|
+
|
|
300
|
+
### Patch Changes
|
|
301
|
+
|
|
302
|
+
- Updated dependencies
|
|
303
|
+
- @yaswap/client@2.10.0
|
|
304
|
+
- @yaswap/errors@2.10.0
|
|
305
|
+
- @yaswap/logger@2.10.0
|
|
306
|
+
- @yaswap/types@2.10.0
|
|
307
|
+
- @yaswap/utils@2.10.0
|
|
308
|
+
|
|
309
|
+
## 2.9.4
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
- Change bitcoin fee API endpoint
|
|
314
|
+
- Updated dependencies
|
|
315
|
+
- @yaswap/client@2.9.4
|
|
316
|
+
- @yaswap/errors@2.9.4
|
|
317
|
+
- @yaswap/logger@2.9.4
|
|
318
|
+
- @yaswap/types@2.9.4
|
|
319
|
+
- @yaswap/utils@2.9.4
|
|
320
|
+
|
|
321
|
+
## 2.9.3
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- Change IPFS endpoint
|
|
326
|
+
- Updated dependencies
|
|
327
|
+
- @yaswap/client@2.9.3
|
|
328
|
+
- @yaswap/errors@2.9.3
|
|
329
|
+
- @yaswap/logger@2.9.3
|
|
330
|
+
- @yaswap/types@2.9.3
|
|
331
|
+
- @yaswap/utils@2.9.3
|
|
332
|
+
|
|
333
|
+
## 2.9.2
|
|
334
|
+
|
|
335
|
+
### Patch Changes
|
|
336
|
+
|
|
337
|
+
- Support HEAD request for @yaswap/client
|
|
338
|
+
- Updated dependencies
|
|
339
|
+
- @yaswap/client@2.9.2
|
|
340
|
+
- @yaswap/errors@2.9.2
|
|
341
|
+
- @yaswap/logger@2.9.2
|
|
342
|
+
- @yaswap/types@2.9.2
|
|
343
|
+
- @yaswap/utils@2.9.2
|
|
344
|
+
|
|
345
|
+
## 2.9.1
|
|
346
|
+
|
|
347
|
+
### Patch Changes
|
|
348
|
+
|
|
349
|
+
- Reset metadata before fetching from ipfs gateway
|
|
350
|
+
- Updated dependencies
|
|
351
|
+
- @yaswap/client@2.9.1
|
|
352
|
+
- @yaswap/errors@2.9.1
|
|
353
|
+
- @yaswap/logger@2.9.1
|
|
354
|
+
- @yaswap/types@2.9.1
|
|
355
|
+
- @yaswap/utils@2.9.1
|
|
356
|
+
|
|
357
|
+
## 2.9.0
|
|
358
|
+
|
|
359
|
+
### Minor Changes
|
|
360
|
+
|
|
361
|
+
- Integrate with self-hosted IPFS node
|
|
362
|
+
|
|
363
|
+
### Patch Changes
|
|
364
|
+
|
|
365
|
+
- Updated dependencies
|
|
366
|
+
- @yaswap/client@2.9.0
|
|
367
|
+
- @yaswap/errors@2.9.0
|
|
368
|
+
- @yaswap/logger@2.9.0
|
|
369
|
+
- @yaswap/types@2.9.0
|
|
370
|
+
- @yaswap/utils@2.9.0
|
|
371
|
+
|
|
372
|
+
## 2.8.0
|
|
373
|
+
|
|
374
|
+
### Minor Changes
|
|
375
|
+
|
|
376
|
+
- Add new return info to chain.getTokenBalance and nft.fetch
|
|
377
|
+
|
|
378
|
+
### Patch Changes
|
|
379
|
+
|
|
380
|
+
- Updated dependencies
|
|
381
|
+
- @yaswap/client@2.8.0
|
|
382
|
+
- @yaswap/errors@2.8.0
|
|
383
|
+
- @yaswap/logger@2.8.0
|
|
384
|
+
- @yaswap/types@2.8.0
|
|
385
|
+
- @yaswap/utils@2.8.0
|
|
386
|
+
|
|
387
|
+
## 2.7.7
|
|
388
|
+
|
|
389
|
+
### Patch Changes
|
|
390
|
+
|
|
391
|
+
- Remove debug log
|
|
392
|
+
- Updated dependencies
|
|
393
|
+
- @yaswap/client@2.7.7
|
|
394
|
+
- @yaswap/errors@2.7.7
|
|
395
|
+
- @yaswap/logger@2.7.7
|
|
396
|
+
- @yaswap/types@2.7.7
|
|
397
|
+
- @yaswap/utils@2.7.7
|
|
398
|
+
|
|
399
|
+
## 2.7.6
|
|
400
|
+
|
|
401
|
+
### Patch Changes
|
|
402
|
+
|
|
403
|
+
- Fetch multiple YA-NFT info at one time
|
|
404
|
+
- Updated dependencies
|
|
405
|
+
- @yaswap/client@2.7.6
|
|
406
|
+
- @yaswap/errors@2.7.6
|
|
407
|
+
- @yaswap/logger@2.7.6
|
|
408
|
+
- @yaswap/types@2.7.6
|
|
409
|
+
- @yaswap/utils@2.7.6
|
|
410
|
+
|
|
411
|
+
## 2.7.5
|
|
412
|
+
|
|
413
|
+
### Patch Changes
|
|
414
|
+
|
|
415
|
+
- Throw fee in InsufficientBalanceError for Yacoin
|
|
416
|
+
- Updated dependencies
|
|
417
|
+
- @yaswap/client@2.7.5
|
|
418
|
+
- @yaswap/errors@2.7.5
|
|
419
|
+
- @yaswap/logger@2.7.5
|
|
420
|
+
- @yaswap/types@2.7.5
|
|
421
|
+
- @yaswap/utils@2.7.5
|
|
422
|
+
|
|
423
|
+
## 2.7.4
|
|
424
|
+
|
|
425
|
+
### Patch Changes
|
|
426
|
+
|
|
427
|
+
- Correct formular to calculate yacoin transaction bytes
|
|
428
|
+
- Updated dependencies
|
|
429
|
+
- @yaswap/client@2.7.4
|
|
430
|
+
- @yaswap/errors@2.7.4
|
|
431
|
+
- @yaswap/logger@2.7.4
|
|
432
|
+
- @yaswap/types@2.7.4
|
|
433
|
+
- @yaswap/utils@2.7.4
|
|
434
|
+
|
|
435
|
+
## 2.7.3
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
- Change ipfs endpoint and timeout for getting token metadata
|
|
440
|
+
- Updated dependencies
|
|
441
|
+
- @yaswap/client@2.7.3
|
|
442
|
+
- @yaswap/errors@2.7.3
|
|
443
|
+
- @yaswap/logger@2.7.3
|
|
444
|
+
- @yaswap/types@2.7.3
|
|
445
|
+
- @yaswap/utils@2.7.3
|
|
446
|
+
|
|
447
|
+
## 2.7.2
|
|
448
|
+
|
|
449
|
+
### Patch Changes
|
|
450
|
+
|
|
451
|
+
- Init YacoinSingleWallet
|
|
452
|
+
- Updated dependencies
|
|
453
|
+
- @yaswap/client@2.7.2
|
|
454
|
+
- @yaswap/errors@2.7.2
|
|
455
|
+
- @yaswap/logger@2.7.2
|
|
456
|
+
- @yaswap/types@2.7.2
|
|
457
|
+
- @yaswap/utils@2.7.2
|
|
458
|
+
|
|
459
|
+
## 2.7.1
|
|
460
|
+
|
|
461
|
+
### Patch Changes
|
|
462
|
+
|
|
463
|
+
- Use bitcoinselect
|
|
464
|
+
- Updated dependencies
|
|
465
|
+
- @yaswap/client@2.7.1
|
|
466
|
+
- @yaswap/errors@2.7.1
|
|
467
|
+
- @yaswap/logger@2.7.1
|
|
468
|
+
- @yaswap/types@2.7.1
|
|
469
|
+
- @yaswap/utils@2.7.1
|
|
470
|
+
|
|
471
|
+
## 2.7.0
|
|
472
|
+
|
|
473
|
+
### Minor Changes
|
|
474
|
+
|
|
475
|
+
- Finalize single wallet version
|
|
476
|
+
|
|
477
|
+
### Patch Changes
|
|
478
|
+
|
|
479
|
+
- Updated dependencies
|
|
480
|
+
- @yaswap/client@2.7.0
|
|
481
|
+
- @yaswap/errors@2.7.0
|
|
482
|
+
- @yaswap/logger@2.7.0
|
|
483
|
+
- @yaswap/types@2.7.0
|
|
484
|
+
- @yaswap/utils@2.7.0
|
|
485
|
+
|
|
486
|
+
## 2.6.6
|
|
487
|
+
|
|
488
|
+
### Patch Changes
|
|
489
|
+
|
|
490
|
+
- Remove debug log
|
|
491
|
+
- Updated dependencies
|
|
492
|
+
- @yaswap/client@2.6.6
|
|
493
|
+
- @yaswap/errors@2.6.6
|
|
494
|
+
- @yaswap/logger@2.6.6
|
|
495
|
+
- @yaswap/types@2.6.6
|
|
496
|
+
- @yaswap/utils@2.6.6
|
|
497
|
+
|
|
498
|
+
## 2.6.5
|
|
499
|
+
|
|
500
|
+
### Patch Changes
|
|
501
|
+
|
|
502
|
+
- Use electrumClient to get transaction hex
|
|
503
|
+
- Updated dependencies
|
|
504
|
+
- @yaswap/client@2.6.5
|
|
505
|
+
- @yaswap/errors@2.6.5
|
|
506
|
+
- @yaswap/logger@2.6.5
|
|
507
|
+
- @yaswap/types@2.6.5
|
|
508
|
+
- @yaswap/utils@2.6.5
|
|
509
|
+
|
|
510
|
+
## 2.6.4
|
|
511
|
+
|
|
512
|
+
### Patch Changes
|
|
513
|
+
|
|
514
|
+
- Fix issue relating to integrate electrumClient
|
|
515
|
+
- Updated dependencies
|
|
516
|
+
- @yaswap/client@2.6.4
|
|
517
|
+
- @yaswap/errors@2.6.4
|
|
518
|
+
- @yaswap/logger@2.6.4
|
|
519
|
+
- @yaswap/types@2.6.4
|
|
520
|
+
- @yaswap/utils@2.6.4
|
|
521
|
+
|
|
522
|
+
## 2.6.3
|
|
523
|
+
|
|
524
|
+
### Patch Changes
|
|
525
|
+
|
|
526
|
+
- Replace blockCypher with electrumClient
|
|
527
|
+
- Updated dependencies
|
|
528
|
+
- @yaswap/client@2.6.3
|
|
529
|
+
- @yaswap/errors@2.6.3
|
|
530
|
+
- @yaswap/logger@2.6.3
|
|
531
|
+
- @yaswap/types@2.6.3
|
|
532
|
+
- @yaswap/utils@2.6.3
|
|
533
|
+
|
|
534
|
+
## 2.6.2
|
|
535
|
+
|
|
536
|
+
### Patch Changes
|
|
537
|
+
|
|
538
|
+
- Improve error handling
|
|
539
|
+
- Updated dependencies
|
|
540
|
+
- @yaswap/client@2.6.2
|
|
541
|
+
- @yaswap/errors@2.6.2
|
|
542
|
+
- @yaswap/logger@2.6.2
|
|
543
|
+
- @yaswap/types@2.6.2
|
|
544
|
+
- @yaswap/utils@2.6.2
|
|
545
|
+
|
|
546
|
+
## 2.6.1
|
|
547
|
+
|
|
548
|
+
### Patch Changes
|
|
549
|
+
|
|
550
|
+
- Fix issue which failed to get block info
|
|
551
|
+
- Updated dependencies
|
|
552
|
+
- @yaswap/client@2.6.1
|
|
553
|
+
- @yaswap/errors@2.6.1
|
|
554
|
+
- @yaswap/logger@2.6.1
|
|
555
|
+
- @yaswap/types@2.6.1
|
|
556
|
+
- @yaswap/utils@2.6.1
|
|
557
|
+
|
|
558
|
+
## 2.6.0
|
|
559
|
+
|
|
560
|
+
### Minor Changes
|
|
561
|
+
|
|
562
|
+
- Support dogecoin chain
|
|
563
|
+
|
|
564
|
+
### Patch Changes
|
|
565
|
+
|
|
566
|
+
- Updated dependencies
|
|
567
|
+
- @yaswap/client@2.6.0
|
|
568
|
+
- @yaswap/errors@2.6.0
|
|
569
|
+
- @yaswap/logger@2.6.0
|
|
570
|
+
- @yaswap/types@2.6.0
|
|
571
|
+
- @yaswap/utils@2.6.0
|
|
572
|
+
|
|
573
|
+
## 2.5.3
|
|
574
|
+
|
|
575
|
+
### Patch Changes
|
|
576
|
+
|
|
577
|
+
- Support documents field in token metadata
|
|
578
|
+
- Updated dependencies
|
|
579
|
+
- @yaswap/client@2.5.3
|
|
580
|
+
- @yaswap/errors@2.5.3
|
|
581
|
+
- @yaswap/logger@2.5.3
|
|
582
|
+
- @yaswap/types@2.5.3
|
|
583
|
+
- @yaswap/utils@2.5.3
|
|
584
|
+
|
|
585
|
+
## 2.5.2
|
|
586
|
+
|
|
587
|
+
### Patch Changes
|
|
588
|
+
|
|
589
|
+
- Add missing logic to find claim and refund transaction for EVM chain
|
|
590
|
+
- Updated dependencies
|
|
591
|
+
- @yaswap/client@2.5.2
|
|
592
|
+
- @yaswap/errors@2.5.2
|
|
593
|
+
- @yaswap/logger@2.5.2
|
|
594
|
+
- @yaswap/types@2.5.2
|
|
595
|
+
- @yaswap/utils@2.5.2
|
|
596
|
+
|
|
597
|
+
## 2.5.1
|
|
598
|
+
|
|
599
|
+
### Patch Changes
|
|
600
|
+
|
|
601
|
+
- Fix issue which fails to initiate swap transaction for YAC
|
|
602
|
+
- Updated dependencies
|
|
603
|
+
- @yaswap/client@2.5.1
|
|
604
|
+
- @yaswap/errors@2.5.1
|
|
605
|
+
- @yaswap/logger@2.5.1
|
|
606
|
+
- @yaswap/types@2.5.1
|
|
607
|
+
- @yaswap/utils@2.5.1
|
|
608
|
+
|
|
609
|
+
## 2.5.0
|
|
610
|
+
|
|
611
|
+
### Minor Changes
|
|
612
|
+
|
|
613
|
+
- Support litecoin chain
|
|
614
|
+
|
|
615
|
+
### Patch Changes
|
|
616
|
+
|
|
617
|
+
- Updated dependencies
|
|
618
|
+
- @yaswap/client@2.5.0
|
|
619
|
+
- @yaswap/errors@2.5.0
|
|
620
|
+
- @yaswap/logger@2.5.0
|
|
621
|
+
- @yaswap/types@2.5.0
|
|
622
|
+
- @yaswap/utils@2.5.0
|
|
623
|
+
|
|
624
|
+
## 2.4.0
|
|
625
|
+
|
|
626
|
+
### Minor Changes
|
|
627
|
+
|
|
628
|
+
- Add API to getBaseURL
|
|
629
|
+
|
|
630
|
+
### Patch Changes
|
|
631
|
+
|
|
632
|
+
- Updated dependencies
|
|
633
|
+
- @yaswap/client@2.4.0
|
|
634
|
+
- @yaswap/errors@2.4.0
|
|
635
|
+
- @yaswap/logger@2.4.0
|
|
636
|
+
- @yaswap/types@2.4.0
|
|
637
|
+
- @yaswap/utils@2.4.0
|
|
638
|
+
|
|
639
|
+
## 2.3.3
|
|
640
|
+
|
|
641
|
+
### Patch Changes
|
|
642
|
+
|
|
643
|
+
- Change timelock values to production
|
|
644
|
+
- Updated dependencies
|
|
645
|
+
- @yaswap/client@2.3.3
|
|
646
|
+
- @yaswap/errors@2.3.3
|
|
647
|
+
- @yaswap/logger@2.3.3
|
|
648
|
+
- @yaswap/types@2.3.3
|
|
649
|
+
- @yaswap/utils@2.3.3
|
|
650
|
+
|
|
651
|
+
## 2.3.2
|
|
652
|
+
|
|
653
|
+
### Patch Changes
|
|
654
|
+
|
|
655
|
+
- Fix token issues
|
|
656
|
+
- Updated dependencies
|
|
657
|
+
- @yaswap/client@2.3.2
|
|
658
|
+
- @yaswap/errors@2.3.2
|
|
659
|
+
- @yaswap/logger@2.3.2
|
|
660
|
+
- @yaswap/types@2.3.2
|
|
661
|
+
- @yaswap/utils@2.3.2
|
|
662
|
+
|
|
663
|
+
## 2.3.1
|
|
664
|
+
|
|
665
|
+
### Patch Changes
|
|
666
|
+
|
|
667
|
+
- Change timelock fee duration and amount
|
|
668
|
+
- Updated dependencies
|
|
669
|
+
- @yaswap/client@2.3.1
|
|
670
|
+
- @yaswap/errors@2.3.1
|
|
671
|
+
- @yaswap/logger@2.3.1
|
|
672
|
+
- @yaswap/types@2.3.1
|
|
673
|
+
- @yaswap/utils@2.3.1
|
|
674
|
+
|
|
675
|
+
## 2.3.0
|
|
676
|
+
|
|
677
|
+
### Minor Changes
|
|
678
|
+
|
|
679
|
+
- Support create YA-Token/YA-NFT
|
|
680
|
+
|
|
681
|
+
### Patch Changes
|
|
682
|
+
|
|
683
|
+
- Updated dependencies
|
|
684
|
+
- @yaswap/client@2.3.0
|
|
685
|
+
- @yaswap/errors@2.3.0
|
|
686
|
+
- @yaswap/logger@2.3.0
|
|
687
|
+
- @yaswap/types@2.3.0
|
|
688
|
+
- @yaswap/utils@2.3.0
|
|
689
|
+
|
|
690
|
+
## 2.2.0
|
|
691
|
+
|
|
692
|
+
### Minor Changes
|
|
693
|
+
|
|
694
|
+
- Integrate YA-token/YA-NFT
|
|
695
|
+
|
|
696
|
+
### Patch Changes
|
|
697
|
+
|
|
698
|
+
- Updated dependencies
|
|
699
|
+
- @yaswap/client@2.2.0
|
|
700
|
+
- @yaswap/errors@2.2.0
|
|
701
|
+
- @yaswap/logger@2.2.0
|
|
702
|
+
- @yaswap/types@2.2.0
|
|
703
|
+
- @yaswap/utils@2.2.0
|
|
704
|
+
|
|
705
|
+
## 2.1.0
|
|
706
|
+
|
|
707
|
+
### Minor Changes
|
|
708
|
+
|
|
709
|
+
- Support batch request for Yacoin
|
|
710
|
+
|
|
711
|
+
### Patch Changes
|
|
712
|
+
|
|
713
|
+
- Updated dependencies
|
|
714
|
+
- @yaswap/client@2.1.0
|
|
715
|
+
- @yaswap/errors@2.1.0
|
|
716
|
+
- @yaswap/logger@2.1.0
|
|
717
|
+
- @yaswap/types@2.1.0
|
|
718
|
+
- @yaswap/utils@2.1.0
|
|
719
|
+
|
|
720
|
+
## 2.0.0
|
|
721
|
+
|
|
722
|
+
- First version
|
package/package.json
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}
|
|
2
|
+
"name": "@yaswap/evm",
|
|
3
|
+
"version": "3.4.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"author": "yaswap",
|
|
6
|
+
"homepage": "",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "./dist/lib/index.js",
|
|
9
|
+
"types": "./dist/lib/index.d.ts",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist/**"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "cp -R ../../node_modules/@yaswap/evm-contracts/artifacts . && hardhat --config ./hardhat.config.ts typechain && tsc",
|
|
15
|
+
"clean": "rm -rf node_modules .turbo dist ./lib/typechain cache artifacts"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@eth-optimism/sdk": "1.1.5",
|
|
19
|
+
"@ethersproject/abi": "5.7.0",
|
|
20
|
+
"@ethersproject/abstract-provider": "5.7.0",
|
|
21
|
+
"@ethersproject/abstract-signer": "5.7.0",
|
|
22
|
+
"@ethersproject/constants": "5.7.0",
|
|
23
|
+
"@ethersproject/contracts": "5.7.0",
|
|
24
|
+
"@ethersproject/providers": "5.7.0",
|
|
25
|
+
"@ethersproject/solidity": "5.7.0",
|
|
26
|
+
"@ethersproject/transactions": "5.7.0",
|
|
27
|
+
"@ethersproject/wallet": "5.7.0",
|
|
28
|
+
"@liquality/fee-suggestions": "2.0.2",
|
|
29
|
+
"@metamask/eth-sig-util": "4.0.1",
|
|
30
|
+
"@yaswap/client": "3.4.2",
|
|
31
|
+
"@yaswap/errors": "3.4.2",
|
|
32
|
+
"@yaswap/logger": "3.4.2",
|
|
33
|
+
"@yaswap/types": "3.4.2",
|
|
34
|
+
"@yaswap/utils": "3.4.2",
|
|
35
|
+
"ethers": "5.7.0"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@nomiclabs/hardhat-ethers": "^2.0.4",
|
|
39
|
+
"@nomiclabs/hardhat-waffle": "^2.0.2",
|
|
40
|
+
"@typechain/hardhat": "^4.0.0",
|
|
41
|
+
"hardhat": "^2.8.3"
|
|
42
|
+
}
|
|
43
|
+
}
|