github casper-network/casper-node v1.4.14

latest releases: v1.5.8, v1.5.7, v1.5.6...
17 months ago

Added

  • Node executes new prune process after executing each block, whereby entries under Key::EraInfo are removed in batches of size defined by the new chainspec option [core.prune_batch_size].
  • After executing a switch block, information about that era is stored to global state under a new static key Key::EraSummary.
  • Add a new JSON-RPC endpoint chain_get_era_summary to retrieve the information stored under Key::EraSummary.

Changed

  • Rather than storing an ever-increasing collection of era information after executing a switch block under Key::EraInfo, the node now stores only the information relevant to that era under Key::EraSummary.
  • Update openssl and openssl-sys to latest versions.

Removed

  • Remove TimeDiff, Timestamp and asymmetric key functionality (moved to casper-types crate).

Fixed

  • Fix issue in BlockValidator inhibiting the use of fallback peers to fetch missing deploys.

Don't miss a new casper-node release

NewReleases is sending notifications on new releases.