Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CHECKSUMS.txt | 2025-07-02 | 1.0 kB | |
linux-glibc-arm64.zip | 2025-07-02 | 184.5 MB | |
linux-glibc-x64.zip | 2025-07-02 | 186.7 MB | |
linux-musl-arm64.zip | 2025-07-02 | 184.5 MB | |
linux-musl-x64.zip | 2025-07-02 | 188.1 MB | |
macos-arm64.zip | 2025-07-02 | 47.4 MB | |
macos-x64.zip | 2025-07-02 | 49.3 MB | |
windows-x64.zip | 2025-07-02 | 179.7 MB | |
README.md | 2025-07-02 | 1.9 kB | |
Release 3.1.0.0.13 source code.tar.gz | 2025-07-02 | 12.5 MB | |
Release 3.1.0.0.13 source code.zip | 2025-07-02 | 13.3 MB | |
Totals: 11 Items | 1.0 GB | 0 |
This release contains several bugfixes and improvements to 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.1.0.0.13.0, available at: https://github.com/stacks-network/stacks-core/releases/tag/signer-3.1.0.0.13.0.
Added
- Added a new RPC endpoint
/v3/health
to query the node's health status. The endpoint returns a 200 status code with relevant synchronization information (including the node's current Stacks tip height, the maximum Stacks tip height among its neighbors, and the difference between these two). A user can use thedifference_from_max_peer
value to decide what is a good threshold for them before considering the node out of sync. The endpoint returns a 500 status code if the query cannot retrieve viable data. - Improve prometheus metrics to gain more insights into the current state of the mempool -stacks_node_miner_stop_reason_total
: Counts the number of times the miner stopped mining due to various reasons. - Always report the number of transactions mined in the last attempt, even if there were 0
- Added a new option
--hex-file <file_path>
toblockstack-cli contract-call
command, that allows to pass a serialized Clarity value by file. - Added a new option
--postcondition-mode [allow, deny]
toblockstack-cli publish
command, to set the post-condition mode to allow or deny on the transaction (default is deny)
Changed
- Changed default mempool walk strategy to
NextNonceWithHighestFeeRate
Fixed
- Fixed an issue that prevented the correct usage of anchor mode options (
--microblock-only
,--block-only
) when usingblockstack-cli publish
command. - Fix several bugs in the mock-miner that caused it to fail to mine blocks in certain conditions