Skip to content

6.0.15

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Oct 12:20
· 206 commits to main since this release
7b26cb2

Added

  • Improved logging of snapshot digests (#7300)
  • Node will now retry when fetching snapshots. This is controlled with command.join.fetch_snapshot_max_attempts and command.join.fetch_snapshot_retry_interval. (#7317)
  • Remove pyopenssl (#7297)
  • Fix missing -devel package dependencies (#7345)

Changed

  • The submit_recovery_share.sh script will no longer try to create a virtual environment and install the CCF Python package on every call. Instead it will return an error if the package is not installed (specifically if the ccf_cose_sign1 tool it relies on cannot be found) (#7306)
  • Snapshot fetching attempts to re-use the TLS sessions whenever possible (#7321)