Skip to content

Commit 9fa68f4

Browse files
committed
Address PR comments for changelog
1 parent 2fc6b5c commit 9fa68f4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## [2.5.0.0.0]
99

10-
This release implements the 2.5 Stacks consensus rules: primarily the instantiation
10+
This release implements the 2.5 Stacks consensus rules which activates at Bitcoin block `839,444`: primarily the instantiation
1111
of the pox-4 contract. For more details see SIP-021.
1212

13-
This release is a consensus-critical release. Nodes which do not update before
14-
the 2.5 activation height will be forked away from the rest of the network. This release
15-
is compatible with 2.4.x chain state directories and does not require resyncing from
16-
genesis. The first time a node boots with this version it will perform some database
17-
migrations which could lengthen the normal node startup time.
13+
This is the first consensus-critical release for Nakamoto. Nodes which do not update before the 2.5 activation height will be forked away from the rest of the network. This release is compatible with 2.4.x chain state directories and does not require resyncing from genesis. The first time a node boots with this version it will perform some database migrations which could lengthen the normal node startup time.
14+
15+
**This is a required release before Nakamoto rules are enabled in 3.0.**
16+
17+
18+
### Timing of Release from 2.5 to 3.0
19+
20+
Activating Nakamoto will include two epochs:
21+
22+
- **Epoch 2.5:** Pox-4 contract is booted up but no Nakamoto consensus rules take effect.
23+
- **Epoch 3:** Nakamoto consensus rules take effect.
1824

1925
### Added
2026

0 commit comments

Comments
 (0)