feat(config): fill whole config items#6430
feat(config): fill whole config items#6430kuny0707 merged 16 commits intotronprotocol:release_v4.8.1from
Conversation
|
|
||
| ## Configuration flile | ||
| 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 found [here](https://github.com/tronprotocol/tron-deployment). | ||
| Get the mainnet configuration file: [config.conf](framework/src/main/resources/config.conf), other network configuration files can be found [here](https://github.com/tronprotocol/tron-deployment). |
There was a problem hiding this comment.
Should we use the configuration from the master branch?
There was a problem hiding this comment.
Docker build needs updating, too.
There was a problem hiding this comment.
This is a relative path, once it is merged into master, it refers to master's file. tron-deployment will sync from this file later, so docker will do nothing.
|
Please ensure these modifications are also updated in tron-deployment. |
|
Will other config files in |
@Federico2014 Other config files are used for test, so don't need to update. |
No problem. |
| # When it is empty,the localwitness is configured with the private key of the witness account. | ||
| # localWitnessAccountAddress = | ||
|
|
||
| localwitness = [ |
There was a problem hiding this comment.
Change to localWitness?
| # ] | ||
|
|
||
| block = { | ||
| needSyncCheck = true |
* fill whole config item * update config.conf * update comment of committee * update comment of storageEnable * add node.rpc.maxRstStream, node.rpc.secondsPerWindow * delete item actuator.whitelist * comments of single line should starts with # * add two items * add config item node.maxTps * add some comments
* fill whole config item * update config.conf * update comment of committee * update comment of storageEnable * add node.rpc.maxRstStream, node.rpc.secondsPerWindow * delete item actuator.whitelist * comments of single line should starts with # * add two items * add config item node.maxTps * add some comments
* fill whole config item * update config.conf * update comment of committee * update comment of storageEnable * add node.rpc.maxRstStream, node.rpc.secondsPerWindow * delete item actuator.whitelist * comments of single line should starts with # * add two items * add config item node.maxTps * add some comments
What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details