Skip to content

Release v1.3.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 12:34
· 263 commits to develop since this release

Compiled 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 in smeshing-opts-datadir used to be resolved relative to the location of the service 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.