Files
freqtrade/tests
ducky-duke a03ebc8472 fix: coerce bot_managed to bool in _rpc_get_historic_balance
read_sql may return the wallet_history `bot_managed` Boolean column as an
integer dtype (e.g. MySQL/MariaDB TINYINT). results.loc[results["bot_managed"]]
then does label-based indexing instead of boolean masking, raising a KeyError
on GET /api/v1/historic_balance (HTTP 500). Coerce with .astype(bool).
2026-05-20 17:57:59 +07:00
..
2025-12-22 19:53:02 +01:00
2026-04-13 18:13:40 +02:00
2025-11-18 19:45:32 +01:00
2025-04-05 18:14:20 +02:00