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.