Skip to content

Commit 845b184

Browse files
authored
Merge pull request #239 from tronprotocol/release/3.4.4
Release/3.4.4
2 parents 9db5838 + aadd536 commit 845b184

File tree

8 files changed

+232
-3088
lines changed

8 files changed

+232
-3088
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__3.4.4__
2+
* Dropping support for Node.js v16
3+
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.
4+
* Optimize the configuration file structure
5+
16
__3.4.3__
27
* Improve `tronbox compile` output
38
* Upgrade some dependency packages

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@ $ tronbox(development)>
7272
```
7373
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>
7474
<br>
75+
# Integrity Check
76+
77+
- 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:
78+
```
79+
pub: 82C1 BB84 1BFA FD01 9CA6 1ACB E98F C329 87F3 BF76
80+
uid: dev@tronbox.io
81+
```
82+
7583
## Development
7684
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.
7785

0 commit comments

Comments
 (0)