feat(*): Enrich FullNode command-line-options#6397
feat(*): Enrich FullNode command-line-options#6397kuny0707 merged 1 commit intotronprotocol:release_v4.8.1from
Conversation
6e2544f to
2cb8799
Compare
|
TODO: |
| logger.error("Trust node is not set."); | ||
| return; | ||
| } | ||
| parameter.setSolidityNode(true); |
There was a problem hiding this comment.
will remove this parameter.setSolidityNode(true); effect the respected http/rpc service start?
There was a problem hiding this comment.
make sure you check all related sub-class not depend this value
|
I have a question: |
|
@Sunny6889 Java-tron's support for SolidityNode is still quite valuable, particularly for accelerating historical synchronization. By configuring trusted nodes, SolidityNode can skip the computationally expensive signature verification process, resulting in roughly a 33% reduction in synchronization time. |
@halibobo1205 For SolidityNode it only sync soliditied blocks? Could you share more about where the logic control it? |
899eb51 to
fd42e79
Compare
fd42e79 to
4fcf682
Compare
- `--solidity`: SolidityNode → FullNode - `--keystore`: KeystoreFactory → FullNode - `db convert`: DBConvert → Toolkit
4fcf682 to
21f98b4
Compare
|


close #6218.