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
..
2026-03-22 19:07:04 +01:00
2026-04-13 18:13:40 +02:00
2026-04-28 20:54:04 +02:00
2026-04-13 18:06:59 +02:00
2025-12-22 19:53:02 +01:00
2025-12-14 17:58:11 +01:00
2024-12-10 21:05:04 +01:00
2026-04-13 18:13:40 +02:00
2026-04-21 07:17:32 +02:00
2026-04-07 06:44:25 +02:00
2026-05-20 17:57:59 +07:00
2026-05-17 20:13:42 +02:00
2026-03-14 16:40:04 +01:00
2026-04-12 19:52:18 +02:00
2025-04-09 19:51:38 +02:00
2025-11-18 19:45:32 +01:00
2025-07-04 18:22:42 +02:00
2026-04-13 20:09:47 +02:00
2024-06-02 13:42:00 +02:00
2025-04-05 18:14:20 +02:00
2026-04-09 06:38:24 +02:00
2025-01-13 18:05:20 +01:00
2025-05-17 16:16:19 +02:00
2025-03-16 09:50:58 +01:00
2025-01-24 19:43:18 +01:00
2026-05-11 18:05:35 +02:00
2026-03-26 07:15:21 +01:00
2024-05-13 07:10:24 +02:00
2026-01-02 12:20:09 +00:00
2025-08-14 09:59:07 +02:00
2025-07-04 18:22:42 +02:00
2026-04-04 14:09:36 +02:00