Releases: tronprotocol/tronbox
Releases · tronprotocol/tronbox
v4.0.0
- Support deploying smart contracts to the EVM-compatible chain
Commands
- In order to deploy to an EVM-compatible blockchain, you need to use an EVM version of the compiler to compile the contract. Please run the following command:
tronbox compile --evm
- Deploy to an EVM-compatible blockchain, such as the BTTC network. Please configure in the configuration file and run the following command:
tronbox migrate --network bttc --evm
- To run the test on an EVM-compatible blockchain, please run the following command:
tronbox test --evm
v3.4.4
- Dropping support for Node.js v16
As part of this release, we are dropping support for Node.js v16. This version of Node.js reached its end-of-life in September of last year. - Optimize the configuration file structure
v3.4.3
- Improve
tronbox compile
output - Upgrade some dependency packages
- Remove some unnecessary dependency packages
v3.4.2
- Add support for Solidity compiler 0.8.20
- Add debug_traceTransaction && debug_storageRangeAt function to debug environment for supporting tronbox/tre docker image.
v3.4.1
- Add support for Solidity compiler 0.8.21
- Bump tronweb from 5.1.0 to 5.3.0