@bitgo/sdk-coin-ton 1.6.0 → 1.8.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/CHANGELOG.md +30 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,36 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 1.8.0 (2023-11-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
11
+ - **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
12
+ - **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
13
+ - **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
14
+ - **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
15
+
16
+ ### Features
17
+
18
+ - **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
19
+ - **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
20
+
21
+ # 1.7.0 (2023-11-24)
22
+
23
+ ### Bug Fixes
24
+
25
+ - **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
26
+ - **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
27
+ - **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
28
+ - **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
29
+ - **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
30
+
31
+ ### Features
32
+
33
+ - **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
34
+ - **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
35
+
6
36
  # 1.6.0 (2023-11-17)
7
37
 
8
38
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-ton",
3
- "version": "1.6.0",
3
+ "version": "1.8.0",
4
4
  "description": "BitGo SDK coin library for Ton",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo/sdk-core": "^12.0.0",
44
- "@bitgo/sdk-lib-mpc": "^8.19.0",
45
- "@bitgo/statics": "^33.0.0",
43
+ "@bitgo/sdk-core": "^14.0.0",
44
+ "@bitgo/sdk-lib-mpc": "^8.21.0",
45
+ "@bitgo/statics": "^35.0.0",
46
46
  "bignumber.js": "^9.0.0",
47
47
  "bn.js": "^5.2.1",
48
48
  "lodash": "^4.17.21",
@@ -50,8 +50,8 @@
50
50
  "tweetnacl": "^1.0.3"
51
51
  },
52
52
  "devDependencies": {
53
- "@bitgo/sdk-api": "^1.28.0",
54
- "@bitgo/sdk-test": "^1.2.47"
53
+ "@bitgo/sdk-api": "^1.30.0",
54
+ "@bitgo/sdk-test": "^1.2.49"
55
55
  },
56
- "gitHead": "86a78ae6923c86c1cbd2dc3c425911ce3d2c0757"
56
+ "gitHead": "132200b0bd403c02e20dc13df337a40968a2f830"
57
57
  }