Skip to content

Releases: stacks-network/stacks-core

Release 2.4.0.0.4

08 Nov 06:06
Compare
Choose a tag to compare
remove missing packags from ci

Release 2.4.0.0.3

25 Oct 02:19
e53ba10
Compare
Choose a tag to compare
Merge pull request #4011 from stacks-network/feat/hotfix-traits

fix: fix trait handler and cut release

Release 2.4.0.0.2

10 Oct 22:26
Compare
Choose a tag to compare

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

22 May 23:10
Compare
Choose a tag to compare

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

09 May 21:36
Compare
Choose a tag to compare

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

08 May 21:35
Compare
Choose a tag to compare
chore: updating changelog

Release 2.3.0.0.0

02 May 20:26
6741e3c
Compare
Choose a tag to compare

2.3.0.0.0
Tx and read-only calls to functions with traits as parameters are rejected with unchecked TypeValueError.
Additional context and rationale can be found in SIP-023.

This release is compatible with chainstate directories from 2.1.0.0.x.

Release 2.2.0.0.1

28 Apr 01:40
Compare
Choose a tag to compare

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

12 Apr 16:09
Compare
Choose a tag to compare
fix: neon_node unprocessed_block behavior

Release 2.1.0.0.2

20 Mar 20:24
a3feafd
Compare
Choose a tag to compare

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)