@yaswap/yacoin 3.3.7 → 3.4.0

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