github solana-labs/solana v1.14.20
Mainnet - v1.14.20

latest releases: v1.18.17, v1.18.16, v1.18.15...
12 months ago

This is a stable release suitable for use on Mainnet Beta

These crates depends on BLAKE3, which depends on constant_time_eq. BLAKE3 recently bumped their version dependency for constant_time_eq to a version that requires rust v1.66. Dependency projects may encounter a compile error like this:

error: package `constant_time_eq v0.3.0` cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.62.0-dev

There are several ways to resolve this. The simplest is to pin the BLAKE3 version (eg PR #32418)

Changes

  • v1.14: Don't attempt to refresh votes on non voting validators (backport of #32315) (#32355)
  • ci: blake3 =1.3.1 (#32418)
  • v1.14: rolls out merkle shreds to ~5% of mainnet slots (backport of #32337) (#32347)
  • v1.14: Bump openssl from 0.10.48 to 0.10.55 (backport of #32215) (#32218)
  • v1.14: Add metrics for invalid vote timestamps (backport of #32206) (#32207)

Don't miss a new solana release

NewReleases is sending notifications on new releases.