Skip to content

Commit a90d729

Browse files
committed
pull in 3.1 changelog
2 parents 0b23362 + 86751a0 commit a90d729

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +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+
1218
- 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)
1327
- New RPC endpoints
1428
- `/v2/clarity/marf/:marf_key_hash`
1529
- `/v2/clarity/metadata/:principal/:contract_name/:clarity_metadata_key`

stacks-signer/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,28 @@ 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+
>>>>>>> chore/3.1.0.0.0_changelog
31+
1732
## [3.0.0.0.4.0]
1833

1934
### Added

0 commit comments

Comments
 (0)