Skip to content

Commit a6ef46a

Browse files
authored
Merge pull request #122 from tronprotocol/develop
Release v2.7.24
2 parents 8d3c5aa + 3781a55 commit a6ef46a

File tree

10 files changed

+558
-106
lines changed

10 files changed

+558
-106
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.24__
2+
* Add support for Solidity compiler 0.5.18, 0.6.13, 0.7.7 and 0.8.6
3+
14
__2.7.23__
25
* Add support for Solidity compiler 0.8.0
36

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TronBox v2.7.23
1+
# TronBox v2.7.24
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

@@ -131,13 +131,17 @@ Tron Solidity supported the following versions:
131131
0.5.15
132132
0.5.16
133133
0.5.17
134+
0.5.18
134135
0.6.0
135136
0.6.2
136137
0.6.8
137138
0.6.12
139+
0.6.13
138140
0.7.0
139141
0.7.6
142+
0.7.7
140143
0.8.0
144+
0.8.6
141145
```
142146

143147
more versions details: https://github.com/tronprotocol/solidity/releases
@@ -278,18 +282,18 @@ First, get the version of tronbox dist.tarball
278282
279283
```shell
280284
$ npm view tronbox dist.tarball
281-
https://registry.npmjs.org/tronbox/-/tronbox-2.7.23.tgz
285+
https://registry.npmjs.org/tronbox/-/tronbox-2.7.24.tgz
282286
```
283287
Second, get the tarball
284288
285289
```shell
286-
wget https://registry.npmjs.org/tronbox/-/tronbox-2.7.23.tgz
290+
wget https://registry.npmjs.org/tronbox/-/tronbox-2.7.24.tgz
287291
```
288292
289293
Finally, verify the tarball
290294
291295
```shell
292-
$ pkgsign verify tronbox-2.7.23.tgz --package-name tronbox
296+
$ pkgsign verify tronbox-2.7.24.tgz --package-name tronbox
293297
extracting unsigned tarball...
294298
building file list...
295299
verifying package...

0 commit comments

Comments
 (0)