Daan van Etten
02d53ff3b5
Add fallback for 'bd blocked' command when daemon is running ( #71 )
...
The 'blocked' command doesn't have RPC support in the daemon yet.
When the daemon is running, store is nil, causing a panic.
This fix detects when daemon is running but store is nil, and opens
a direct database connection as a fallback. This allows the command
to work even when the daemon is active, until proper RPC support
is added.
2025-10-17 15:17:17 -07:00
..
2025-10-17 11:24:39 -07:00
2025-10-16 17:44:58 -07:00
2025-10-16 20:50:40 -07:00
2025-10-17 00:03:54 -07:00
2025-10-17 15:16:08 -07:00
2025-10-16 19:18:23 -07:00
2025-10-17 15:17:01 -07:00
2025-10-17 13:50:20 -07:00
2025-10-15 14:52:29 -07:00
2025-10-15 17:19:16 -07:00
2025-10-15 02:57:10 -07:00
2025-10-15 20:09:24 -07:00
2025-10-17 00:09:26 -07:00
2025-10-17 11:24:39 -07:00
2025-10-15 17:51:09 -07:00
2025-10-15 23:38:47 -07:00
2025-10-16 23:13:22 -07:00
2025-10-16 00:49:41 -07:00
2025-10-17 10:56:52 -07:00
2025-10-14 13:21:08 -07:00
2025-10-15 23:38:47 -07:00
2025-10-17 01:15:39 -07:00
2025-10-17 15:17:17 -07:00
2025-10-16 17:05:27 -07:00
2025-10-16 21:29:20 -07:00
2025-10-16 21:21:17 -07:00
2025-10-16 21:51:35 -07:00
2025-10-15 17:06:59 -07:00
2025-10-15 16:31:11 -07:00
2025-10-16 18:06:53 -07:00
2025-10-16 17:11:54 -07:00
2025-10-16 12:43:43 -07:00
2025-10-17 00:33:27 -07:00