Skip to content

Commit 59f06b3

Browse files
authored
Merge pull request #5571 from stacks-network/chore/3.1.0.0.2_changelog
Adding changelog for 3.1.0.0.2.x
2 parents 56ded53 + 97910c5 commit 59f06b3

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
99

1010
### Added
1111

12-
- Set the epoch to 3.1 in the Clarity DB upon activation.
13-
1412
### Changed
1513

16-
## [3.1.0.0.1]
17-
18-
### Added
19-
20-
- A miner will now generate a tenure-extend when at least 70% of the signers have confirmed that they are willing to allow one, via the new timestamp included in block responses. This allows the miner to refresh its budget in between Bitcoin blocks. ([#5476](https://github.com/stacks-network/stacks-core/discussions/5476))
21-
22-
### Changed
23-
24-
## [3.1.0.0.0]
14+
## [3.1.0.0.2]
2515

2616
### Added
2717

@@ -30,6 +20,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
3020
- `/v2/clarity/marf/:marf_key_hash`
3121
- `/v2/clarity/metadata/:principal/:contract_name/:clarity_metadata_key`
3222
- When a proposed block is validated by a node, the block can be validated even when the block version is different than the node's default ([#5539](https://github.com/stacks-network/stacks-core/pull/5539))
23+
- A miner will now generate a tenure-extend when at least 70% of the signers have confirmed that they are willing to allow one, via the new timestamp included in block responses. This allows the miner to refresh its budget in between Bitcoin blocks. ([#5476](https://github.com/stacks-network/stacks-core/discussions/5476))
24+
- Set the epoch to 3.1 in the Clarity DB upon activation.
3325

3426
### Changed
3527

stacks-signer/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,18 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1111

1212
## Changed
1313

14-
## [3.1.0.0.1.0]
14+
## [3.1.0.0.2.0]
1515

16-
### Added
16+
## Added
17+
18+
- **SIP-029 consensus rules, activating in epoch 3.1 at block 875,000** (see [SIP-029](https://github.com/will-corcoran/sips/blob/feat/sip-029-halving-alignment/sips/sip-029/sip-029-halving-alignment.md) for details)
1719

1820
### Changed
1921

2022
- Added tenure extend timestamp to signer block responses
2123
- Added tenure_idle_timeout_secs configuration option for determining when a time-based tenure extend will be accepted
2224

25+
2326
## [3.1.0.0.0.0]
2427

2528
### Added

0 commit comments

Comments
 (0)