Skip to content

Chainweb Mainnet 2.11.1

Compare
Choose a tag to compare
@larskuhtz larskuhtz released this 29 Nov 18:13
· 426 commits to master since this release
a8ca246

This is a feature release. It is compatible with version 2.11. Upgrading is optional. Please, check the list of changes before upgrading.

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

This version will expire on 2022-01-13T00:00:00Z.

Changes:

  • New command-line options for configuring mining coordination. The options --enable-mining-coordination --mining-public-key=<PUBLIC_KEY> enable the mining API of a node and configure k:<PUBLIC_KEY> as the account that receives mining rewards. (#1311)

  • Include GET endpoints for cuts, headers, branches, and payloads into the service API. (#1309)

  • Add configuration for stopping the node after synchronizing the Pact state to the chain database and before starting connecting to the P2P network. This is useful to initializing the Pact database for a new node or validating an existing database. (#1312)

  • Remove rate limiting support for service API endpoints. Rate limiting for the service API should be done by using an external reverse proxy. (#1300)

  • Log filter rules allow fine grained support for controlling which messages are actually submitted. This version adds the ability to specify for a filter rule a probability with which a log messages passes the respective filter rule. This allows to emit only a certain percentage of message of some kind to the backend. (#1300)

SHA256 Hashes

eef23e681ac4481c428f432849ca039b9127587e24272f985431ddb1ec176424  chainweb-2.11.1.ghc-8.10.7.ubuntu-18.04.a8ca246.tar.gz
24dcfedc2cb65e2ba77594423e4ca298277d53e321cc4138f5dccada480eb695  chainweb-2.11.1.ghc-8.10.7.ubuntu-20.04.a8ca246.tar.gz

Docker:

End-user image: docker pull kadena/chainweb-node:2.11.1
Binary-only Ubuntu-20.04: docker pull ghcr.io/kadena-io/chainweb-node/ubuntu:2.11.1

Nix Store Paths:

Linux: /nix/store/j7fdvs05b48kprha0r3dllzapg6jlriv-chainweb-2.11.1