Skip to content

Use ouroboros-network-0.3.0.2 and ouroboros-network-framework-0.2.0.1 #5018

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ repository cardano-haskell-packages

-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state: 2022-09-27T18:00:00Z
index-state: cardano-haskell-packages 2023-02-16T13:42:30Z
index-state:
, hackage.haskell.org 2022-09-27T18:00:00Z
, cardano-haskell-packages 2023-03-24T17:48:01Z

packages:
cardano-api
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-api
version: 1.35.6
version: 1.35.7
description: The cardano api
author: IOHK
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-cli
version: 1.35.6
version: 1.35.7
description: The Cardano command-line interface.
author: IOHK
maintainer: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node-chairman
version: 1.35.6
version: 1.35.7
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down
17 changes: 17 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog for cardano-node

## 1.35.7 -- March 2023

### consensus changes

None

### ledger changes

None

### network changes

- Fixed interoperability bug in non-p2p networking code base which was exposed
by p2p nodes. (issue [ouroboros-network#4465])

[ouroboros-network#4465]: https://github.com/input-output-hk/ouroboros-network/issues/4465

## 1.35.6 -- Febuary 2023

### consensus changes
Expand Down
6 changes: 3 additions & 3 deletions cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 1.35.6
version: 1.35.7
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down Expand Up @@ -169,8 +169,8 @@ library
, ouroboros-consensus-cardano ^>= 0.2
, ouroboros-consensus-protocol
, ouroboros-consensus-shelley
, ouroboros-network ^>= 0.3.0.1
, ouroboros-network-framework ^>= 0.2
, ouroboros-network ^>= 0.3.0.2
, ouroboros-network-framework ^>= 0.2.0.1
, psqueues
, safe-exceptions
, scientific
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-testnet
version: 1.35.6
version: 1.35.7
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down
Loading