Skip to content

Commit

Permalink
Merge #5018
Browse files Browse the repository at this point in the history
5018: Use ouroboros-network-0.3.0.2 and ouroboros-network-framework-0.2.0.1 r=disassembler a=coot



Co-authored-by: Marcin Szamotulski <coot@coot.me>
  • Loading branch information
iohk-bors[bot] and coot committed Mar 25, 2023
2 parents 07b0c71 + 9dfd43f commit b0e61be
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Expand Up @@ -13,7 +13,7 @@ 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: cardano-haskell-packages 2023-03-24T17:48:01Z

packages:
cardano-api
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
@@ -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: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
@@ -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: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
@@ -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: operations@iohk.io
Expand Down
17 changes: 17 additions & 0 deletions cardano-node/ChangeLog.md
@@ -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
4 changes: 2 additions & 2 deletions cardano-node/cardano-node.cabal
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
@@ -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: operations@iohk.io
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b0e61be

Please sign in to comment.