File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ changes.
38
38
39
39
- Add ` UDP ` and ` S3 ` examples for ` EventSource ` and ` EventSink ` implementations to ` hydra-node:examples ` .
40
40
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
+
41
46
## [ 0.21.0] - 2025-04-28
42
47
43
48
- New metric for counting the number of active peers: ` hydra_head_peers_connected `
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : hydra-chain-observer
3
- version : 0.21 .0
3
+ version : 0.22 .0
4
4
synopsis : Hydra Chain Observer
5
5
author : IOG
6
6
copyright : 2023 IOG
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : hydra-node
3
- version : 0.21 .0
3
+ version : 0.22 .0
4
4
synopsis : The Hydra node
5
5
author : IOG
6
6
copyright : 2022 IOG
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
name : hydra-tx
3
- version : 0.21 .0
3
+ version : 0.22 .0
4
4
synopsis : Hydra transaction library
5
5
author : IOG
6
6
copyright : 2024 IOG
You can’t perform that action at this time.
0 commit comments