Remove NextNodeId from config.txt if version of hedera is >= 0.56 #742
Labels
P0
An issue impacting production environments or impacting multiple releases or multiple individuals.
Regression
Behavior that used to work in a released product or service that no longer works with a new release.
released
As of release 0.56, the use of nextNodeId in the config.txt is going away. The PR for this code change is here: hashgraph/hedera-services#15791
Config files which are automatically generated in software upgrades through DAB are automatically correct.
How does this impact you?
In release 0.56 and later you will need to remove the field nextNodeId from any stored config.txt files and any tools which render config.txt files.
Tasks
NOTE: as mentioned above, when we copy the config.txt from the nodes
${constants.HEDERA_HAPI_PATH}/data/upgrade/current/config.txt
, it will already be correct, so no updates are needed for these.The text was updated successfully, but these errors were encountered: