Skip to content

Commit

Permalink
version 2.17.2 (#1583)
Browse files Browse the repository at this point in the history
* version 2.17.2

* update freeze file for 2.17.2
  • Loading branch information
larskuhtz authored Dec 21, 2022
1 parent f850da2 commit aa36983
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 11 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# `chainweb-node` Changelog

## 2.17.2 (2022-12-22)

This is a feature and bug-fix release. Upgrading is optional but recommended.

To upgrade, pull the latest docker image or download the binary and restart the
node.

All 2.17* versions expire on **2023-03-02T00:00:00Z**.

[Changes](https://github.com/kadena-io/chainweb-node/compare/2.17.1...2.17.2):

Logging and Telemetry Changes:

* Add telemetry logging for Database size. (#1330)
* Make Pact service log asynchronous exceptions with log-level `warn` and not
`error`. (#1562)
* Log replay height based on time, not blocks. (#1563)
* Add telemetry logging for node top-level status. (#1561)

Performance Improvements:

* Add module cache to checkpointer. (#1577)

Bug Fixes:

* `withSavepoint` now catches `SomeAsyncException`. (#1576)
* Fix transfer cost for Rosetta transaction generator. (#1579)

Miscellaneous:

* Censor `BackupConfig` from `config` endpoint. (#1569)
* Simulate whole block(s) in transaction simulator. (#1573)
* Fix some command line help messages. (#1574)

## 2.17.1 (2022-12-02)

This is a feature and bug-fix release. Upgrading is optional but recommended.
Expand All @@ -21,6 +55,7 @@ Bug fixes:
Miscellaneous:

* Add transaction simulator to cwtools. (#1558)

## 2.17 (2022-11-17)

This version replaces all previous versions. Any prior version will stop working
Expand Down
17 changes: 7 additions & 10 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ constraints: any.Boolean ==0.2.4,
any.base16-bytestring ==0.1.1.7,
any.base64-bytestring ==1.0.0.3,
any.basement ==0.0.15,
any.bifunctors ==5.5.13,
any.bifunctors ==5.5.14,
bifunctors +semigroups +tagged,
any.binary ==0.8.8.0,
any.binary-orphans ==1.0.3,
Expand Down Expand Up @@ -113,7 +113,7 @@ constraints: any.Boolean ==0.2.4,
any.dec ==0.0.5,
any.deepseq ==1.4.4.0,
any.dense-linear-algebra ==0.1.0.0,
any.deriving-compat ==0.6.1,
any.deriving-compat ==0.6.2,
deriving-compat +base-4-9 +new-functor-classes +template-haskell-2-11,
any.digraph ==0.2.2,
any.direct-sqlite ==2.3.27,
Expand Down Expand Up @@ -184,7 +184,7 @@ constraints: any.Boolean ==0.2.4,
any.memory ==0.18.0,
memory +support_bytestring +support_deepseq,
any.merkle-log ==0.1.1,
any.microlens ==0.4.13.0,
any.microlens ==0.4.13.1,
any.microstache ==1.0.2.2,
any.mime-types ==0.1.1.0,
any.mmorph ==1.2.0,
Expand Down Expand Up @@ -266,7 +266,7 @@ constraints: any.Boolean ==0.2.4,
any.split ==0.2.3.5,
any.splitmix ==0.1.0.4,
splitmix -optimised-mixer,
any.statistics ==0.16.1.0,
any.statistics ==0.16.1.2,
any.stm ==2.5.0.1,
any.stm-chans ==3.0.0.6,
any.stopwatch ==0.1.0.6,
Expand All @@ -281,8 +281,8 @@ constraints: any.Boolean ==0.2.4,
any.syb ==0.7.2.2,
any.tagged ==0.8.6.1,
tagged +deepseq +transformers,
any.tasty ==1.4.2.3,
tasty +clock +unix,
any.tasty ==1.4.3,
tasty +unix,
any.tasty-golden ==2.3.5,
tasty-golden -build-example,
any.tasty-hunit ==0.10.0.3,
Expand Down Expand Up @@ -314,7 +314,6 @@ constraints: any.Boolean ==0.2.4,
any.trifecta ==2.1.1,
any.type-equality ==1,
any.typed-process ==0.2.10.1,
any.unbounded-delays ==0.1.1.1,
any.unix ==2.7.2.2,
any.unix-compat ==0.6,
unix-compat -old-time,
Expand Down Expand Up @@ -347,8 +346,6 @@ constraints: any.Boolean ==0.2.4,
any.warp ==3.3.23,
warp +allow-sendfilefd -network-bytestring -warp-debug +x509,
any.warp-tls ==3.3.4,
any.wcwidth ==0.0.2,
wcwidth -cli +split-base,
any.word8 ==0.1.3,
any.x509 ==1.7.7,
any.x509-store ==1.6.9,
Expand All @@ -360,4 +357,4 @@ constraints: any.Boolean ==0.2.4,
yet-another-logger -tbmqueue,
any.zlib ==0.6.3.0,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config
index-state: hackage.haskell.org 2022-12-03T04:30:51Z
index-state: hackage.haskell.org 2022-12-20T18:27:38Z
2 changes: 1 addition & 1 deletion chainweb.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: chainweb
version: 2.17.1
version: 2.17.2
synopsis: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput
description: A Proof-of-Work Parallel-Chain Architecture for Massive Throughput.
homepage: https://github.com/kadena-io/chainweb
Expand Down

0 comments on commit aa36983

Please sign in to comment.