Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovaacs committed Mar 25, 2024
1 parent d29e140 commit ff6383b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ More expansive patch notes and explanations may be found in the specific [pathfi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Pathfinder now supports storing only the latest state of the Merkle tries. This can be enabled by specifying '--storage.prune-merkle-tries true' on the command line when creating a new database.
- When enabled, storage proofs can be generated only for the latest block.
- Pruned merkle tries take significantly less disk space than full ones.
- Pathfinder stores this setting in its database and defaults to using that.
- Once set pruning cannot be enabled/disabled for non-empty databases.

## [0.11.3] - 2024-03-13

### Fixed
Expand Down

0 comments on commit ff6383b

Please sign in to comment.