Skip to content

Commit f6d5196

Browse files
committed
Bump versions and update changelog
1 parent f7b3d20 commit f6d5196

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ changes.
3838

3939
- Add `UDP` and `S3` examples for `EventSource` and `EventSink` implementations to `hydra-node:examples`.
4040

41+
- Switch `hydra-chain-observer` to use `HeadObservation` when reporting observations to `hydra-explorer`.
42+
- Most observation types got changed quite a lot to match the previously used `OnChainTx`.
43+
- This introduces `ToJSON` and `FromJSON` instances on all observation types.
44+
- `CollectComObservation` and `ContestObservation` are made compatible with their `OnChainTx` counterparts.
45+
4146
## [0.21.0] - 2025-04-28
4247

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

hydra-chain-observer/hydra-chain-observer.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: hydra-chain-observer
3-
version: 0.21.0
3+
version: 0.22.0
44
synopsis: Hydra Chain Observer
55
author: IOG
66
copyright: 2023 IOG

hydra-node/hydra-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: hydra-node
3-
version: 0.21.0
3+
version: 0.22.0
44
synopsis: The Hydra node
55
author: IOG
66
copyright: 2022 IOG

hydra-tx/hydra-tx.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: hydra-tx
3-
version: 0.21.0
3+
version: 0.22.0
44
synopsis: Hydra transaction library
55
author: IOG
66
copyright: 2024 IOG

0 commit comments

Comments
 (0)