Crates.io | near-dyn-configs |
lib.rs | near-dyn-configs |
version | |
source | src |
created_at | 2022-11-05 09:10:03.828659+00 |
updated_at | 2025-03-06 16:37:58.321503+00 |
description | Dynamic configure helpers for the near codebase |
homepage | |
repository | https://github.com/near/nearcore |
max_upload_size | |
id | 705691 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Dynamic config helpers for the NEAR codebase.
This crate contains utilities that allow to reconfigure the node while it is running.
Make changes to log_config.json
and send SIGHUP
signal to the neard
process.
Makes changes to config.json
and send SIGHUP
signal to the neard
process.
expected_shutdown
: the specified block height neard will gracefully shutdown at.config.json
The changes to other fields of config.json
will be silently ignored as long as
config.json
remains a valid json object and passes internal validation.
Please be careful about making changes to config.json
because when a node
starts (or restarts), it checks the validity of the config files and crashes if
detects any issues.