Skip to content

Commit b108d09

Browse files
authored
Merge pull request #5550 from stacks-network/chore/tenure-extend-changelog
Tenure extend changelog
2 parents 1c4a4f6 + c4a2c44 commit b108d09

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
## [3.1.0.0.1]
15+
16+
### Added
17+
18+
- 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))
19+
20+
### Changed
21+
22+
## [3.1.0.0.0]
23+
24+
### Added
25+
26+
- **SIP-029 consensus rules, activating in epoch 3.1 at block 875,000** (see [SIP-029](https://github.com/stacksgov/sips/blob/main/sips/sip-029/sip-029-halving-alignment.md) for details)
1227
- New RPC endpoints
1328
- `/v2/clarity/marf/:marf_key_hash`
1429
- `/v2/clarity/metadata/:principal/:contract_name/:clarity_metadata_key`

stacks-signer/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## Added
11+
12+
## Changed
13+
14+
## [3.1.0.0.1.0]
15+
1016
### Added
1117

1218
### Changed
1319

1420
- Added tenure extend timestamp to signer block responses
1521
- Added tenure_idle_timeout_secs configuration option for determining when a time-based tenure extend will be accepted
1622

23+
## [3.1.0.0.0.0]
24+
25+
### Added
26+
27+
- **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)
28+
29+
### Changed
30+
1731
## [3.0.0.0.4.0]
1832

1933
### Added

0 commit comments

Comments
 (0)