Skip to content

Commit 86ac0a7

Browse files
author
Sunny Jiao
committed
feat(dependencies): bump libp2p from 2.2.6 to 2.2.7 (#6481)
* update libp2p from 2.2.6 to 2.2.7 * add pom file (+4 squashed commits) Squashed commits: [d0bdaf0] revert changes [6b14bdb] JDK 8 [d279184] modify start.sh.simple [e24693a] update (+1 squashed commit) Squashed commits: [b54aed3] revert commitee config for proposalExpireTime
1 parent e132811 commit 86ac0a7

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Make sure you operate on `Linux` or `MacOS` operating systems, other operating s
9898
## Architecture
9999

100100
### X86_64
101-
Requires 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet.
101+
Requires 64-bit version of `Oracle JDK 8` to be installed, other JDK versions are not supported yet.
102102

103103
### ARM64
104104
Requires 64-bit version of `JDK 17` to be installed, other JDK versions are not supported yet.
@@ -261,3 +261,4 @@ Thank you for considering to help out with the source code! If you'd like to con
261261
# License
262262

263263
java-tron is released under the [LGPLv3 license](https://github.com/tronprotocol/java-tron/blob/master/LICENSE).
264+

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
api 'org.aspectj:aspectjrt:1.9.8'
2323
api 'org.aspectj:aspectjweaver:1.9.8'
2424
api 'org.aspectj:aspectjtools:1.9.8'
25-
api group: 'com.github.tronprotocol', name: 'libp2p', version: 'release-v2.2.7-SNAPSHOT',{
25+
api group: 'io.github.tronprotocol', name: 'libp2p', version: '2.2.7',{
2626
exclude group: 'io.grpc', module: 'grpc-context'
2727
exclude group: 'io.grpc', module: 'grpc-core'
2828
exclude group: 'io.grpc', module: 'grpc-netty'

framework/src/main/resources/config.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ committee = {
759759
# allowTvmBlob = 0
760760
# consensusLogicOptimization = 0
761761
# allowOptimizedReturnValueOfChainId = 0
762-
# proposalExpireTime
763762
}
764763

765764
event.subscribe = {

gradle/verification-metadata.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -846,16 +846,16 @@
846846
<sha256 value="8719f349cd542ae3ce523ac3992513a8c04020621bc86e880a79afa5f1aaf589" origin="Generated by Gradle"/>
847847
</artifact>
848848
</component>
849-
<component group="io.github.tronprotocol" name="libp2p" version="2.2.6">
850-
<artifact name="libp2p-2.2.6.jar">
851-
<sha256 value="b56584e6b6906b143fc915382aed5a6d98d8c5a5162fdb3320f58ef6f89e33e1" origin="Generated by Gradle"/>
849+
<component group="io.github.tronprotocol" name="libp2p" version="2.2.7">
850+
<artifact name="libp2p-2.2.7.jar">
851+
<sha256 value="6cf446b68723299e41189bd17d1605544ec4e8bada3830c7fa54d043b22b2208" origin="Generated by Gradle"/>
852852
</artifact>
853-
<artifact name="libp2p-2.2.6.module">
854-
<sha256 value="5eae986fb325d159eedba81e1173738597048ac8b3ac171d6cd03bd7bfb398d1" origin="Generated by Gradle"/>
855-
</artifact>
856-
<artifact name="libp2p-2.2.6.pom">
857-
<sha256 value="6481cca729eee0f9ed796d3db601e890452eb0ed94d2f70bdb33ccd1816ae17d" origin="Generated by Gradle"/>
853+
<artifact name="libp2p-2.2.7.module">
854+
<sha256 value="8dcf317770be76db50d2f5dd694f5b0edba98e2bf147626d9b49bbd888669689" origin="Generated by Gradle"/>
858855
</artifact>
856+
<artifact name="libp2p-2.2.7.pom">
857+
<sha256 value="91ddb2a384207b401efa0d68b84f06ff9151fce8843e1ece3e5cf63875c1cd84" origin="Generated by Gradle"/>
858+
</artifact>
859859
</component>
860860
<component group="io.github.tronprotocol" name="zksnark-java-sdk" version="1.0.0">
861861
<artifact name="zksnark-java-sdk-1.0.0.jar">

start.sh.simple

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232

3333
# adjust JVM start
34-
# Set the minimum heap size to 9G, adjust as needed
35-
VM_XMS="9G"
3634
# Set the maximum heap size to 9G, adjust as needed
3735
VM_XMX="9G"
3836
# adjust JVM end
@@ -131,7 +129,7 @@ startService() {
131129
fi
132130

133131
nohup "$JAVACMD" \
134-
-Xms"$VM_XMS" -Xmx"$VM_XMX" \
132+
-Xmx"$VM_XMX" \
135133
-XX:+UseZGC \
136134
-Xlog:gc,gc+heap:file=gc.log:time,tags,level:filecount=10,filesize=100M \
137135
-XX:ReservedCodeCacheSize=256m \

0 commit comments

Comments
 (0)