Skip to content

v4.0.0

Compare
Choose a tag to compare
@unicornonea unicornonea released this 10 Aug 05:45
· 492 commits to master since this release
247a1ea
  • support broadcastHex method
  • ignore fullnode version check when calling createToken method
  • update dependencies version
  • add strict mode for pkToAddress method
  • note that bignumber.js is updated to v9.0.1, which is a breaking change. If you get a result after triggerConstantContract or call method, do not use tronWeb.BigNumber(result) which will get null. You can use tronWeb.toBigNumber(result) or tronWeb.BigNumber(result._hex)