Skip to content

Commit

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



Co-authored-by: Duncan Coutts <[email protected]>
  • Loading branch information
iohk-bors[bot] and dcoutts authored Nov 19, 2020
2 parents eefca3a + d993aa2 commit eed2505
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 4 deletions.
6 changes: 6 additions & 0 deletions cardano-api/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-api

## 1.23.0 -- November 2020

- Preliminary support for the Allegra script language extensions (#2069)
- Preliminary support for the Mary multi-asset extensions (#2083, #2085, #2093)
- Internal refactoring of the API code (#2040, #2055, #2094)

## 1.22.1 -- October 2020

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

name: cardano-api
version: 1.22.1
version: 1.23.0
description: The cardano api
author: IOHK
maintainer: [email protected]
Expand Down
6 changes: 6 additions & 0 deletions cardano-cli/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-cli

## 1.23.0 -- November 2020

- Create VRF keys with the correct file permissions (#1948)
- New command to query the Shelley protocol (not just ledger) state (#2057)
- Skeletons of the new commands and flags for the multi-asset extensions (#2081)

## 1.22.1 -- October 2020

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

name: cardano-cli
version: 1.22.1
version: 1.23.0
description: The Cardano command-line interface.
author: IOHK
maintainer: [email protected]
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.22.1
version: 1.23.0
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down
44 changes: 44 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog for cardano-node

## 1.23.0 -- November 2020

### node changes

- Preliminary support for the upcoming Allegra and Mary eras (#2038, #2080)
- Remove the HardForkNotBeforeEpoch setting from the config file (#2073)
- Tracing changes for the benefit of the RTView monitoring tool (#2047, #2062)
- Minor documentation improvements requested by the external audit (#2046)
- Miscellaneous "chairman" integration test improvements (#2042, #2043, #2048,
#2061, #2078, #2087, #2086)
- Improve handling of invalid command line input (#2088)

### ledger changes

- Fix a space leak in the stake pool performance tracking that caused writing
ledger state snapshots in consensus to take too long (#1967)
- Improved ledger state serialisation performance. This involving a change to
the serialisation format which will require the ledger state to be rebuilt
upon node startup (#1968)
- Further development for the Allegra era (#1951, #1965, #1984, #1989)
- Further development for the Mary multi-asset era (#1961, #1959, #1971, #1977,
#1981, #1987, #1988, #1990)
- Internal refactoring to support the new eras (#1954, 1978)
- Extra test coverage (#1958, #1966)
- Minor corrections to the formal spec arising from internal review (#1969, #1992)

### consensus changes

- Internal changes to improve the clarity of the chain selection algorithm and
to better match the description in the tech report (#2732, #2735, #2743)
- Support for creating ledger state snapshots for testing purposes (#2733)
- Support for the new Allegra and Mary ledger eras (#2668, #2670, #2677, #2679)
- Extra test coverage for new eras (#2669, #2737, #2738, #2740)
- Remove the SafeBeforeEpoch feature as it provided no benefit. In the node
config file this was called HardForkNotBeforeEpoch. (#2736, #2739)
- Internal refactoring (#2720)

### network changes
- None.

### crypto changes

- Revert the use of libsodium in the KES implementation for now (#1986, #2752)

## 1.22.1 -- October 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.22.1
version: 1.23.0
description: The cardano full node
author: IOHK
maintainer: [email protected]
Expand Down

0 comments on commit eed2505

Please sign in to comment.