@xchainjs/xchain-doge 0.2.1 → 0.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-doge",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "description": "Custom Doge client and utilities used by XChain clients",
5
5
  "keywords": [
6
6
  "Xchain",
@@ -32,9 +32,9 @@
32
32
  "postversion": "git push --follow-tags"
33
33
  },
34
34
  "devDependencies": {
35
- "@xchainjs/xchain-client": "^0.11.2",
35
+ "@xchainjs/xchain-client": "^0.12.0",
36
36
  "@xchainjs/xchain-crypto": "^0.2.6",
37
- "@xchainjs/xchain-util": "^0.7.1",
37
+ "@xchainjs/xchain-util": "^0.8.0",
38
38
  "@types/bitcoinjs-lib": "^5.0.0",
39
39
  "@types/wif": "^2.0.2",
40
40
  "axios": "^0.25.0",
@@ -45,9 +45,9 @@
45
45
  "wif": "^2.0.6"
46
46
  },
47
47
  "peerDependencies": {
48
- "@xchainjs/xchain-client": "^0.11.2",
48
+ "@xchainjs/xchain-client": "^0.12.0",
49
49
  "@xchainjs/xchain-crypto": "^0.2.6",
50
- "@xchainjs/xchain-util": "^0.7.1",
50
+ "@xchainjs/xchain-util": "^0.8.0",
51
51
  "axios": "^0.25.0",
52
52
  "bitcoinjs-lib": "^5.2.0",
53
53
  "coininfo": "5.1.0",
package/CHANGELOG.md DELETED
@@ -1,43 +0,0 @@
1
- # v.0.2.1 (2022-05-05)
2
-
3
- ## Update
4
-
5
- - Add `deposit` function to Doge `Client`
6
- - Update latest dependencies
7
- - Add tests for `deposit`
8
-
9
- ## Fix
10
-
11
- - Fix import of `xchain-client`
12
-
13
- # v.0.2.0 (2022-03-23)
14
-
15
- ## Update
16
-
17
- - Fetch `txHex` optionally by scanning UTXOs #489
18
- - Cache list of `txHex`s in `getTxHexFromCache` to avoid same requests for same data #490
19
- - Export `buildTx` (from `utils`) and `getSendTxUrl` (from `blockcypher-api`)
20
-
21
- ## Breaking change
22
-
23
- - Remove unspecific `AddressParams` type
24
-
25
- # v.0.1.2 (2022-02-04)
26
-
27
- - Use latest axios@0.25.0
28
- - xchain-client@0.11.1
29
- - @xchainjs/xchain-util@0.5.1
30
-
31
- # v.0.1.1 (2022-01-19)
32
-
33
- ## ADD
34
-
35
- - Add `getPrefix` to `utils`
36
-
37
- ## REMOVE
38
-
39
- - Remove `nodeUrl` from Client constructor
40
-
41
- # v.0.1.0 (2022-01-15)
42
-
43
- First release