Releases: ava-labs/avalanchego
Releases · ava-labs/avalanchego
Denali Upgrade
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.
Denali Upgrade
This node version is compatible with the AVA incentivized testnet.
- Capped memory consumption by the networking library.
- Removed race condition in the chain router.
- Improved failure isolation of chains.
- Added node version to the admin API.
- Improved logging.
Denali Upgrade
This node version is compatible with the AVA incentivized testnet.
- Fixed bootstrapping vote tallying to properly weight the bootstrap nodes while syncing the P-Chain.
- Fixed incorrect invalid block caching on the P-Chain.
- Improved bootstrapping logging and performance.
Denali Upgrade
This node version is compatible with the AVA incentivized testnet. The client has improved bootstrapping, additional APIs, and various bug fixes.
Denali release
This is the official release of the Denali node. This node version is compatible with the AVA incentivized testnet.
Cascade release
This is the first official release of the cascade node.