Sure ! Like I said in the other replies, which you seem to have missed, I inverted the two lines
reply
Apparently I cannot go further 2024-07-05 in the parser, due to the lack of price data:
`2024-07-08 14:28:19 - Processing 2024-07-05 (height: 850735)...
2024-07-08 14:28:19 - fetch kraken daily
2024-07-08 14:32:44 - kraken: fetch 1mn
2024-07-08 14:32:44 - binance: fetch 1mn
2024-07-08 14:32:45 - binance: read har file
The application panicked (crashed).
Message: Can't find price for 850839 - 1720211220 - 2024-07-05, please update binance.har file
Location: src/datasets/price/mod.rs:306
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.`
reply
ulimit -s $(ulimit -Hs)
to increse the stack size.