Skip to content

2024.10.2.1

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 07 Oct 14:40

Binary Versions

  • faucet: v0.5.3
  • nat-detection: v0.2.7
  • node-launchpad: v0.3.19
  • safe: v0.95.3
  • safenode: v0.111.4
  • safenodemand: v0.10.6
  • safenode-manager: v0.10.6
  • sn_auditor: v0.3.3

🔦 Highlights

Our internal testing indicated the increased chunk size had a significant positive impact on upload speed.

Merged Pull Requests

2024-10-03 #2189 -- fix(CI): fix bootstrap peer parsing error [@maqi]
2024-10-03 #2188 -- fix(node_manager): lowercase owner for discord [@mazzi]
2024-10-03 #2187 -- chore(node): change MAX_RECORDS_COUNT to 16k [@maqi]
2024-10-04 #2195 -- chore(node-launchpad): more logging [@mazzi]
2024-10-04 #2193 -- feat(manager): limit the max number of safenode log files [@RolandSherwin]

Detailed Changes

Network

Changed

  • Increase chunk size to 4MB with node size remaining at 32GB
  • Bootstrap peer parsing in CI was changed to accommodate new log format in libp2p

Node Manager

Added

  • The add command has new --max-log-files and --max-archived-log-files arguments to support capping node log output

Fixed

  • The Discord username on the --owner argument will always be converted to lower case

Launchpad

Added

  • Increased logging related to app configuration. This could help solving issues on launchpad start up.