Skip to content

Commit

Permalink
Merge pull request #476 from tronprotocol/release/v6.0.0-beta.1
Browse files Browse the repository at this point in the history
Release/v6.0.0 beta.1
  • Loading branch information
unicornonea authored Jan 24, 2024
2 parents f1d180c + 53076bf commit ea4a502
Show file tree
Hide file tree
Showing 12 changed files with 408 additions and 144 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ __[tronweb.network](https://tronweb.network)__
- Version built for Node.js v14 and above
- Version built for browsers with more than 0.25% market share

You can access either version specifically from the [dist](dist) folder.
You can access either version specifically from the dist folder.

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

## Recent History

__6.0.0-beta.1__
- Support [TIP586](https://github.com/tronprotocol/tips/blob/master/tip-586.md) with `trx.getBandwidthPrices` and `trx.getEnergyPrices`.
- Support custom block header info when creating transaction.

__6.0.0-beta.0__
- Add full type definition for Typescript.
- Change Default exports to Named exports.
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tronweb",
"version": "6.0.0-beta.0",
"version": "6.0.0-beta.1",
"description": "JavaScript SDK that encapsulates the TRON HTTP API",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
Loading

0 comments on commit ea4a502

Please sign in to comment.