You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/ask-a-question.md
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,9 @@
2
2
name: Ask a question
3
3
about: Something is unclear
4
4
title: ''
5
-
labels: ''
5
+
labels: 'type:docs'
6
6
assignees: ''
7
7
8
8
---
9
-
10
-
<!-- Please answer these questions before submitting your issue. Thanks! -->
11
-
12
-
### System information
13
-
14
-
java-tron version: `java -jar FullNode.jar -v`
15
-
OS & Version: Windows/Linux/OSX
16
-
17
-
18
-
### 1. What did you do?
19
-
<!--If possible, provide a recipe for reproducing the error. -->
20
-
21
-
22
-
### 2. What did you expect to see?
23
-
24
-
25
-
26
-
### 3. What did you see instead?
27
-
9
+
This should only be used in very rare cases e.g. if you are not 100% sure if something is a bug or asking a question that leads to improving the documentation. For general questions please use [Discord](https://discord.gg/cGKSsRVCGm) or [Telegram](https://t.me/TronOfficialDevelopersGroupEn).
# Use only 'java' to analyze code written in Java, Kotlin or both
27
+
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
28
+
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
29
+
30
+
steps:
31
+
- name: Checkout repository
32
+
uses: actions/checkout@v3
33
+
34
+
# Initializes the CodeQL tools for scanning.
35
+
- name: Initialize CodeQL
36
+
uses: github/codeql-action/init@v2
37
+
with:
38
+
languages: ${{ matrix.language }}
39
+
# If you wish to specify custom queries, you can do so here or in a config file.
40
+
# By default, queries listed here will override any specified in a config file.
41
+
# Prefix the list here with "+" to use these queries and those in the config file.
42
+
43
+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
44
+
# queries: security-extended,security-and-quality
45
+
46
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
47
+
# If this step fails, then you should remove it and run the build manually (see below)
48
+
- name: Autobuild
49
+
uses: github/codeql-action/autobuild@v2
50
+
51
+
# ℹ️ Command-line programs to run using the OS shell.
52
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
53
+
54
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
55
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,14 @@
42
42
</p>
43
43
44
44
## Table of Contents
45
-
-[What’s TRON?](#What’s-TRON)
46
-
-[Building the Source Code](#Building-the-source)
47
-
-[Getting the Source Code](#Getting-the-Source-Code)
48
-
-[Build](#Build)
49
-
-[Running java-tron](#Running-java-tron)
50
-
-[Community](#Community)
51
-
-[Contribution](#Contribution)
52
-
-[Resources](#Resources)
53
-
-[License](#License)
45
+
-[What’s TRON?](#whats-tron)
46
+
-[Building the Source Code](#building-the-source)
47
+
-[Running java-tron](#running-java-tron)
48
+
-[Community](#community)
49
+
-[Contribution](#contribution)
50
+
-[Resources](#resources)
51
+
-[Integrity Check](#integrity-check)
52
+
-[License](#license)
54
53
55
54
## What's TRON?
56
55
@@ -63,7 +62,7 @@ TRON is a project dedicated to building the infrastructure for a truly decentral
63
62
TRON enables large-scale development and engagement. With over 2000 transactions per second (TPS), high concurrency, low latency, and massive data transmission. It is ideal for building decentralized entertainment applications. Free features and incentive systems allow developers to create premium app experiences for users.
64
63
65
64
# Building the source
66
-
Building java-tron requires `git` and `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
65
+
Building java-tron requires `git` and 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
67
66
68
67
Clone the repo and switch to the `master` branch
69
68
@@ -79,7 +78,7 @@ $ ./gradlew clean build -x test
79
78
80
79
81
80
# Running java-tron
82
-
Running java-tron requires `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
81
+
Running java-tron requires 64-bit version of `Oracle JDK 1.8` to be installed, other JDK versions are not supported yet. Make sure you operate on `Linux` and `MacOS` operating systems.
83
82
84
83
Get the mainnet configuration file: [main_net_config.conf](https://github.com/tronprotocol/tron-deployment/blob/master/main_net_config.conf), other network configuration files can be find [here](https://github.com/tronprotocol/tron-deployment).
Please see [Releases](https://github.com/tronprotocol/java-tron/releases). We recommend using the [most recently released version](https://github.com/tronprotocol/java-tron/releases/latest).
3
+
4
+
## Reporting a Vulnerability
5
+
**Please do not file a public ticket** mentioning the vulnerability.
6
+
To find out how to report a vulnerability in TRON, visit [https://hackerone.com/tron_dao](https://hackerone.com/tron_dao?type=team) or email [[email protected]](mailto:[email protected]).
7
+
Please read the [disclosure policy](https://www.hackerone.com/disclosure-guidelines) for more information about publicly disclosed security vulnerabilities.
0 commit comments