Skip to content

2.23.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 17:48

This is a minor point release. Mining nodes should be upgraded as soon as possible; for other nodes, upgrading is recommended.

Changes:

  • The mining loop will more persistently attempt to create new block payloads. (#1851)
  • The service date for chainweb-node is now only respected on Mainnet and Testnet. (#1843)

Internal changes:

  • The pact /listen endpoint should take less memory and CPU time. (#1844)
  • Fix some invalid log messages. (#1850, #1852)
  • Various tests have been "deflaked", to hopefully make them more reliable. (#1848, #1849)

For full details please refer to the Changelog.


Container Images:

  • End-user image
    Image Digest: DIGEST:sha256:f05fc941b2a15863b023cd24f6d1a988cba47a48b1518c84c5c2ffc8d9b04617
docker pull kadena/chainweb-node:2.23.1
  • Binary-only Ubuntu-20.04
    Image Digest: [ghcr.io/kadena-io/chainweb-node/ubuntu@sha256:caec27725edd0e44e11d49924d60bb5a18eee3c0866a1d4b6012b64f28bd176d ghcr.io/kadena-io/chainweb-node@sha256:02ebab9180f37088e3f5a71e071b282ae21fc5960f45945223712fb563e7fe31 ghcr.io/kadena-io/chainweb-node@sha256:caec27725edd0e44e11d49924d60bb5a18eee3c0866a1d4b6012b64f28bd176d]
docker pull ghcr.io/kadena-io/chainweb-node/ubuntu:2.23.1

Ubuntu Binaries:

SHA256 Hashes

6a0a593afaab073f3f45066840e18e345f0844d1477cb0c4213dbfd638dd616b  chainweb-2.23.1.ghc-9.6.3.ubuntu-22.04.c7311ec.tar.gz
76daa065e7241f22586ad341f125e44695ea76b6ff1406f45e3253dcb4e6a9f4  chainweb-2.23.1.ghc-9.6.3.ubuntu-20.04.c7311ec.tar.gz

The following dependencies must be installed on the system:

  • ubuntu-22.04:
    apt-get install ca-certificates libgmp10 libssl3 libsnappy1v5 zlib1g liblz4-1 libbz2-1.0 libgflags2.2 zstd
  • ubuntu-20.04:
    apt-get install ca-certificates libgmp10 libssl1.1 libsnappy1v5 zlib1g liblz4-1 libbz2-1.0 libgflags2.2 zstd