Binary Versions
antnode
: v0.3.4antctld
: v0.11.7antctl
: v0.11.7ant
: v0.3.4nat-detection
: v0.2.15node-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 onant file upload
. - Switch from
HashMap
toBTreeMap
for archive to ensure deterministic serialization, which also prevents unnecessary re-uploads. As above, this facilitates the fix for the duplicate payment issue.