From 5daf688751aa7edd7fcf80ae2efaded1c0f311cf Mon Sep 17 00:00:00 2001 From: Razvan Barbascu Date: Tue, 4 Apr 2023 19:29:42 +0100 Subject: [PATCH] feat: override NetworkConfig from JSON config (#8871) Added config.experimental.network_config_overrides field. It contains the overrides for the currently default values from NetworkConfig. The JSON config override is done before the CLI overrides. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0522faece4e..cfd30d49342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ * State sync is disabled by default [#8730](https://github.com/near/nearcore/pull/8730) * Node can restart if State Sync gets interrupted. [#8732](https://github.com/near/nearcore/pull/8732) * Merged two `neard view-state` commands: `apply-state-parts` and `dump-state-parts` into a single `state-parts` command. [#8739](https://github.com/near/nearcore/pull/8739) -* Node can sync State from S3. [#8789](https://github.com/near/nearcore/pull/8789) +* Add config.network.experimental.network_config_overrides to the JSON config. [#8871](https://github.com/near/nearcore/pull/8871) ## 1.32.2