You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ changes.
15
15
16
16
- Accept additional field `amount` when depositing to specify the amount of Lovelace that should be depositted to a Head returning any leftover to the user.
17
17
18
-
- Don't keep around invalid transactions as they could lead to stuck Head.
19
-
20
18
- Hydra API server responds with the correct `Content-Type` header `application-json`.
21
19
22
20
- Add `Environment` to `Greetings` message, enabling clients to access runtime settings.
@@ -72,12 +70,15 @@ when the number of persisted `StateChanged` events exceeds the configured `--per
72
70
73
71
## [0.22.3] - 2025-07-21
74
72
75
-
* Change behavior of `Hydra.Network.Etcd` to fallback to earliest possible
73
+
- Change behavior of `Hydra.Network.Etcd` to fallback to earliest possible
76
74
revision if `last-known-revision` is missing or too old. This can happen if a
77
75
node is down for a long time and the `etcd` cluster compacted the last known
0 commit comments