Binary Versions
antnode
: v0.4.6antctld
: v0.13.3antctl
: v0.13.3ant
: v0.4.9evm-testnet
: v0.1.16nat-detection
: v0.2.22node-launchpad
: v0.5.11
Merged Pull Requests
2025-10-15 #3252 -- fix(bootstrap): add timeout and return early if enough addresses [@RolandSherwin]
Detailed Changes
Bootstrapping
Fixed
- Provide a timeout in the bootstrapping process that prevents indefinite waiting to fetch contacts, which in turn could result in a timeout error. We will also now complete bootstrapping when we've obtained five addresses. This fix will apply to the
antnode
andant
binaries, as well as theautonomi
API.