Skip to content

Commit 7801c47

Browse files
authored
Merge pull request #2669 from blockstack/feat/changelog
Update changelog for 2.0.11.1.0
2 parents 12b210a + 9671d2d commit 7801c47

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8+
## [2.0.11.1.0]
9+
10+
This software update is our monthly release. It introduces fixes and features for both developers and miners.
11+
This release's chainstate directory is compatible with chainstate directories from 2.0.11.0.0.
12+
13+
## Added
14+
15+
- `/new_microblock` endpoint to notify event observers when a valid microblock
16+
has been received (#2571).
17+
- Added new features to `clarity-cli` (#2597)
18+
- Exposing new mining-related metrics in prometheus (#2664)
19+
- Miner's computed relative miner score as a percentage
20+
- Miner's computed commitment, the min of their previous commitment and their median commitment
21+
- Miner's current median commitment
22+
- Add `key-for-seed` command to the `stacks-node` binary - outputs the associated secret key hex string
23+
and WIF formatted secret key for a given "seed" value (#2658).
24+
25+
## Changed
26+
27+
- Improved mempool walk order (#2514).
28+
- Renamed database `tx_tracking.db` to `tx_tracking.sqlite` (#2666).
29+
30+
## Fixed
31+
32+
- Alter the miner to prioritize spending the most recent UTXO when building a transaction,
33+
instead of the largest UTXO. In the event of a tie, it uses the smallest UTXO first (#2661).
34+
- Fix trait rpc lookups for implicitly implemented traits (#2602).
35+
- Fix `v2/pox` endpoint, broken on Mocknet (#2634).
36+
- Align cost limits on mocknet, testnet and mainnet (#2660).
37+
838
## [2.0.11.0.0]
939

1040
The chainstate directory has been restructured in this release. It is not

0 commit comments

Comments
 (0)