Skip to content

Denali Upgrade

Pre-release
Pre-release
Compare
Choose a tag to compare
@StephenButtolph StephenButtolph released this 24 Jun 18:59
· 9358 commits to master since this release
e30f00c

This release is compatible with the Denali testnet.

Improvements include:

  • Public admin API RPCs are now duplicated to the info endpoint. These duplicated calls are deprecated on the admin API. Once network services (wallet + faucet + explorer) are moved to the info API they'll be removed.
  • Security improvements around how open the RPC is and openness of the admin API.
  • Security improvements around how we generate staking keys + certs.
  • NAT traversal is improved.
  • Various improvements were made around reducing memory allocations.
  • Removed some duplicated DB writes, which should improve disk IO usage.
  • Removed excessive logs dumped from the plugins.
  • Rate limit bootstrapping fetches, this should reduce CPU utilization on staking nodes.
  • Added new metrics to track poll durations.
  • Added early termination conditions to network polls.