@@ -5,6 +5,41 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
77
8+ ## [ 2.0.11.0.0]
9+
10+ The chainstate directory has been restructured in this release. It is not
11+ compatible with prior chainstate directories.
12+
13+ ## Added
14+
15+ - ` /drop_mempool_tx ` endpoint to notify event observers when a mempool
16+ transaction has been removed the mempool.
17+ - ` "reward_slot_holders" ` field to the ` new_burn_block ` event
18+ - CTRL-C handler for safe shutdown of ` stacks-node `
19+ - Log transactions in local db table via setting env ` STACKS_TRANSACTION_LOG=1 `
20+ - New prometheus metrics for mempool transaction processing times and
21+ outstanding mempool transactions
22+ - New RPC endpoint with path `/v2/traits/contractAddr/contractName/traitContractName
23+ /traitContractAddr/traitName` to determine whether a given trait is implemented
24+ within the specified contract (either explicitly or implicitly).
25+ - Re-activate the Atlas network for propagating and storing transaction
26+ attachments. This re-enables off-chain BNS name storage.
27+ - Re-activate microblock mining.
28+
29+ ## Changed
30+
31+ - Improved chainstate directory layout
32+ - Improved node boot up time
33+ - Better handling of flash blocks
34+ - The ` /v2/pox ` RPC endpoint was updated to include more useful
35+ information about the current and next PoX cycles. For details, see
36+ ` docs/rpc-endpoints.md `
37+
38+ ## Fixed
39+
40+ - Fixed faulty logic in the mempool that was still treating the transaction fee
41+ as a fee rate, which prevented replace-by-fee from working as expected.
42+
843## [ 2.0.10.0.1]
944
1045This is a low-priority hotfix release to address a bug in the deserialization logic. The
@@ -58,6 +93,7 @@ valid block data if its descendant microblock stream is invalid for some reason.
5893
5994- Do not delete a valid parent Stacks block.
6095
96+
6197## [ 2.0.6] - 2021-02-15
6298
6399The database schema has not changed since 2.0.5, so when spinning up a
0 commit comments