File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ changes.
39
39
40
40
- Label threads, queues and vars.
41
41
42
+ - ** BREAKING** Enable handling client recover in all head states.
43
+
42
44
## [ 0.22.4] - 2025-08-05
43
45
44
46
- Fix API not correctly handling event log rotation. This was evident in not
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ spec = around (showLogsOnFailure "EndToEndSpec") $ do
307
307
withBackend (contramap FromCardanoNode tracer) tmpDir $ \ blockTime backend -> do
308
308
publishHydraScriptsAs backend Faucet
309
309
>>= rejectCommit tracer tmpDir blockTime backend
310
- fit " can recover deposit" $ \ tracer -> do
310
+ it " can recover deposit" $ \ tracer -> do
311
311
withClusterTempDir $ \ tmpDir -> do
312
312
withBackend (contramap FromCardanoNode tracer) tmpDir $ \ _ backend -> do
313
313
publishHydraScriptsAs backend Faucet
You can’t perform that action at this time.
0 commit comments