Skip to content

Commit

Permalink
misc: add v1.13.4 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Slixe committed Aug 21, 2024
1 parent 391d2a3 commit d33986a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ This file contains all the changelogs to ensure that changes can be

To see the full history and exact changes, please refer to the commits history directly.

## v1.13.4

Bug fixes for nodes with less than 2GB of ram, and for nodes having reorg issues.

All:
- Update CLI description/about text.

Daemon:
- Fix rewind / `pop_blocks` function to:
- not delete TXs included in more than one block.
- rewind on sync blocks only
- Reduce Sled cache size from 1 GB to 16 MB to support low devices
- use `--log-level` by default if `--file-log-level` is not provided
- Add option `--internal-cache-size` to config (in bytes) the inner DB cache size
- Add option `--internal-db-mode` to select the DB mode (`slow-space` or `high-throughput`)

## v1.13.3

Bug fixes, add new features, new RPC methods for easier integration including documentation update.
Expand Down

0 comments on commit d33986a

Please sign in to comment.