Release v1.3.7
Pre-releaseCompiled Binaries
What's Changed
Go-spacemesh v1.3.7
#5502
Increase limits of p2p messages to compensate for the increased number of nodes on the network.#5479
p2p: make AutoNAT service limits configurable. This helps with AutoNAT dialback to determine
nodes' reachability status.#5490
The path insmeshing-opts-datadir
used to be resolved relative to the location of theservice
binary when running
the node in supervised mode. This is no longer the case. The path is now resolved relative to the current working
directory.#5489
Fix problem in POST proving where too many files were opened at the same time.#5498
Reduce the default number of CPU cores that are used for verifying incoming ATXs to half of the available cores.#5500
Make fetch request timeout configurable.
Add separate metric for failed p2p server requests.
Adjust deadline during long reads and writes, reducing "i/o deadline exceeded" errors.
Make routing discovery more configurable and less spammy by default.