Releases: stacks-network/stacks-core
Release 2.4.0.0.4
remove missing packags from ci
Release 2.4.0.0.3
Merge pull request #4011 from stacks-network/feat/hotfix-traits fix: fix trait handler and cut release
Release 2.4.0.0.2
This is a hotfix that changes the logging failure behavior from panicking to dropping
the log message (PR #3784).
Release 2.4.0.0.0
This is a consensus-breaking release to revert consensus to PoX, and is the second fork proposed in SIP-022.
Fixed
- PoX is re-enabled and stacking resumes starting at Bitcoin block
791551
- Peer network id is updated to
0x18000009
- Adds the type sanitization described in SIP-024
This release is compatible with chainstate directories from 2.1.0.0.x and 2.3.0.0.x
Release 2.3.0.0.2
This is a high-priority hotfix release to address a bug in the stacks-node miner logic which could impact miner availability.
This release is compatible with chainstate directories from 2.3.0.0.x and 2.1.0.0.x
Release 2.3.0.0.1
chore: updating changelog
Release 2.3.0.0.0
Release 2.2.0.0.1
This is a consensus-breaking release to address a bug and DoS vector in pox-2's stack-increase function. Additional context and rationale can be found in SIP-022.
This release is compatible with chainstate directories from 2.1.0.0.x.
Upgrade timing estimate: https://stacks-network.github.io/when-rewards/2.2/
Release 2.1.0.0.3
fix: neon_node unprocessed_block behavior
Release 2.1.0.0.2
This software update is a hotfix to resolve improper unlock handling in mempool admission. This release's chainstate directory is compatible with chainstate directories from 2.1.0.0.1.
Fixed
- Fix mempool admission logic's improper handling of PoX unlocks. This would cause users to get spurious NotEnoughFunds rejections when trying to submit their transactions (#3623)