You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With previous .json config files being replaced in V20.0 with .toml files, we kept the related nano::logging::serialize_json code to support upgrade paths from V19.0 forward. But now that V19.0 is an inactive release we should verify this serialization code and other code related to processing .json config files is removed and cleaned up.
The text was updated successfully, but these errors were encountered:
This improves compile/test times a bit. The json->toml upgrade paths are removed as well. In the unlikely case someone needs to upgrade from v19.x and earlier, the solution is to run a v2x node (prior to this change) to perform the upgrade.
Closesnanocurrency#3530
* Remove json config code
This improves compile/test times a bit. The json->toml upgrade paths are removed as well. In the unlikely case someone needs to upgrade from v19.x and earlier, the solution is to run a v2x node (prior to this change) to perform the upgrade.
Closes#3530
* Remove stat_config json deserialization as well
* Remove stat_config header's deserialize_json and jsonconfig::read_and_update
With previous
.json
config files being replaced in V20.0 with.toml
files, we kept the relatednano::logging::serialize_json
code to support upgrade paths from V19.0 forward. But now that V19.0 is an inactive release we should verify this serialization code and other code related to processing.json
config files is removed and cleaned up.The text was updated successfully, but these errors were encountered: