-
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
Enrich FullNode command-line-options #6218
Comments
Other command support, is welcome to talk about it. |
Good idea. |
I want to confirm: Is this feature simply removing the previously compiled solidity.jar and replacing it with Fullnode.jar to assume its functionality, while keeping all logic of the solidity node/fullnode unchanged? |
@angrynurd, yes, keep all logic of the solidity node/full node unchanged. |
@GrothenDI, The previous reason may be unknown, but for now, there are no technical problems in using FullNode.jar to replace solidity.jar. |
Background
Currently, the main service JARs in Java-Tron primarily include FullNode.jar and SolidityNode.jar. FullNode.jar supports three types of nodes: SR Node, FullNode, and LightFullNode. SolidityNode is not supported, but it is recommended that it be supported.
Rationale
Why should this feature exist?
To enrich FullNode command-line options, support SolidityNode, merge FullNode.jar and SolidityNode.jar.
Specification
Merge SolidityNode.jar into FullNode.jar, and start it via
java -jar FullNode.jar --solidity
Scope Of Impact
--solidity
command.The text was updated successfully, but these errors were encountered: