Skip to content

Commit

Permalink
Merge pull request #4220 from input-output-hk/jordan/release-1.35-deps
Browse files Browse the repository at this point in the history
Release 1.35.2
  • Loading branch information
Jimbo4350 authored Jul 23, 2022
2 parents 2db0d48 + 4d32397 commit 7612a24
Show file tree
Hide file tree
Showing 12 changed files with 59 additions and 22 deletions.
2 changes: 1 addition & 1 deletion bench/cardano-topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-topology
version: 1.35.1
version: 1.35.2
description: A cardano topology generator
author: IOHK
maintainer: operations@iohk.io
Expand Down
15 changes: 6 additions & 9 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger
tag: 3be8a19083fc13d9261b1640e27dd389b51bb08e
--sha256: 0dvm9l43mp1i34bcywmznd0660hhcfxwgawypk9q1hjkml1i41z3
tag: ebcf1a8936dd84de0182d54004473f4ce66c7923
--sha256: 1nx07kcjhj39alarr0bxw9viw3m6flfr8d14g2a3crymf6hxwg36
subdir:
eras/alonzo/impl
eras/alonzo/test-suite
Expand Down Expand Up @@ -263,8 +263,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: a65c29b6a85e90d430c7f58d362b7eb097fd4949
--sha256: 1fmab5hmi1y8lss97xh6hhikmyhsx9x31yhvg6zpr2kcq7kc6qkf
tag: cb9eba406ceb2df338d8384b35c8addfe2067201
--sha256: 066llskxzjgcs13lwlvklb28azb9kd9b77j61x8fvrj1rlf5njfw
subdir:
monoidal-synchronisation
network-mux
Expand Down Expand Up @@ -300,8 +300,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/plutus
tag: f680ac6979e069fcc013e4389ee607ff5fa6672f
--sha256: 180jq8hd0jlg48ya7b5yw3bnd2d5czy0b1agy9ng3mgnzpyq747i
tag: a3fba9f4e776c38bc54cb9a1c1cae82d2338b718
--sha256: 1vy4fwrq5jbghwkfgnrd5c22zjv8ym9y2j8g38pq50da4nfyv3dh
subdir:
plutus-core
plutus-ledger-api
Expand Down Expand Up @@ -346,9 +346,6 @@ package snap-server
package comonad
flags: -test-doctests

package cardano-ledger-alonzo-test
tests: False

allow-newer:
*:aeson,
monoidal-containers:aeson,
Expand Down
6 changes: 5 additions & 1 deletion cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog for cardano-api

## 1.35.1 -- July 2022
## 1.35.2 -- July 2022

None

## 1.35.1 -- July 2022 (not released)

None

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.1
version: 1.35.2
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
6 changes: 5 additions & 1 deletion cardano-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog for cardano-cli

## 1.35.1 -- July 2022
## 1.35.2 -- July 2022

None

## 1.35.1 -- July 2022 (not released)

None

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.1
version: 1.35.2
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
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.1
version: 1.35.2
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
30 changes: 29 additions & 1 deletion cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog for cardano-node

## 1.35.1 -- July 2022
## 1.35.2 -- July 2022

### node changes

- Bump Babbage to report it supports 7.1 in block header (#4211)
- Update Plutus, Ledger, and Network dependencies (#4220)

### consensus changes

- The obsolete node check in the new 'Praos' protocol was not performing the
check that was intended. It is supposed to check that the current protocol
version is no greater than the max major protocol version. It was instead
checking that the max major protocol version was not greater than the
protocol version listed in the block header (which is currently not supposed
to have any semantic meaning, and is used to manually check the readiness
of the network for a hard fork). Note that this mistake is only in the Praos
protocol, not in TPraos. The consequence of this incorrect check is that
nodes will not properly halt after a hard fork when they do not have the
required software for the hard fork. (#3891)

### network changes

None

### ledger changes

- Update plutus #2917

## 1.35.1 -- July 2022 (not released)

### 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
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 1.35.1
version: 1.35.2
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
8 changes: 6 additions & 2 deletions cardano-submit-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
# Changelog for Cardano-submit-api

## 1.35.1 -- July 2022
## 1.35.2 -- July 2022

None

## 1.35.1 -- July 2022 (not released)

None

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.1
version: 1.35.2
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.1}
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.2}
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -15,7 +15,7 @@ services:
max-file: "10"

cardano-submit-api:
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.1}
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.2}
environment:
- NETWORK=${NETWORK:-mainnet}
depends_on:
Expand Down

0 comments on commit 7612a24

Please sign in to comment.