Skip to content

Commit

Permalink
Release version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
v0d1ch committed Nov 17, 2022
1 parent 2018bc4 commit b8573f7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion hydra-cardano-api/hydra-cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hydra-cluster/hydra-cluster.cabal
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion hydra-node/hydra-node.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hydra-tui/hydra-tui.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b8573f7

Please sign in to comment.