@bitgo-beta/sdk-coin-ton 1.0.1-beta.97 → 1.0.1-beta.98

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 +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,27 @@
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.15.0 (2024-01-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-ton:** add message id calculation util ([7ced970](https://github.com/BitGo/BitGoJS/commit/7ced970ff81d5893b554e5afc07e1b267232ecb6))
11
+ - **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e))
12
+ - **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198))
13
+ - **sdk-coin-ton:** allow non bouncable address in transaction ([72270e2](https://github.com/BitGo/BitGoJS/commit/72270e20ea7625aea8c25cc695d99fdd5e3a5308))
14
+ - **sdk-coin-ton:** change address format to non bouncable ([4080dac](https://github.com/BitGo/BitGoJS/commit/4080dac1ea3b07bc7c6d11673bc1fb109c743b58))
15
+ - **sdk-coin-ton:** change address format to non-bouncable ([b434438](https://github.com/BitGo/BitGoJS/commit/b4344387bb9287b6578895b1dc360688ff20c6cd))
16
+ - **sdk-coin-ton:** change back address format to bouncable ([08bd603](https://github.com/BitGo/BitGoJS/commit/08bd60313028de99425092ca013fa62bdf6491d6))
17
+ - **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd))
18
+ - **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984))
19
+ - **sdk-coin-ton:** make transfer non bouncable ([3744998](https://github.com/BitGo/BitGoJS/commit/3744998322b17489b7c1c56e8e600bb3ff83c1a0))
20
+ - **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb))
21
+
22
+ ### Features
23
+
24
+ - **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
25
+ - **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
26
+
6
27
  # 1.14.0 (2024-01-09)
7
28
 
8
29
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ton",
3
- "version": "1.0.1-beta.97",
3
+ "version": "1.0.1-beta.98",
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-beta/sdk-core": "8.2.1-beta.230",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.222",
45
- "@bitgo-beta/statics": "15.1.1-beta.233",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.231",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.223",
45
+ "@bitgo-beta/statics": "15.1.1-beta.234",
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-beta/sdk-api": "1.10.1-beta.230",
54
- "@bitgo-beta/sdk-test": "^2.0.0"
53
+ "@bitgo-beta/sdk-api": "1.10.1-beta.231",
54
+ "@bitgo-beta/sdk-test": "^3.0.0"
55
55
  },
56
- "gitHead": "22a5187c340834095d2484dee0e53dc39969dca3"
56
+ "gitHead": "cd59bad3f9abca3b70acdfaad2d03ffde500bda1"
57
57
  }