@bitgo-beta/sdk-coin-trx 1.2.3-alpha.103 → 1.2.3-alpha.104

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 +17 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.37.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.37.0) (2024-02-19)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+ - **sdk-coin-trx:** fix withdrawal issue with trx:sun token ([b9866ac](https://github.com/BitGo/BitGoJS/commit/b9866aca9b9ebeb86ebd756eba44abda299ac116))
12
+ - **sdk-coin-trx:** import tron token list from statics ([77a4c3d](https://github.com/BitGo/BitGoJS/commit/77a4c3d147e4234256c9c579d99f291b6abbd7bf))
13
+ - **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9))
14
+ - **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
15
+
16
+ ### Features
17
+
18
+ - **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994))
19
+ - **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce))
20
+ - **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
21
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
22
+
6
23
  # [1.35.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.35.0) (2024-01-30)
7
24
 
8
25
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-trx",
3
- "version": "1.2.3-alpha.103",
3
+ "version": "1.2.3-alpha.104",
4
4
  "description": "BitGo SDK coin library for Tron",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -46,9 +46,9 @@
46
46
  ]
47
47
  },
48
48
  "dependencies": {
49
- "@bitgo-beta/sdk-core": "2.4.1-alpha.103",
50
- "@bitgo-beta/statics": "10.0.1-alpha.103",
51
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.103",
49
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.104",
50
+ "@bitgo-beta/statics": "10.0.1-alpha.104",
51
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.104",
52
52
  "@stablelib/hex": "^1.0.0",
53
53
  "bignumber.js": "^9.0.0",
54
54
  "ethers": "^5.7.2",
@@ -59,9 +59,9 @@
59
59
  "tronweb": "5.1.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@bitgo-beta/sdk-api": "1.6.1-alpha.103",
63
- "@bitgo-beta/sdk-test": "^7.1.0",
62
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.104",
63
+ "@bitgo-beta/sdk-test": "^8.0.0",
64
64
  "shx": "^0.3.4"
65
65
  },
66
- "gitHead": "c54281f90748986399088829aa4af1e3e62f3fc9"
66
+ "gitHead": "76f075ff3183a8090d38c32a49b02593cc5c77ea"
67
67
  }