Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CHECKSUMS.txt | 2025-08-22 | 894 Bytes | |
linux-glibc-arm64.zip | 2025-08-22 | 30.5 MB | |
linux-glibc-x64.zip | 2025-08-22 | 31.3 MB | |
linux-musl-arm64.zip | 2025-08-22 | 30.5 MB | |
linux-musl-x64.zip | 2025-08-22 | 31.6 MB | |
macos-arm64.zip | 2025-08-22 | 6.9 MB | |
windows-x64.zip | 2025-08-22 | 31.1 MB | |
README.md | 2025-08-22 | 682 Bytes | |
Release signer-3.2.0.0.1.1 source code.tar.gz | 2025-08-22 | 12.6 MB | |
Release signer-3.2.0.0.1.1 source code.zip | 2025-08-22 | 13.4 MB | |
Totals: 10 Items | 188.1 MB | 1 |
This hotfix release adds a new configuration option stackerdb_timeout_secs
, which sets the maximum time the stacks-signer binary will wait for requests to complete (default is 120s).
This release resolves an issue where the stacks-signer binary would wait indefinitely for StackerDB HTTP requests if the remote peer does not close the connection.
The version of stacks-node compatible with this release is 3.2.0.0.1, available at: https://github.com/stacks-network/stacks-core/releases/tag/3.2.0.0.1.
Added
- Introduced
stackerdb_timeout_secs
: config option to set the maximum time (in seconds) the signer will wait for StackerDB HTTP requests to complete.