Skip to content

Commit

Permalink
Version 2.17.1 (#1572)
Browse files Browse the repository at this point in the history
* version 2.17.1

* update freeze file for

* Update CHANGELOG.md
  • Loading branch information
larskuhtz authored Dec 3, 2022
1 parent e9b214c commit aaf1a20
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# `chainweb-node` Changelog

## 2.17.1 (2022-12-02)

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...2.17.1):


Bug fixes:

* Fix `initialHeightLimit` CLI argument parsing to not override config file.
(#1566)
* Fix cut GET endpoint height limiting. (#1571)

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 All @@ -13,7 +34,7 @@ node.

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

* Remove error messages from pact output for on-chain transactions. Dapps can
* Remove error messages from pact output for on-chain transactions. Dapps can
still retrieve transaction error messages from the `local` endpoint. (#1543)
* Implement a per-tx timeout during creation of new blocks to prevent mining
nodes from stalling when block creation takes too long. (#1546)
Expand Down
10 changes: 5 additions & 5 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ constraints: any.Boolean ==0.2.4,
aeson -bytestring-builder +cffi -developer -fast,
any.aeson-pretty ==0.8.9,
aeson-pretty -lib-only,
any.ansi-terminal ==0.11.3,
ansi-terminal -example,
any.ansi-terminal ==0.11.4,
ansi-terminal -example +win32-2-13-1,
any.ansi-wl-pprint ==0.6.9,
ansi-wl-pprint -example,
any.ap-normalize ==0.1.0.1,
Expand Down Expand Up @@ -132,15 +132,15 @@ constraints: any.Boolean ==0.2.4,
any.file-embed ==0.0.15.0,
any.filepath ==1.4.2.1,
any.fingertree ==0.1.5.0,
any.free ==5.1.9,
any.free ==5.1.10,
any.generic-data ==1.0.0.0,
generic-data -enable-inspect,
any.ghc-boot-th ==8.10.7,
any.ghc-heap ==8.10.7,
any.ghc-prim ==0.6.1,
any.hashable ==1.3.0.0,
hashable -examples +integer-gmp +sse2 -sse41,
any.hashes ==0.2.2.1,
any.hashes ==0.2.3,
hashes -benchmark-cryptonite -openssl-use-pkg-config -test-cryptonite +with-openssl,
any.heaps ==0.4,
any.hourglass ==0.2.12,
Expand Down Expand Up @@ -359,4 +359,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-11-11T17:41:49Z
index-state: hackage.haskell.org 2022-12-03T04:30:51Z
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
version: 2.17.1
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 aaf1a20

Please sign in to comment.