@yaswap/yacoin 2.9.4 → 2.10.1

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 +218 -193
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,384 +1,409 @@
1
1
  # @yaswap/bitcoin
2
2
 
3
+ ## 2.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Pump to version v2.10.1
8
+ - Updated dependencies
9
+ - @yaswap/client@2.10.1
10
+ - @yaswap/errors@2.10.1
11
+ - @yaswap/types@2.10.1
12
+ - @yaswap/utils@2.10.1
13
+
14
+ ## 2.10.0
15
+
16
+ ### Minor Changes
17
+
18
+ - Use latest axios which support fetch adapter
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @yaswap/client@2.10.0
24
+ - @yaswap/errors@2.10.0
25
+ - @yaswap/types@2.10.0
26
+ - @yaswap/utils@2.10.0
27
+
3
28
  ## 2.9.4
4
29
 
5
30
  ### Patch Changes
6
31
 
7
- - Change bitcoin fee API endpoint
8
- - Updated dependencies
9
- - @yaswap/client@2.9.4
10
- - @yaswap/errors@2.9.4
11
- - @yaswap/types@2.9.4
12
- - @yaswap/utils@2.9.4
32
+ - Change bitcoin fee API endpoint
33
+ - Updated dependencies
34
+ - @yaswap/client@2.9.4
35
+ - @yaswap/errors@2.9.4
36
+ - @yaswap/types@2.9.4
37
+ - @yaswap/utils@2.9.4
13
38
 
14
39
  ## 2.9.3
15
40
 
16
41
  ### Patch Changes
17
42
 
18
- - Change IPFS endpoint
19
- - Updated dependencies
20
- - @yaswap/client@2.9.3
21
- - @yaswap/errors@2.9.3
22
- - @yaswap/types@2.9.3
23
- - @yaswap/utils@2.9.3
43
+ - Change IPFS endpoint
44
+ - Updated dependencies
45
+ - @yaswap/client@2.9.3
46
+ - @yaswap/errors@2.9.3
47
+ - @yaswap/types@2.9.3
48
+ - @yaswap/utils@2.9.3
24
49
 
25
50
  ## 2.9.2
26
51
 
27
52
  ### Patch Changes
28
53
 
29
- - Support HEAD request for @yaswap/client
30
- - Updated dependencies
31
- - @yaswap/client@2.9.2
32
- - @yaswap/errors@2.9.2
33
- - @yaswap/types@2.9.2
34
- - @yaswap/utils@2.9.2
54
+ - Support HEAD request for @yaswap/client
55
+ - Updated dependencies
56
+ - @yaswap/client@2.9.2
57
+ - @yaswap/errors@2.9.2
58
+ - @yaswap/types@2.9.2
59
+ - @yaswap/utils@2.9.2
35
60
 
36
61
  ## 2.9.1
37
62
 
38
63
  ### Patch Changes
39
64
 
40
- - Reset metadata before fetching from ipfs gateway
41
- - Updated dependencies
42
- - @yaswap/client@2.9.1
43
- - @yaswap/errors@2.9.1
44
- - @yaswap/types@2.9.1
45
- - @yaswap/utils@2.9.1
65
+ - Reset metadata before fetching from ipfs gateway
66
+ - Updated dependencies
67
+ - @yaswap/client@2.9.1
68
+ - @yaswap/errors@2.9.1
69
+ - @yaswap/types@2.9.1
70
+ - @yaswap/utils@2.9.1
46
71
 
47
72
  ## 2.9.0
48
73
 
49
74
  ### Minor Changes
50
75
 
51
- - Integrate with self-hosted IPFS node
76
+ - Integrate with self-hosted IPFS node
52
77
 
53
78
  ### Patch Changes
54
79
 
55
- - Updated dependencies
56
- - @yaswap/client@2.9.0
57
- - @yaswap/errors@2.9.0
58
- - @yaswap/types@2.9.0
59
- - @yaswap/utils@2.9.0
80
+ - Updated dependencies
81
+ - @yaswap/client@2.9.0
82
+ - @yaswap/errors@2.9.0
83
+ - @yaswap/types@2.9.0
84
+ - @yaswap/utils@2.9.0
60
85
 
61
86
  ## 2.8.0
62
87
 
63
88
  ### Minor Changes
64
89
 
65
- - Add new return info to chain.getTokenBalance and nft.fetch
90
+ - Add new return info to chain.getTokenBalance and nft.fetch
66
91
 
67
92
  ### Patch Changes
68
93
 
69
- - Updated dependencies
70
- - @yaswap/client@2.8.0
71
- - @yaswap/errors@2.8.0
72
- - @yaswap/types@2.8.0
73
- - @yaswap/utils@2.8.0
94
+ - Updated dependencies
95
+ - @yaswap/client@2.8.0
96
+ - @yaswap/errors@2.8.0
97
+ - @yaswap/types@2.8.0
98
+ - @yaswap/utils@2.8.0
74
99
 
75
100
  ## 2.7.7
76
101
 
77
102
  ### Patch Changes
78
103
 
79
- - Remove debug log
80
- - Updated dependencies
81
- - @yaswap/client@2.7.7
82
- - @yaswap/errors@2.7.7
83
- - @yaswap/types@2.7.7
84
- - @yaswap/utils@2.7.7
104
+ - Remove debug log
105
+ - Updated dependencies
106
+ - @yaswap/client@2.7.7
107
+ - @yaswap/errors@2.7.7
108
+ - @yaswap/types@2.7.7
109
+ - @yaswap/utils@2.7.7
85
110
 
86
111
  ## 2.7.6
87
112
 
88
113
  ### Patch Changes
89
114
 
90
- - Fetch multiple YA-NFT info at one time
91
- - Updated dependencies
92
- - @yaswap/client@2.7.6
93
- - @yaswap/errors@2.7.6
94
- - @yaswap/types@2.7.6
95
- - @yaswap/utils@2.7.6
115
+ - Fetch multiple YA-NFT info at one time
116
+ - Updated dependencies
117
+ - @yaswap/client@2.7.6
118
+ - @yaswap/errors@2.7.6
119
+ - @yaswap/types@2.7.6
120
+ - @yaswap/utils@2.7.6
96
121
 
97
122
  ## 2.7.5
98
123
 
99
124
  ### Patch Changes
100
125
 
101
- - Throw fee in InsufficientBalanceError for Yacoin
102
- - Updated dependencies
103
- - @yaswap/client@2.7.5
104
- - @yaswap/errors@2.7.5
105
- - @yaswap/types@2.7.5
106
- - @yaswap/utils@2.7.5
126
+ - Throw fee in InsufficientBalanceError for Yacoin
127
+ - Updated dependencies
128
+ - @yaswap/client@2.7.5
129
+ - @yaswap/errors@2.7.5
130
+ - @yaswap/types@2.7.5
131
+ - @yaswap/utils@2.7.5
107
132
 
108
133
  ## 2.7.4
109
134
 
110
135
  ### Patch Changes
111
136
 
112
- - Correct formular to calculate yacoin transaction bytes
113
- - Updated dependencies
114
- - @yaswap/client@2.7.4
115
- - @yaswap/errors@2.7.4
116
- - @yaswap/types@2.7.4
117
- - @yaswap/utils@2.7.4
137
+ - Correct formular to calculate yacoin transaction bytes
138
+ - Updated dependencies
139
+ - @yaswap/client@2.7.4
140
+ - @yaswap/errors@2.7.4
141
+ - @yaswap/types@2.7.4
142
+ - @yaswap/utils@2.7.4
118
143
 
119
144
  ## 2.7.3
120
145
 
121
146
  ### Patch Changes
122
147
 
123
- - Change ipfs endpoint and timeout for getting token metadata
124
- - Updated dependencies
125
- - @yaswap/client@2.7.3
126
- - @yaswap/errors@2.7.3
127
- - @yaswap/types@2.7.3
128
- - @yaswap/utils@2.7.3
148
+ - Change ipfs endpoint and timeout for getting token metadata
149
+ - Updated dependencies
150
+ - @yaswap/client@2.7.3
151
+ - @yaswap/errors@2.7.3
152
+ - @yaswap/types@2.7.3
153
+ - @yaswap/utils@2.7.3
129
154
 
130
155
  ## 2.7.2
131
156
 
132
157
  ### Patch Changes
133
158
 
134
- - Init YacoinSingleWallet
135
- - Updated dependencies
136
- - @yaswap/client@2.7.2
137
- - @yaswap/errors@2.7.2
138
- - @yaswap/types@2.7.2
139
- - @yaswap/utils@2.7.2
159
+ - Init YacoinSingleWallet
160
+ - Updated dependencies
161
+ - @yaswap/client@2.7.2
162
+ - @yaswap/errors@2.7.2
163
+ - @yaswap/types@2.7.2
164
+ - @yaswap/utils@2.7.2
140
165
 
141
166
  ## 2.7.1
142
167
 
143
168
  ### Patch Changes
144
169
 
145
- - Use bitcoinselect
146
- - Updated dependencies
147
- - @yaswap/client@2.7.1
148
- - @yaswap/errors@2.7.1
149
- - @yaswap/types@2.7.1
150
- - @yaswap/utils@2.7.1
170
+ - Use bitcoinselect
171
+ - Updated dependencies
172
+ - @yaswap/client@2.7.1
173
+ - @yaswap/errors@2.7.1
174
+ - @yaswap/types@2.7.1
175
+ - @yaswap/utils@2.7.1
151
176
 
152
177
  ## 2.7.0
153
178
 
154
179
  ### Minor Changes
155
180
 
156
- - Finalize single wallet version
181
+ - Finalize single wallet version
157
182
 
158
183
  ### Patch Changes
159
184
 
160
- - Updated dependencies
161
- - @yaswap/client@2.7.0
162
- - @yaswap/errors@2.7.0
163
- - @yaswap/types@2.7.0
164
- - @yaswap/utils@2.7.0
185
+ - Updated dependencies
186
+ - @yaswap/client@2.7.0
187
+ - @yaswap/errors@2.7.0
188
+ - @yaswap/types@2.7.0
189
+ - @yaswap/utils@2.7.0
165
190
 
166
191
  ## 2.6.6
167
192
 
168
193
  ### Patch Changes
169
194
 
170
- - Remove debug log
171
- - Updated dependencies
172
- - @yaswap/client@2.6.6
173
- - @yaswap/errors@2.6.6
174
- - @yaswap/types@2.6.6
175
- - @yaswap/utils@2.6.6
195
+ - Remove debug log
196
+ - Updated dependencies
197
+ - @yaswap/client@2.6.6
198
+ - @yaswap/errors@2.6.6
199
+ - @yaswap/types@2.6.6
200
+ - @yaswap/utils@2.6.6
176
201
 
177
202
  ## 2.6.5
178
203
 
179
204
  ### Patch Changes
180
205
 
181
- - Use electrumClient to get transaction hex
182
- - Updated dependencies
183
- - @yaswap/client@2.6.5
184
- - @yaswap/errors@2.6.5
185
- - @yaswap/types@2.6.5
186
- - @yaswap/utils@2.6.5
206
+ - Use electrumClient to get transaction hex
207
+ - Updated dependencies
208
+ - @yaswap/client@2.6.5
209
+ - @yaswap/errors@2.6.5
210
+ - @yaswap/types@2.6.5
211
+ - @yaswap/utils@2.6.5
187
212
 
188
213
  ## 2.6.4
189
214
 
190
215
  ### Patch Changes
191
216
 
192
- - Fix issue relating to integrate electrumClient
193
- - Updated dependencies
194
- - @yaswap/client@2.6.4
195
- - @yaswap/errors@2.6.4
196
- - @yaswap/types@2.6.4
197
- - @yaswap/utils@2.6.4
217
+ - Fix issue relating to integrate electrumClient
218
+ - Updated dependencies
219
+ - @yaswap/client@2.6.4
220
+ - @yaswap/errors@2.6.4
221
+ - @yaswap/types@2.6.4
222
+ - @yaswap/utils@2.6.4
198
223
 
199
224
  ## 2.6.3
200
225
 
201
226
  ### Patch Changes
202
227
 
203
- - Replace blockCypher with electrumClient
204
- - Updated dependencies
205
- - @yaswap/client@2.6.3
206
- - @yaswap/errors@2.6.3
207
- - @yaswap/types@2.6.3
208
- - @yaswap/utils@2.6.3
228
+ - Replace blockCypher with electrumClient
229
+ - Updated dependencies
230
+ - @yaswap/client@2.6.3
231
+ - @yaswap/errors@2.6.3
232
+ - @yaswap/types@2.6.3
233
+ - @yaswap/utils@2.6.3
209
234
 
210
235
  ## 2.6.2
211
236
 
212
237
  ### Patch Changes
213
238
 
214
- - Improve error handling
215
- - Updated dependencies
216
- - @yaswap/client@2.6.2
217
- - @yaswap/errors@2.6.2
218
- - @yaswap/types@2.6.2
219
- - @yaswap/utils@2.6.2
239
+ - Improve error handling
240
+ - Updated dependencies
241
+ - @yaswap/client@2.6.2
242
+ - @yaswap/errors@2.6.2
243
+ - @yaswap/types@2.6.2
244
+ - @yaswap/utils@2.6.2
220
245
 
221
246
  ## 2.6.1
222
247
 
223
248
  ### Patch Changes
224
249
 
225
- - Fix issue which failed to get block info
226
- - Updated dependencies
227
- - @yaswap/client@2.6.1
228
- - @yaswap/errors@2.6.1
229
- - @yaswap/types@2.6.1
230
- - @yaswap/utils@2.6.1
250
+ - Fix issue which failed to get block info
251
+ - Updated dependencies
252
+ - @yaswap/client@2.6.1
253
+ - @yaswap/errors@2.6.1
254
+ - @yaswap/types@2.6.1
255
+ - @yaswap/utils@2.6.1
231
256
 
232
257
  ## 2.6.0
233
258
 
234
259
  ### Minor Changes
235
260
 
236
- - Support dogecoin chain
261
+ - Support dogecoin chain
237
262
 
238
263
  ### Patch Changes
239
264
 
240
- - Updated dependencies
241
- - @yaswap/client@2.6.0
242
- - @yaswap/errors@2.6.0
243
- - @yaswap/types@2.6.0
244
- - @yaswap/utils@2.6.0
265
+ - Updated dependencies
266
+ - @yaswap/client@2.6.0
267
+ - @yaswap/errors@2.6.0
268
+ - @yaswap/types@2.6.0
269
+ - @yaswap/utils@2.6.0
245
270
 
246
271
  ## 2.5.3
247
272
 
248
273
  ### Patch Changes
249
274
 
250
- - Support documents field in token metadata
251
- - Updated dependencies
252
- - @yaswap/client@2.5.3
253
- - @yaswap/errors@2.5.3
254
- - @yaswap/types@2.5.3
255
- - @yaswap/utils@2.5.3
275
+ - Support documents field in token metadata
276
+ - Updated dependencies
277
+ - @yaswap/client@2.5.3
278
+ - @yaswap/errors@2.5.3
279
+ - @yaswap/types@2.5.3
280
+ - @yaswap/utils@2.5.3
256
281
 
257
282
  ## 2.5.2
258
283
 
259
284
  ### Patch Changes
260
285
 
261
- - Add missing logic to find claim and refund transaction for EVM chain
262
- - Updated dependencies
263
- - @yaswap/client@2.5.2
264
- - @yaswap/errors@2.5.2
265
- - @yaswap/types@2.5.2
266
- - @yaswap/utils@2.5.2
286
+ - Add missing logic to find claim and refund transaction for EVM chain
287
+ - Updated dependencies
288
+ - @yaswap/client@2.5.2
289
+ - @yaswap/errors@2.5.2
290
+ - @yaswap/types@2.5.2
291
+ - @yaswap/utils@2.5.2
267
292
 
268
293
  ## 2.5.1
269
294
 
270
295
  ### Patch Changes
271
296
 
272
- - Fix issue which fails to initiate swap transaction for YAC
273
- - Updated dependencies
274
- - @yaswap/client@2.5.1
275
- - @yaswap/errors@2.5.1
276
- - @yaswap/types@2.5.1
277
- - @yaswap/utils@2.5.1
297
+ - Fix issue which fails to initiate swap transaction for YAC
298
+ - Updated dependencies
299
+ - @yaswap/client@2.5.1
300
+ - @yaswap/errors@2.5.1
301
+ - @yaswap/types@2.5.1
302
+ - @yaswap/utils@2.5.1
278
303
 
279
304
  ## 2.5.0
280
305
 
281
306
  ### Minor Changes
282
307
 
283
- - Support litecoin chain
308
+ - Support litecoin chain
284
309
 
285
310
  ### Patch Changes
286
311
 
287
- - Updated dependencies
288
- - @yaswap/client@2.5.0
289
- - @yaswap/errors@2.5.0
290
- - @yaswap/types@2.5.0
291
- - @yaswap/utils@2.5.0
312
+ - Updated dependencies
313
+ - @yaswap/client@2.5.0
314
+ - @yaswap/errors@2.5.0
315
+ - @yaswap/types@2.5.0
316
+ - @yaswap/utils@2.5.0
292
317
 
293
318
  ## 2.4.0
294
319
 
295
320
  ### Minor Changes
296
321
 
297
- - Add API to getBaseURL
322
+ - Add API to getBaseURL
298
323
 
299
324
  ### Patch Changes
300
325
 
301
- - Updated dependencies
302
- - @yaswap/client@2.4.0
303
- - @yaswap/errors@2.4.0
304
- - @yaswap/types@2.4.0
305
- - @yaswap/utils@2.4.0
326
+ - Updated dependencies
327
+ - @yaswap/client@2.4.0
328
+ - @yaswap/errors@2.4.0
329
+ - @yaswap/types@2.4.0
330
+ - @yaswap/utils@2.4.0
306
331
 
307
332
  ## 2.3.3
308
333
 
309
334
  ### Patch Changes
310
335
 
311
- - Change timelock values to production
312
- - Updated dependencies
313
- - @yaswap/client@2.3.3
314
- - @yaswap/errors@2.3.3
315
- - @yaswap/types@2.3.3
316
- - @yaswap/utils@2.3.3
336
+ - Change timelock values to production
337
+ - Updated dependencies
338
+ - @yaswap/client@2.3.3
339
+ - @yaswap/errors@2.3.3
340
+ - @yaswap/types@2.3.3
341
+ - @yaswap/utils@2.3.3
317
342
 
318
343
  ## 2.3.2
319
344
 
320
345
  ### Patch Changes
321
346
 
322
- - Fix token issues
323
- - Updated dependencies
324
- - @yaswap/client@2.3.2
325
- - @yaswap/errors@2.3.2
326
- - @yaswap/types@2.3.2
327
- - @yaswap/utils@2.3.2
347
+ - Fix token issues
348
+ - Updated dependencies
349
+ - @yaswap/client@2.3.2
350
+ - @yaswap/errors@2.3.2
351
+ - @yaswap/types@2.3.2
352
+ - @yaswap/utils@2.3.2
328
353
 
329
354
  ## 2.3.1
330
355
 
331
356
  ### Patch Changes
332
357
 
333
- - Change timelock fee duration and amount
334
- - Updated dependencies
335
- - @yaswap/client@2.3.1
336
- - @yaswap/errors@2.3.1
337
- - @yaswap/types@2.3.1
338
- - @yaswap/utils@2.3.1
358
+ - Change timelock fee duration and amount
359
+ - Updated dependencies
360
+ - @yaswap/client@2.3.1
361
+ - @yaswap/errors@2.3.1
362
+ - @yaswap/types@2.3.1
363
+ - @yaswap/utils@2.3.1
339
364
 
340
365
  ## 2.3.0
341
366
 
342
367
  ### Minor Changes
343
368
 
344
- - Support create YA-Token/YA-NFT
369
+ - Support create YA-Token/YA-NFT
345
370
 
346
371
  ### Patch Changes
347
372
 
348
- - Updated dependencies
349
- - @yaswap/client@2.3.0
350
- - @yaswap/errors@2.3.0
351
- - @yaswap/types@2.3.0
352
- - @yaswap/utils@2.3.0
373
+ - Updated dependencies
374
+ - @yaswap/client@2.3.0
375
+ - @yaswap/errors@2.3.0
376
+ - @yaswap/types@2.3.0
377
+ - @yaswap/utils@2.3.0
353
378
 
354
379
  ## 2.2.0
355
380
 
356
381
  ### Minor Changes
357
382
 
358
- - Integrate YA-token/YA-NFT
383
+ - Integrate YA-token/YA-NFT
359
384
 
360
385
  ### Patch Changes
361
386
 
362
- - Updated dependencies
363
- - @yaswap/client@2.2.0
364
- - @yaswap/errors@2.2.0
365
- - @yaswap/types@2.2.0
366
- - @yaswap/utils@2.2.0
387
+ - Updated dependencies
388
+ - @yaswap/client@2.2.0
389
+ - @yaswap/errors@2.2.0
390
+ - @yaswap/types@2.2.0
391
+ - @yaswap/utils@2.2.0
367
392
 
368
393
  ## 2.1.0
369
394
 
370
395
  ### Minor Changes
371
396
 
372
- - Support batch request for Yacoin
397
+ - Support batch request for Yacoin
373
398
 
374
399
  ### Patch Changes
375
400
 
376
- - Updated dependencies
377
- - @yaswap/client@2.1.0
378
- - @yaswap/errors@2.1.0
379
- - @yaswap/types@2.1.0
380
- - @yaswap/utils@2.1.0
401
+ - Updated dependencies
402
+ - @yaswap/client@2.1.0
403
+ - @yaswap/errors@2.1.0
404
+ - @yaswap/types@2.1.0
405
+ - @yaswap/utils@2.1.0
381
406
 
382
407
  ## 2.0.0
383
408
 
384
- - First version
409
+ - First version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaswap/yacoin",
3
- "version": "2.9.4",
3
+ "version": "2.10.1",
4
4
  "description": "",
5
5
  "author": "Yaswap",
6
6
  "homepage": "",
@@ -20,10 +20,10 @@
20
20
  "@types/bitcoinjs-lib": "^5.0.0",
21
21
  "@types/lodash": "^4.14.178",
22
22
  "@types/memoizee": "^0.4.7",
23
- "@yaswap/client": "2.9.4",
24
- "@yaswap/errors": "2.9.4",
25
- "@yaswap/types": "2.9.4",
26
- "@yaswap/utils": "2.9.4",
23
+ "@yaswap/client": "2.10.1",
24
+ "@yaswap/errors": "2.10.1",
25
+ "@yaswap/types": "2.10.1",
26
+ "@yaswap/utils": "2.10.1",
27
27
  "@yaswap/yacoinjs-coinselect": "^1.1.0",
28
28
  "@yaswap/yacoinjs-lib": "^1.3.0",
29
29
  "bip174": "^2.0.1",