Skip to content

Commit 18c008a

Browse files
iohk-bors[bot]coot
andauthored
Merge #5018
5018: Use ouroboros-network-0.3.0.2 and ouroboros-network-framework-0.2.0.1 r=coot a=coot Co-authored-by: Marcin Szamotulski <[email protected]>
2 parents 07b0c71 + 9dfd43f commit 18c008a

File tree

8 files changed

+27
-10
lines changed

8 files changed

+27
-10
lines changed

cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository cardano-haskell-packages
1313
-- See CONTRIBUTING for information about these, including some Nix commands
1414
-- you need to run if you change them
1515
index-state: 2022-09-27T18:00:00Z
16-
index-state: cardano-haskell-packages 2023-02-16T13:42:30Z
16+
index-state: cardano-haskell-packages 2023-03-24T17:48:01Z
1717

1818
packages:
1919
cardano-api

cardano-api/cardano-api.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-api
4-
version: 1.35.6
4+
version: 1.35.7
55
description: The cardano api
66
author: IOHK
77
maintainer: [email protected]

cardano-cli/cardano-cli.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-cli
4-
version: 1.35.6
4+
version: 1.35.7
55
description: The Cardano command-line interface.
66
author: IOHK
77
maintainer: [email protected]

cardano-node-chairman/cardano-node-chairman.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-node-chairman
4-
version: 1.35.6
4+
version: 1.35.7
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-node/ChangeLog.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog for cardano-node
22

3+
## 1.35.7 -- March 2023
4+
5+
### consensus changes
6+
7+
None
8+
9+
### ledger changes
10+
11+
None
12+
13+
### network changes
14+
15+
- Fixed interoperability bug in non-p2p networking code base which was exposed
16+
by p2p nodes. (issue [ouroboros-network#4465])
17+
18+
[ouroboros-network#4465]: https://github.com/input-output-hk/ouroboros-network/issues/4465
19+
320
## 1.35.6 -- Febuary 2023
421

522
### consensus changes

cardano-node/cardano-node.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ library
169169
, ouroboros-consensus-cardano ^>= 0.2
170170
, ouroboros-consensus-protocol
171171
, ouroboros-consensus-shelley
172-
, ouroboros-network ^>= 0.3.0.1
173-
, ouroboros-network-framework ^>= 0.2
172+
, ouroboros-network ^>= 0.3.0.2
173+
, ouroboros-network-framework ^>= 0.2.0.1
174174
, psqueues
175175
, safe-exceptions
176176
, scientific

cardano-testnet/cardano-testnet.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-testnet
4-
version: 1.35.6
4+
version: 1.35.7
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)