Skip to content

Commit 62f3847

Browse files
committed
Prepare 1.26.1 release.
1 parent 9aa6962 commit 62f3847

File tree

8 files changed

+42
-5
lines changed

8 files changed

+42
-5
lines changed

cardano-api/ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog for cardano-api
22

3+
## 1.26.1 -- March 2021
4+
5+
- The cardano-submit-api now takes transactions encoded as CBOR rather than
6+
JSON. This reverts a change to existing behaviour for backwards compatibility.
7+
(#2491, #2512)
8+
- Remove a backwards-compatibility workaround related to the optional query
9+
point (#2241 below) when querying the NodeLocalState. This had resulted in
10+
spurious notifications of disconnection in the logs. Note that as a
11+
consequence of this, instances of the CLI and other tools using the 1.26.1 API
12+
will fail to query node state from older versions of the node. (#2540)
13+
314
## 1.26.0 -- March 2020
415
- Added a demo for the use of cardano-client. This is an API to allow writing
516
programs to interact with the cardano node. (#2295, #2303)

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

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

cardano-cli/ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog for cardano-cli
22

3+
## 1.26.1 -- March 2021
4+
- It's no longer necessary to specify the era when making a CLI query. When not
5+
specified, the current era will be used as a default. (#2470)
6+
37
## 1.26.0 -- March 2021
48
- Add three new queries to the CLI, exposing functionality already present in
59
the API:

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

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

cardano-node/ChangeLog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog for cardano-node
22

3+
## 1.26.1 -- March 2021
4+
5+
### node changes
6+
- Fix RTS options, which got accidentally corrupted in the previous release.
7+
(#2511)
8+
- Support for GHC 8.6.5 has been dropped. (#2507)
9+
- Various internal improvements and refactorings. (#2505)
10+
- Disable the "uncoupled blocks" metric. This was shown in profiling to have an
11+
unfortunately large overhead. This reverts the change introduced in #2321.
12+
(#2510)
13+
- Update the iohk-monitoring framework to fix a file descriptor leak. (#2518)
14+
15+
### ledger changes
16+
- Fix an unevalutated thunk error in reward computation. (#2183)
17+
- Additional properties added to the Mary/Allegra formal specification (#2178)
18+
- Updates to the Alonzo formal specification (#2189, #2194)
19+
- Work on implementing the upcoming Alonzo era. (#2176, #2185, #2190)
20+
21+
### network changes
22+
- Add a tracer for the delay between when a block should have been forged and
23+
when we're ready to adopt it. (#2995)
24+
325
## 1.26.0 -- March 2021
426

527
### node changes

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

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

nix/supervisord-cluster/topology/cardano-topology.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

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

0 commit comments

Comments
 (0)