Skip to content

2024.12.1.9

Latest
Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 14 Jan 18:17
26eee3a

Binary Versions

  • antnode: v0.3.4
  • antctld: v0.11.7
  • antctl: v0.11.7
  • ant: v0.3.4
  • nat-detection: v0.2.15
  • node-launchpad: v0.5.3

Merged Pull Requests

2025-01-08 #2599 -- refactor(autonomi): deterministic archive [@b-zee]

Detailed Changes

Client

Fixed

  • Remove uploaded timestamp from archive metadata to prevent unnecessary re-uploads when archive contents remain unchanged. This ensures we do not charge when uploading the same file more than once on ant file upload.
  • Switch from HashMap to BTreeMap for archive to ensure deterministic serialization, which also prevents unnecessary re-uploads. As above, this facilitates the fix for the duplicate payment issue.