Skip to content

Commit ea4a502

Browse files
authored
Merge pull request #476 from tronprotocol/release/v6.0.0-beta.1
Release/v6.0.0 beta.1
2 parents f1d180c + 53076bf commit ea4a502

File tree

12 files changed

+408
-144
lines changed

12 files changed

+408
-144
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ __[tronweb.network](https://tronweb.network)__
4444
- Version built for Node.js v14 and above
4545
- Version built for browsers with more than 0.25% market share
4646

47-
You can access either version specifically from the [dist](dist) folder.
47+
You can access either version specifically from the dist folder.
4848

4949
TronWeb is also compatible with frontend frameworks such as:
5050
- Angular
@@ -177,6 +177,10 @@ Contact the team at https://cn.developers.tron.network/docs/online-technical-sup
177177

178178
## Recent History
179179

180+
__6.0.0-beta.1__
181+
- Support [TIP586](https://github.com/tronprotocol/tips/blob/master/tip-586.md) with `trx.getBandwidthPrices` and `trx.getEnergyPrices`.
182+
- Support custom block header info when creating transaction.
183+
180184
__6.0.0-beta.0__
181185
- Add full type definition for Typescript.
182186
- Change Default exports to Named exports.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tronweb",
3-
"version": "6.0.0-beta.0",
3+
"version": "6.0.0-beta.1",
44
"description": "JavaScript SDK that encapsulates the TRON HTTP API",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)