Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CHECKSUMS.txt | 2025-08-14 | 894 Bytes | |
linux-glibc-arm64.zip | 2025-08-14 | 184.5 MB | |
linux-glibc-x64.zip | 2025-08-14 | 187.3 MB | |
linux-musl-arm64.zip | 2025-08-14 | 184.8 MB | |
linux-musl-x64.zip | 2025-08-14 | 188.6 MB | |
macos-arm64.zip | 2025-08-14 | 47.4 MB | |
windows-x64.zip | 2025-08-14 | 180.1 MB | |
README.md | 2025-08-13 | 843 Bytes | |
Release 3.2.0.0.1 source code.tar.gz | 2025-08-13 | 12.6 MB | |
Release 3.2.0.0.1 source code.zip | 2025-08-13 | 13.4 MB | |
Totals: 10 Items | 998.6 MB | 0 |
This release contains several bugfixes and improvements in the stacks-node and stacks-signer binaries, ensuring more consistent block production.
This release is compatible with chainstate directories from 3.x.x.x.x.
The version of stacks-signer compatible with this release is 3.2.0.0.1.0, available at: https://github.com/stacks-network/stacks-core/releases/tag/signer-3.2.0.0.1.0.
This is a highly recommended upgrade for signers
Added
- Adds node-config-docsgen to automatically create config documentation (#6227)
Fixed
- Fixed a typo in the metrics_identifier route from
/v2/stackedb/:principal/:contract_name/replicas
to/v2/stackerdb/:principal/:contract_name/replicas
. Note: This may be a breaking change for systems relying on the incorrect route. Please update any metrics tools accordingly.