Skip to content

Commit d3b76ed

Browse files
authored
Merge pull request #130 from tronprotocol/develop
Release v2.7.25
2 parents a6ef46a + f2ef6c3 commit d3b76ed

File tree

5 files changed

+308
-691
lines changed

5 files changed

+308
-691
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
__2.7.25__
2+
* bump tronweb from 4.0.0 to 4.0.1
3+
14
__2.7.24__
25
* Add support for Solidity compiler 0.5.18, 0.6.13, 0.7.7 and 0.8.6
36

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# TronBox v2.7.24
1+
# TronBox v2.7.25
22
Simple development framework for tronweb
33
**TronBox is a fork of [Truffle](https://www.trufflesuite.com/truffle) [code](https://github.com/trufflesuite/truffle)**
44

5-
[TronBox Documentation](https://troncore.github.io/tronbox-document)
6-
75
## Installation
86
```
97
npm install -g tronbox
@@ -282,18 +280,18 @@ First, get the version of tronbox dist.tarball
282280
283281
```shell
284282
$ npm view tronbox dist.tarball
285-
https://registry.npmjs.org/tronbox/-/tronbox-2.7.24.tgz
283+
https://registry.npmjs.org/tronbox/-/tronbox-2.7.25.tgz
286284
```
287285
Second, get the tarball
288286
289287
```shell
290-
wget https://registry.npmjs.org/tronbox/-/tronbox-2.7.24.tgz
288+
wget https://registry.npmjs.org/tronbox/-/tronbox-2.7.25.tgz
291289
```
292290
293291
Finally, verify the tarball
294292
295293
```shell
296-
$ pkgsign verify tronbox-2.7.24.tgz --package-name tronbox
294+
$ pkgsign verify tronbox-2.7.25.tgz --package-name tronbox
297295
extracting unsigned tarball...
298296
building file list...
299297
verifying package...

0 commit comments

Comments
 (0)