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
Observe correct deposit UTxO in Increment observation (#1924)
This PR fixes the bug we found where increment observation would
pick the wrong deposit UTxO.
---
<!-- Consider each and tick it off one way or the other -->
* [x] CHANGELOG updated or not needed
* [x] Documentation updated or not needed
* [x] Haddocks updated or not needed
* [x] No new TODOs introduced or explained herafter
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ changes.
26
26
ETCD_AUTO_COMPACTION_RETENTION=168h
27
27
```
28
28
29
+
- Fix a bug in increment observation where wrong deposited UTxO was picked up.
30
+
29
31
- Fix a bug where incremental commits / decommits were not correctly observed after restart of `hydra-node`. This was due to incorrect handling of internal chain state [#1894](https://github.com/cardano-scaling/hydra/pull/1894)
30
32
31
33
- Fix a bug where decoding `Party` information from chain would crash the node or chain observer.
0 commit comments