Binary Versions
antnode: v0.4.7antctld: v0.13.3antctl: v0.13.3ant: v0.4.10evm-testnet: v0.1.16nat-detection: v0.2.22node-launchpad: v0.5.11
Merged Pull Requests
2025-10-22 #3256 -- fix(bootstrap): drive the dialing process via external loop [@RolandSherwin]
2025-10-23 #3263 -- improvement(autonomi): improve process_tasks_with_max_concurrency performance [@RolandSherwin]
Detailed Changes
API
Fixed
- An inefficient mechanism was being used when various tasks were being processed in parallel. This has been replaced with a more optimised approach. As a result we can expect to see improved performance in various areas, including file downloads and uploads, and quotations.
Bootstrapping
Fixed
- An issue caused the bootstrap process to halt before being connected to the network. It will now correctly stop either when we are connected to the network or have exhausted all the addresses.