Skip to content

Commit cfa4a0e

Browse files
committed
Bump versions and update changelog
1 parent c741722 commit cfa4a0e

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
@@ -30,6 +30,11 @@ changes.
3030
- Change to the `ReqSn` message in the Hydra network protocol
3131
- Added `DepositExpired` for when a deposit was deemed expired.
3232

33+
- Switch `hydra-chain-observer` to use `HeadObservation` when reporting observations to `hydra-explorer`.
34+
- Most observation types got changed quite a lot to match the previously used `OnChainTx`.
35+
- This introduces `ToJSON` and `FromJSON` instances on all observation types.
36+
- `CollectComObservation` and `ContestObservation` are made compatible with their `OnChainTx` counterparts.
37+
3338
## [0.21.0] - 2025-04-28
3439

3540
- **BREAKING** Switch to using `etcd` internally to establish a reliable L2 network

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)