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
yoryesand hit enter. Alternatively, you can run this version with a--yesflag 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
- Git pull and checkout the
kip10-tn11-hfbranch - Build your binary from there. This release is on the commit 14b1e10