-
Notifications
You must be signed in to change notification settings - Fork 753
Open
Description
Description
We no longer maintain old protocol versions in nearcore codebase. It means we can also remove the corresponding runtime parameters.
Guide
The process involves removing yaml parameter files for old protocol versions as well as removing unused parameters from parameters.yaml and enum Parameter.
Let's consider the process of removing X.yaml.
- Check if parameters changed in
X.yamlcan be completely removed. That is the case if parameter is not updated in any of the later files. In that case just inline the latest value and remove the parameter. Note that need to keep parameters as part ofVMConfigViewfor backward compatibility.
- Remove
X.yamlfile.
Metadata
Metadata
Assignees
Labels
No labels