Skip to content

Commit

Permalink
Docs: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pavitthrap committed Feb 3, 2022
1 parent 8c7dc19 commit ba627d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
value and a MARF proof of its existence. (#2862)
- Fixed a bug in the unconfirmed state processing logic that could lead to a
denial of service (node crash) for nodes that mine microblocks (#2970)
- Added prometheus metric that tracks block fullness by logging the percentage of each
cost dimension that is consumed in a given block (#3025).


### Changed
- Updated the mined block event. It now includes information on transaction
Expand Down Expand Up @@ -65,6 +68,8 @@ half (#2989, #3005).
burnchain reorg can get stuck, and be rendered unable to process further
sortitions. This has never happened in production, but it can be replicated in
tests (#2989).
- Updated what indices are created, and ensures that indices are created even
after the database is initialized (#3029).

### Fixed
- Updates the lookup key for contracts in the pessimistic cost estimator. Before, contracts
Expand Down

0 comments on commit ba627d5

Please sign in to comment.