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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
[1.4.0] - 2021-10-14
Casper Node (casper-node/node/)
Added
Add enable_manual_sync boolean option to [contract_runtime] in the config.toml which enables manual LMDB sync.
Add new event to the main SSE server stream accessed via <IP:Port>/events/main which emits hashes of expired deploys.
Add contract_runtime_execute_block histogram tracking execution time of a whole block.
Long-running events now log their event type.
Individual weights for traffic throttling can now be set through the configuration value network.estimator_weights.
Add consensus.highway.max_request_batch_size configuration parameter. Defaults to 20.
New histogram metrics deploy_acceptor_accepted_deploy and deploy_acceptor_rejected_deploy that track how long the initial verification took.
Add gzip content negotiation (using accept-encoding header) to rpc endpoints.
Add state_get_trie JSON-RPC endpoint.
Add info_get_validator_changes JSON-RPC endpoint and REST endpoint validator-changes that return the status changes of active validators.
Changed
The following Highway timers are now separate, configurable, and optional (if the entry is not in the config, the timer is never called):
standstill_timeout causes the node to restart if no progress is made.
request_state_interval makes the node periodically request the latest state from a peer.
log_synchronizer_interval periodically logs the number of entries in the synchronizer queues.
Add support for providing node uptime via the addition of an uptime parameter in the response to the /status endpoint and the info_get_status JSON-RPC.
Support building and testing using stable Rust.
Log chattiness in debug or lower levels has been reduced and performance at info or higher slightly improved.
The following parameters in the [gossip] section of the config has been renamed: