Skip to content

Commit

Permalink
Merge #4354
Browse files Browse the repository at this point in the history
4354: Release ouroboros-consensus-cardano 0.2.0.0 r=Jasagredo a=Jasagredo

# Description

Release version 0.2.0.0 of the `ouroboros-consensus-cardano` bundle. See the [changelog](https://github.com/input-output-hk/ouroboros-network/tree/release-consensus-cardano-0.2.0.0/ouroboros-consensus-cardano/CHANGELOG.md#0200--2023-02-09).


Co-authored-by: Javier Sagredo <javier.sagredo@iohk.io>
  • Loading branch information
iohk-bors[bot] and jasagredo committed Feb 10, 2023
2 parents 4351404 + 056793f commit 5607163
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 67 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-byron-test
version: 0.1.0.0
version: 0.2.0.0
synopsis: Test infrastructure for Byron
description: Test infrastructure for Byron.
license: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion ouroboros-consensus-byron/ouroboros-consensus-byron.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-byron
version: 0.1.0.0
version: 0.2.0.0
synopsis: Byron ledger integration in the Ouroboros consensus layer
description: Byron ledger integration in the Ouroboros consensus layer.
license: Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-byronspec
version: 0.1.0.0
version: 0.2.0.0
synopsis: ByronSpec ledger integration in the Ouroboros consensus layer
description: ByronSpec ledger integration in the Ouroboros consensus layer.
license: Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-cardano-test
version: 0.1.0.0
version: 0.2.0.0
synopsis: Test of the instantation of the Ouroboros consensus layer used by Cardano
description: Test of the instantation of the Ouroboros consensus layer used by Cardano.
license: Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-cardano-tools
version: 0.1.0.0
version: 0.2.0.0
synopsis: Programmatically synthesize and analyse a ChainDB
description: Programmatically synthesize and analyse a ChainDB.
license: Apache-2.0
Expand Down
26 changes: 26 additions & 0 deletions ouroboros-consensus-cardano/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,29 @@ If you have any doubts, please consult the [release
process](../ouroboros-consensus/docs/ReleaseProcess.md).

# Changelog entries

<a id='changelog-0.2.0.0'></a>
## 0.2.0.0 — 2023-02-09

### Patch

- Remove redundant proxy argument for `ledgerDbTip`.

### Non-Breaking

- Adapted to the new reorganization of Mempool modules in `ouroboros-consensus`.

### Breaking

#### Added:
- `Conway` to `CardanoEras`
- `NodeToNodeV_11` and `NodeToClientV_15`, both of which enable Conway.
- Conway-related type and pattern synonyms. Eg `StandardConway`, `HeaderConway`,
`GentTxConway`, etc.

#### Changed

- The `protocolInfoTPraosShelleyBased` and `protocolInfoPraosShelleyBased`
functions now expect a tuple of the `AdditionalGenesisConfig` and the
`TranslationContext` instead of just the `TranslationContext`. For all
Shelley-based eras before Conway, those had been equal types.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-cardano
version: 0.1.0.0
version: 0.2.0.0
synopsis: The instantation of the Ouroboros consensus layer used by Cardano
description: The instantation of the Ouroboros consensus layer used by Cardano.
license: Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-shelley-test
version: 0.1.0.0
version: 0.2.0.0
synopsis: Test infrastructure for Shelley
description: Test infrastructure for Shelley.
license: Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: ouroboros-consensus-shelley
version: 0.1.0.0
version: 0.2.0.0
synopsis: Shelley ledger integration in the Ouroboros consensus layer
description: Shelley ledger integration in the Ouroboros consensus layer.
license: Apache-2.0
Expand Down

0 comments on commit 5607163

Please sign in to comment.