github kadena-io/chainweb-node 1.3
Chainweb Mainnet 1.3

latest releases: 2.30, 2.29.1, 2.29...
5 years ago

THIS IS CRITICAL SECURITY UPDATE that addresses vulnerability #797. All node operators need to upgrade before 2019-12-10T18:00:00.0 UTC to maintain network health. This update also includes an important improvement to the mining coordinator software and other improvements to the node binary.

This release also significantly improves the efficiency of mining coordination. However, it also involves a breaking change to the config file.

What was previously:

      miners:
      - foobar  # just an account name
      - cfd7816f15bd9413e5163308e18bf1b13925f3182aeac9b30ed303e8571ce997

Must now be:

      miners:
      - account: foobar
        predicate: keys-all
        public-keys:
        - 3438e5bcfd086c5eeee1a2f227b7624df889773e00bd623babf5fc72c8f9aa63
      - account: cfd7816f15bd9413e5163308e18bf1b13925f3182aeac9b30ed303e8571ce997
        predicate: keys-all
        public-keys:
        - cfd7816f15bd9413e5163308e18bf1b13925f3182aeac9b30ed303e8571ce997

See the changelog for more information.

SHA256 Hashes:

a2c5a3b8ab4d92f00d184e06267d548fbce2ad6d7ab96adbcc1b5ac97126d644  chainweb.8.6.5.ubuntu-16.04.b3a1f911.tar.gz
96f43c26134415e77fdb507d16f056bb1dad4a23a22fe38fe36626543ab0a60a  chainweb.8.6.5.ubuntu-18.04.b3a1f911.tar.gz
6af82c98293b249b1bc80ca7183c8b358bf2b80746491047cb194c0a5e2f1780  chainweb.8.6.5.macOS-10.14.b3a1f911.tar.gz

Don't miss a new chainweb-node release

NewReleases is sending notifications on new releases.