diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e8a808a..25395bc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/parser/src/structs/generic_map.rs b/parser/src/structs/generic_map.rs index 1175963d7..04f6ff1db 100644 --- a/parser/src/structs/generic_map.rs +++ b/parser/src/structs/generic_map.rs @@ -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