Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "tronweb", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "JavaScript SDK that encapsulates the TRON HTTP API", | ||
@@ -5,0 +5,0 @@ "main": "dist/TronWeb.node.js", |
@@ -145,3 +145,3 @@ <h1 align="center"> | ||
fullNode: 'https://some-node.tld', | ||
solidityNode: 'https://some-other-node.tld' | ||
solidityNode: 'https://some-other-node.tld', | ||
eventServer: 'https://some-event-server.tld', | ||
@@ -171,2 +171,9 @@ privateKey: 'your private key' | ||
## Recent History | ||
__2.8.1__ | ||
* Add options `keepTxID` to show also the txID when triggering a contract with `shouldPollResponse` | ||
__2.8.0__ | ||
* Improve in the plugin architecture allows someone to implement a full lib at the same level of Trx and TransactionBuilder | ||
__2.7.4__ | ||
@@ -173,0 +180,0 @@ * Fix bugs of trx.getBrokerage and trx.getReward function |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3188199
248