Skip to content

Commit 3a0f8f8

Browse files
committed
Add changelog entry
Signed-off-by: Sasha Bogicevic <[email protected]>
1 parent 0d2c351 commit 3a0f8f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ changes.
4343
- This introduces `ToJSON` and `FromJSON` instances on all observation types.
4444
- `CollectComObservation` and `ContestObservation` are made compatible with their `OnChainTx` counterparts.
4545

46+
- Enhanced the error message for `etcd` cluster ID mismatches by including detailed information about
47+
the expected peers versus peers loaded from the `hydra-node` arguments.
48+
4649
## [0.21.0] - 2025-04-28
4750

4851
- New metric for counting the number of active peers: `hydra_head_peers_connected`

hydra-node/src/Hydra/HeadLogic.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ import Hydra.Tx.OnChainId (OnChainId)
103103
import Hydra.Tx.Party (Party (vkey))
104104
import Hydra.Tx.Snapshot (ConfirmedSnapshot (..), Snapshot (..), SnapshotNumber, SnapshotVersion, getSnapshot)
105105

106-
107106
onConnectionEvent :: Text -> Network.Connectivity -> Outcome tx
108107
onConnectionEvent misconfiguredPeers = \case
109108
Network.NetworkConnected ->

0 commit comments

Comments
 (0)