Rusty Russell
ea1d233dc1
bookkeeper: test (failing!) for rebalances on restart.
```
lightningd-1 2025-09-22T02:10:10.978Z **BROKEN** plugin-bookkeeper: Unparsable datastore ["bookkeeper","rebalances","1-2"]
```
And, indeed, rebalance is missing:
```
> outbound_ev = only_one([ev for ev in inc_evs if ev['tag'] == 'rebalance_fee'])
tests/test_bookkeeper.py:825:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
arr = []
def only_one(arr):
"""Many JSON RPC calls return an array; often we only expect a single entry
"""
> assert len(arr) == 1
E AssertionError
```
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-10-01 15:35:50 +09:30
..
2025-10-01 13:29:33 +09:30
2025-10-01 15:31:30 +09:30
2025-08-19 13:37:50 +09:30
2025-08-11 11:06:22 +09:30
2025-08-17 09:47:19 +09:30
2025-09-15 11:19:17 +09:30
2025-08-11 11:06:22 +09:30
2025-08-11 11:06:22 +09:30
2025-08-08 14:07:51 +09:30
2025-10-01 15:35:50 +09:30
2025-05-02 13:34:21 -07:00
2025-09-30 11:37:31 +09:30
2025-09-15 11:19:17 +09:30
2025-08-14 19:49:09 +09:30
2025-09-30 11:37:31 +09:30
2025-10-01 12:12:56 +09:30
2025-05-17 13:05:04 -05:00
2025-05-16 22:40:45 +09:30
2025-07-07 11:18:37 +09:30
2025-09-15 11:19:17 +09:30
2025-10-01 12:12:56 +09:30
2025-10-01 15:31:30 +09:30
2025-09-30 11:37:31 +09:30
2025-09-30 11:37:31 +09:30
2025-04-16 08:02:14 +09:30
2024-11-21 14:15:36 +10:30
2025-07-07 11:18:37 +09:30
2024-11-17 14:25:29 +10:30
2025-01-27 11:07:04 +10:30
2024-11-12 06:42:52 +10:30
2025-09-30 11:37:31 +09:30
2025-09-15 11:19:17 +09:30
2025-09-30 11:37:31 +09:30
2025-08-19 13:37:50 +09:30