Skip to content

Testnet 11 Only v0.15.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@coderofstuff coderofstuff released this 29 Nov 06:58

WARNING: INTENDED FOR USE IN TESTNET 11 ONLY

This is a special release with code not in the mainline yet. It is intended to hardfork the testnet-11 environment and should only be used by Testnet-11 node maintainers.

The TN11 HF includes:

  • Enabling KIP10
  • Switching KIP9 to use the Beta version in consensus
  • Enabling Payloads for transactions

In addition, this includes all the optimizations that we have been working on which will allow us to determine a minimum recommended hardware spec for 10bps in mainnet.

Instructions for Node Maintainers

  • This is the first release that includes the database version upgrade introduced in #494. When you run this version with an existing datadir, you may be asked to upgrade your database version in CLI. To proceed, type y or yes and hit enter. Alternatively, you can run this version with a --yes flag to skip the interactive question.
    • This database upgrade is a one-way path, which means after updating your datadir to the new version, you won't be able to go back to an earlier version.

Instruction to build from source

  1. Git pull and checkout the kip10-tn11-hf branch
  2. Build your binary from there. This release is on the commit 14b1e10