File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ changes.
30
30
- Change to the ` ReqSn ` message in the Hydra network protocol
31
31
- Added ` DepositExpired ` for when a deposit was deemed expired.
32
32
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
+
33
38
## [ 0.21.0] - 2025-04-28
34
39
35
40
- ** BREAKING** Switch to using ` etcd ` internally to establish a reliable L2 network
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