-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(LiteFullNode): remove LiteFullNodeTool #5650
feat(LiteFullNode): remove LiteFullNodeTool #5650
Conversation
1. add ClearABIServletTest 2. add CreateAccountServletTest 3. CreateAssetIssueServletTest
@@ -239,13 +239,11 @@ createScript(project, 'org.tron.program.SolidityNode', 'SolidityNode') | |||
createScript(project, 'org.tron.program.FullNode', 'FullNode') | |||
createScript(project, 'org.tron.program.KeystoreFactory', 'KeystoreFactory') | |||
createScript(project, 'org.tron.program.DBConvert', 'DBConvert') | |||
createScript(project, 'org.tron.tool.litefullnode.LiteFullNodeTool', 'LiteFullNodeTool') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments should be updated such as this :
* just used in LiteFullNodeTool. |
@@ -66,7 +66,6 @@ DB copy provides a helper which can copy LevelDB or RocksDB data quickly on the | |||
java -jar Toolkit.jar db cp output-directory/database /tmp/databse | |||
``` | |||
|
|||
|
|||
## DB Lite | |||
|
|||
DB lite provides lite database, parameters are compatible with previous `LiteFullNodeTool`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LiteFullNodeTool has been removed ,is it reasonable to quote something not existed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This description is an indication to reference the previous LiteFullNodeTool
instead of using the LiteFullNodeTool
What does this PR do?
1.Remove
LiteFullNodeTool
Code.2.add test case
Why are these changes required?
LiteFullNodeTool
functionality has been replaced byToolkit.jar
.This PR has been tested by:
Follow up
Extra details