·
206 commits
to main
since this release
Added
- Improved logging of snapshot digests (#7300)
- Node will now retry when fetching snapshots. This is controlled with
command.join.fetch_snapshot_max_attemptsandcommand.join.fetch_snapshot_retry_interval. (#7317) - Remove pyopenssl (#7297)
- Fix missing -devel package dependencies (#7345)
Changed
- The
submit_recovery_share.shscript 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 theccf_cose_sign1tool it relies on cannot be found) (#7306) - Snapshot fetching attempts to re-use the TLS sessions whenever possible (#7321)