Skip to content
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

coot/ouroboros network 0.3.0.1 #4891

Merged
merged 4 commits into from
Feb 23, 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
6 changes: 6 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ jobs:
if: runner.os == 'Linux'
run: sudo apt-get -y install autoconf automake libtool

# macOS doesn't come with pkg-config out of the box.
- name: "MAC: Install pkg-config (brew)"
if: runner.os == 'macOS'
run: |
brew install pkg-config

- name: "MAC: Install build environment (brew)"
if: runner.os == 'macOS'
run: |
Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
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-01-26T18:00:00Z
index-state: cardano-haskell-packages 2023-02-16T13:42:30Z

packages:
cardano-api
Expand Down
23 changes: 20 additions & 3 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog for cardano-node

## 1.35.5 -- January 2023
## 1.35.6 -- Febuary 2023

### node changes
### consensus changes

None

### consensus changes
### ledger changes

None

Expand All @@ -25,13 +25,30 @@ None
format will be supported for next two major releases of the node (the last
major version which will support it is `1.37`). (#4563)

- Fixed a tight loop when demoting a peer from hot to warm timeouts
Jimbo4350 marked this conversation as resolved.
Show resolved Hide resolved
(input-output-hk/ouroboros-network#4357).

[#4563]: https://github.com/input-output-hk/cardano-node/issues/4563
[understanding-config-files]: https://github.com/input-output-hk/cardano-node/blob/master/doc/getting-started/understanding-config-files.md

## 1.35.5 -- January 2023
Jimbo4350 marked this conversation as resolved.
Show resolved Hide resolved

### node changes

None

### consensus changes

None

### ledger changes

None

### network changes

None

## 1.35.4 -- October 2022

### node changes
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ library
, ouroboros-consensus-cardano ^>= 0.2
, ouroboros-consensus-protocol
, ouroboros-consensus-shelley
, ouroboros-network ^>= 0.3
, ouroboros-network ^>= 0.3.0.1
, ouroboros-network-framework ^>= 0.2
, psqueues
, safe-exceptions
Expand Down
2 changes: 1 addition & 1 deletion cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ common mtl { build-depends: mtl
common network { build-depends: network >= 3.1.2.1 }
common optparse-applicative-fork { build-depends: optparse-applicative-fork >= 0.16.1.0 }
common ouroboros-consensus-cardano { build-depends: ouroboros-consensus-cardano >= 0.1.0.0 }
common ouroboros-network { build-depends: ouroboros-network >= 0.3.0.0 }
common ouroboros-network { build-depends: ouroboros-network >= 0.3.0.1 }
common prometheus { build-depends: prometheus >= 2.2.2 }
common protolude { build-depends: protolude >= 0.3.0 }
common servant { build-depends: servant >= 0.18.2 }
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.