Skip to content

Commit e389def

Browse files
committed
Include non-p2p interoperability fix.
Includes fix for IntersectMBO/ouroboros-network#4465.
1 parent 07b0c71 commit e389def

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
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-node/ChangeLog.md

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

3+
## vNext
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

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)