From 4cdc9ef9b3ab288765af4f06e4a4523510d5e4d1 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 9 Oct 2024 00:39:25 +0200 Subject: [PATCH] changelog: update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4d65945..c6c217d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ - Added `--rpcconnect` parameter to the config - Added handling of SIGINT and SIGTERM terminal signals which menas you can now safely CTRL+C or kill the parser while it's exporting - Added config print at the start of the program +- Compressed `empty_address_data` struct to save space (should shave of between 25 and 50% of the `address_index_to_empty_address_data` database) ## Server