From b8573f7d7e60c869f9489e915e678ab1c80a6ec1 Mon Sep 17 00:00:00 2001 From: Sasha Bogicevic Date: Thu, 17 Nov 2022 15:57:49 +0100 Subject: [PATCH] Release version 0.8.1 --- CHANGELOG.md | 7 +++---- hydra-cardano-api/hydra-cardano-api.cabal | 2 +- hydra-cluster/hydra-cluster.cabal | 2 +- hydra-node/hydra-node.cabal | 2 +- hydra-tui/hydra-tui.cabal | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31cb9a847d1..da626d44931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ changes. + The `chainState` does not include read-only chain context information anymore (is smaller now). + Include the `chainState` in `InvalidStateToPost` errors. + Moved received transaction ids into `RolledForward` log message. + + Reduce log size by removing ChainContext. [#598](https://github.com/input-output-hk/hydra-poc/issues/598) - **BREAKING** Changed internal wallet logs to help with debugging [#600](https://github.com/input-output-hk/hydra-poc/pull/600) + Split `ApplyBlock` into `BeginUpdate` and `EndUpdate` @@ -24,11 +25,9 @@ changes. + This history will be stored in the `server-output` file in `--persistence-dir`. + Clients should use `Greetings` to identify the end of a [restart/replay of events](https://hydra.family/head-protocol/core-concepts/behavior#replay-of-past-server-outputs). -- *Fixes and Improvements* about persistency in `hydra-node`: - + Store the L1 point in state to catch-up on restart. [599](https://github.com/input-output-hk/hydra-poc/issues/599) - + Reduce log size by removing ChainContext. [#598](https://github.com/input-output-hk/hydra-poc/issues/598) +- Fixed observing the chain for Hydra L1 transactions after restart. [599](https://github.com/input-output-hk/hydra-poc/issues/599) -- hydra-cardano-api now published in [iohk hackage instance](https://input-output-hk.github.io/cardano-haskell-packages/package/hydra-cardano-api-0.8.0/). [#504](https://github.com/input-output-hk/hydra-poc/issues/504) +- `hydra-cardano-api` now published on [Cardano Haskell Packages (CHaP)](https://input-output-hk.github.io/cardano-haskell-packages/package/hydra-cardano-api-0.8.0/). [#504](https://github.com/input-output-hk/hydra-poc/issues/504) ## [0.8.0] - 2022-10-27 diff --git a/hydra-cardano-api/hydra-cardano-api.cabal b/hydra-cardano-api/hydra-cardano-api.cabal index 3ca22e2810f..f0086869875 100644 --- a/hydra-cardano-api/hydra-cardano-api.cabal +++ b/hydra-cardano-api/hydra-cardano-api.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: hydra-cardano-api -version: 0.9.0 +version: 0.8.1 synopsis: A Haskell API for Cardano, tailored to the Hydra project. author: IOG copyright: 2022 IOG diff --git a/hydra-cluster/hydra-cluster.cabal b/hydra-cluster/hydra-cluster.cabal index 29222236544..b8fb6ef271e 100644 --- a/hydra-cluster/hydra-cluster.cabal +++ b/hydra-cluster/hydra-cluster.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: hydra-cluster -version: 0.9.0 +version: 0.8.1 synopsis: Integration test suite using a local cluster of cardano and hydra nodes diff --git a/hydra-node/hydra-node.cabal b/hydra-node/hydra-node.cabal index 29b4b604a88..ab766328317 100644 --- a/hydra-node/hydra-node.cabal +++ b/hydra-node/hydra-node.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: hydra-node -version: 0.9.0 +version: 0.8.1 synopsis: The Hydra node author: IOG copyright: 2022 IOG diff --git a/hydra-tui/hydra-tui.cabal b/hydra-tui/hydra-tui.cabal index 0abf9d9451e..e321d61e98e 100644 --- a/hydra-tui/hydra-tui.cabal +++ b/hydra-tui/hydra-tui.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hydra-tui -version: 0.9.0 +version: 0.8.1 synopsis: TUI for managing a Hydra node description: TUI for managing a Hydra node author: IOG