Skip to content

Commit

Permalink
Merge #2194
Browse files Browse the repository at this point in the history
2194: Bump version to 1.24.2 and update change logs r=intricate a=dcoutts

A few small fixes and improvements in the node and cli since 1.24.1
for issues found during integration testing.

Co-authored-by: Duncan Coutts <duncan@well-typed.com>
  • Loading branch information
iohk-bors[bot] and dcoutts committed Dec 7, 2020
2 parents 69ba3c9 + 3b3add0 commit 400d180
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 6 deletions.
4 changes: 4 additions & 0 deletions cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for cardano-api

## 1.24.2 -- December 2020

None

## 1.24.1 -- December 2020

- Fix the getTxId implementation for Byron-era transactions (#2169)
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: 2.4

name: cardano-api
version: 1.24.1
version: 1.24.2
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
10 changes: 8 additions & 2 deletions cardano-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-cli

## 1.24.2 -- December 2020

- Rename the flags `--lower-bound` and `--upper-bound` to be `--invalid-before`
and `--invalid-hereafter` respectively, for naming consistency (#2186, #2190)
- Hide the deprecated `--ttl` flag in the `--help` output (#2189, #2190)

## 1.24.1 -- December 2020

- New command `transaction policyid` for making multi-asset policy ids (#2176)
Expand All @@ -16,9 +22,9 @@
script extensions, tx validity intervals, auxiliary scripts, multi-asset tx
outputs and asset minting. (#2072, #2129, #2136)
- New flags for the `build-raw` command:
+ `--lower-bound` and `--upper-bound` for the new Allegra-era feature
+ `--invalid-before` and `--invalid-hereafter` for the new Allegra-era feature
of transaction validity intervals. The existing flag `--ttl` is equivalent to
the new `--upper-bound`, but it is now optional in the Allegra era.
the new `--invalid-hereafter`, but it is now optional in the Allegra era.
+ `--script-file` for the new Allegra-era feature of being able to include
auxiliary scripts in a transaction.
+ `--mint` for the Mary-era token minting feature.
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: 2.4

name: cardano-cli
version: 1.24.1
version: 1.24.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: 2.4

name: cardano-node-chairman
version: 1.24.1
version: 1.24.2
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
19 changes: 19 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog for cardano-node

## 1.24.2 -- December 2020

### node changes
- Eliminate the need to update the `LastKnownBlockVersion-*` entries in the node
config files for the Shelley-based eras. This means the configuration does not
need to be updated for the Allegra or Mary eras. (#2193)
- Fix an off-by-one error in the `txsProcessedNum` metric (#2183, #2192)
- Revert the renaming of the metrics from 1.24.1 (#2158, #2187, #2192)
- Export some more metrics for selected OS and RTS stats (#2192)

### consensus changes
None

### ledger changes
None

### network changes
None

## 1.24.1 -- December 2020

### 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: 2.4

name: cardano-node
version: 1.24.1
version: 1.24.2
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down

0 comments on commit 400d180

Please sign in to comment.