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
<!-- Describe your change here -->
Follow-up on #2159Fixes#2156
#### Motivation
To fix WS clients trying to recover their state when reconnecting to a
rotated node
#### 🔄 Changes
- Added head state to rotated log event
- Added network info type + projection from network state changed events
- Extended greetings message with network info
#### ⚠️ Unresolved
- To recover pending Increments
> note FIXME! comments
---
<!-- 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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ changes.
10
10
11
11
## [0.23.0] - UNRELEASED
12
12
13
-
- Fix bug where TUI would have out-of-date head status information in the
14
-
presence of event rotation.
13
+
- Fix bug where TUI would have out-of-date head status information
14
+
after restarting on a rotated node (due to event rotation).
15
15
16
16
- Accept additional field `tokens` when depositing to specify different (non-ADA) assets that should be depositted to a Head returning any leftover to the user.
0 commit comments