@@ -7,20 +7,50 @@ assignees: ''
77
88---
99
10+ <!-- Have you done the following? -->
11+ <!-- * Reproduced the issue in the latest version of the software -->
12+ <!-- * Duplicate Issue check: https://github.com/search?q=+is%3Aissue+repo%3Atronprotocol/java-tron -->
13+
1014#### System information
1115
12- java-tron version: ` java -jar FullNode.jar -v `
13- OS & Version: Windows/Linux/OSX
14- Commit hash : (if ` develop ` )
16+
17+ ** Versions**
18+ * Software version: [ ` java -jar FullNode.jar -v ` ]
19+ * Java version: [ ` java -version ` ]
20+ * OS Name & Version: [ ` cat /etc/*release ` ]
21+ * Kernel Version: [ ` uname -a ` ]
22+ * Virtual Machine software & version: [ ` vmware -v ` ]
23+ * Docker Version: [ ` docker version ` ]
24+ * Cloud VM, type, size: [ Amazon Web Services I3-large]
25+ * Node Type: [ e.g. fullNode, liteFullNode]
26+ * Blockchain Net: [ e.g. main, test or private ]
27+ * Commit hash : [ if ` develop ` ]
28+
29+ ** Smart contract information (If you're reporting an issue arising from deploying or calling a smart contract, please supply related information)**
30+ * Solidity version [ ` solc --version ` ]
31+ * Repo with minimal set of deployable/reproducible contract code - please provide a link
32+ * Please include specifics on how you are deploying/calling the contract
33+
34+ ** Additional Information (Add any of the following or anything else that may be relevant)**
35+ * setup info - startup script, config options
36+ * System info - memory、 CPU、network bandwidth, disk type-
1537
1638#### Expected behaviour
39+ <!-- [What you expect to happen] -->
1740
1841
1942#### Actual behaviour
43+ <!-- [What you expect to happen] -->
44+
2045
46+ #### Frequency
47+ <!-- [What percentage of the time does it occur?] -->
2148
2249#### Steps to reproduce the behaviour
2350
51+ 1 . [ Step 1]
52+ 2 . [ Step 2]
53+ 3 . [ Step ...]
2454
2555#### Backtrace
2656
0 commit comments