Skip to content

Commit 4d32397

Browse files
committed
Release 1.35.2
Adding version 1.35.2 Adding change logs, and updating versions in cabal files, for 1.35.2
1 parent c75451f commit 4d32397

File tree

12 files changed

+59
-22
lines changed

12 files changed

+59
-22
lines changed

bench/cardano-topology/cardano-topology.cabal

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

33
name: cardano-topology
4-
version: 1.35.1
4+
version: 1.35.2
55
description: A cardano topology generator
66
author: IOHK
77
maintainer: [email protected]

cabal.project

+6-9
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ source-repository-package
197197
source-repository-package
198198
type: git
199199
location: https://github.com/input-output-hk/cardano-ledger
200-
tag: 3be8a19083fc13d9261b1640e27dd389b51bb08e
201-
--sha256: 0dvm9l43mp1i34bcywmznd0660hhcfxwgawypk9q1hjkml1i41z3
200+
tag: ebcf1a8936dd84de0182d54004473f4ce66c7923
201+
--sha256: 1nx07kcjhj39alarr0bxw9viw3m6flfr8d14g2a3crymf6hxwg36
202202
subdir:
203203
eras/alonzo/impl
204204
eras/alonzo/test-suite
@@ -263,8 +263,8 @@ source-repository-package
263263
source-repository-package
264264
type: git
265265
location: https://github.com/input-output-hk/ouroboros-network
266-
tag: a65c29b6a85e90d430c7f58d362b7eb097fd4949
267-
--sha256: 1fmab5hmi1y8lss97xh6hhikmyhsx9x31yhvg6zpr2kcq7kc6qkf
266+
tag: cb9eba406ceb2df338d8384b35c8addfe2067201
267+
--sha256: 066llskxzjgcs13lwlvklb28azb9kd9b77j61x8fvrj1rlf5njfw
268268
subdir:
269269
monoidal-synchronisation
270270
network-mux
@@ -300,8 +300,8 @@ source-repository-package
300300
source-repository-package
301301
type: git
302302
location: https://github.com/input-output-hk/plutus
303-
tag: f680ac6979e069fcc013e4389ee607ff5fa6672f
304-
--sha256: 180jq8hd0jlg48ya7b5yw3bnd2d5czy0b1agy9ng3mgnzpyq747i
303+
tag: a3fba9f4e776c38bc54cb9a1c1cae82d2338b718
304+
--sha256: 1vy4fwrq5jbghwkfgnrd5c22zjv8ym9y2j8g38pq50da4nfyv3dh
305305
subdir:
306306
plutus-core
307307
plutus-ledger-api
@@ -346,9 +346,6 @@ package snap-server
346346
package comonad
347347
flags: -test-doctests
348348

349-
package cardano-ledger-alonzo-test
350-
tests: False
351-
352349
allow-newer:
353350
*:aeson,
354351
monoidal-containers:aeson,

cardano-api/ChangeLog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog for cardano-api
22

3-
## 1.35.1 -- July 2022
3+
## 1.35.2 -- July 2022
4+
5+
None
6+
7+
## 1.35.1 -- July 2022 (not released)
48

59
None
610

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.1
4+
version: 1.35.2
55
description: The cardano api
66
author: IOHK
77
maintainer: [email protected]

cardano-cli/ChangeLog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog for cardano-cli
22

3-
## 1.35.1 -- July 2022
3+
## 1.35.2 -- July 2022
4+
5+
None
6+
7+
## 1.35.1 -- July 2022 (not released)
48

59
None
610

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.1
4+
version: 1.35.2
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.1
4+
version: 1.35.2
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-node/ChangeLog.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog for cardano-node
22

3-
## 1.35.1 -- July 2022
3+
## 1.35.2 -- July 2022
4+
5+
### node changes
6+
7+
- Bump Babbage to report it supports 7.1 in block header (#4211)
8+
- Update Plutus, Ledger, and Network dependencies (#4220)
9+
10+
### consensus changes
11+
12+
- The obsolete node check in the new 'Praos' protocol was not performing the
13+
check that was intended. It is supposed to check that the current protocol
14+
version is no greater than the max major protocol version. It was instead
15+
checking that the max major protocol version was not greater than the
16+
protocol version listed in the block header (which is currently not supposed
17+
to have any semantic meaning, and is used to manually check the readiness
18+
of the network for a hard fork). Note that this mistake is only in the Praos
19+
protocol, not in TPraos. The consequence of this incorrect check is that
20+
nodes will not properly halt after a hard fork when they do not have the
21+
required software for the hard fork. (#3891)
22+
23+
### network changes
24+
25+
None
26+
27+
### ledger changes
28+
29+
- Update plutus #2917
30+
31+
## 1.35.1 -- July 2022 (not released)
432

533
### node changes
634

cardano-node/cardano-node.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
4-
version: 1.35.1
4+
version: 1.35.2
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

cardano-submit-api/CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Changelog
1+
# Changelog for Cardano-submit-api
22

3-
## 1.35.1 -- July 2022
3+
## 1.35.2 -- July 2022
4+
5+
None
6+
7+
## 1.35.1 -- July 2022 (not released)
48

59
None
610

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.1
4+
version: 1.35.2
55
description: The cardano full node
66
author: IOHK
77
maintainer: [email protected]

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.5"
22

33
services:
44
cardano-node:
5-
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.1}
5+
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.2}
66
environment:
77
- NETWORK=${NETWORK:-mainnet}
88
volumes:
@@ -15,7 +15,7 @@ services:
1515
max-file: "10"
1616

1717
cardano-submit-api:
18-
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.1}
18+
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.2}
1919
environment:
2020
- NETWORK=${NETWORK:-mainnet}
2121
depends_on:

0 commit comments

Comments
 (0)