changelog: update

This commit is contained in:
k
2024-10-03 18:37:00 +02:00
parent 5308796bac
commit 1c9d118ba2
2 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
## Datasets
- Added `Sell Side Risk Ratio` to all entities
- Removed datasets split by liquidity for all datasets already split by any address kind, while fun to have it took time to compute and space to store and no one was checking them
- Fixed a lot of values in split by liquidity datasets
## Website
@@ -27,6 +29,7 @@
- Added a `/datasets/last` json file with all the latest values
- 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
## Server

View File

@@ -174,7 +174,7 @@ where
.and_then(|last_key| last_key.to_first_unsafe());
if s.initial_first_unsafe_key.is_none() {
log(&format!("New {path}/{}", Key::map_name()));
log(&format!("Missing dataset: {path}/{}", Key::map_name()));
}
s