Skip to content

Commit

Permalink
Merge pull request #239 from tronprotocol/release/3.4.4
Browse files Browse the repository at this point in the history
Release/3.4.4
  • Loading branch information
BlueHoopor committed Jul 9, 2024
2 parents 9db5838 + aadd536 commit 845b184
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 3,088 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
__3.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

__3.4.3__
* Improve `tronbox compile` output
* Upgrade some dependency packages
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ $ tronbox(development)>
```
The name in the parentheses of the prompt `tronbox(development)>` is the network that is currently connected to. For details, see [Interact with a Contract](https://developers.tron.network/reference/interact-with-a-contract).<br>
<br>
# Integrity Check

- The package files will be signed using a GPG key pair, and the correctness of the signature will be verified using the following public key:
```
pub: 82C1 BB84 1BFA FD01 9CA6 1ACB E98F C329 87F3 BF76
uid: dev@tronbox.io
```

## Development
To dive deeper into advanced topics of the TronBox project lifecycle, please see the [Official TronBox Documentation](https://developers.tron.network/reference/what-is-tronbox) for guides, tips, and examples.

Expand Down
Loading

0 comments on commit 845b184

Please sign in to comment.