Skip to content

Commit

Permalink
feat: override NetworkConfig from JSON config (near#8871)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
VanBarbascu authored and nikurt committed Apr 13, 2023
1 parent ea0b82a commit e3baa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e3baa8e

Please sign in to comment.