- Integrated EOS-1.8 (up to 1.8.13 inclusively).
- IMPORTANT: This new release is binary incompatible with some data files used by the previous version, so you have to do some manual preparations before upgrade. Also you need to perform some steps to successfully coordinate the activation of the first consensus protocol upgrade feature. See docs/upgrade-1.x-to-2.0.md for details.
- (#51) API and path changes:
- HTTP:
/v1/keosd/stop
->/v1/daobet-node/stop
- daobet-launcher:
- option:
--nodeos
->--daobet-node
- option:
--specific-nodeos
->--specific-daobet-node
- PID-file:
nodeos.pid
->daobet-node.pid
- option:
- daobet-node:
- default directories:
eosio/nodeos/data
->eosio/daobet-node/data
eosio/nodeos/config
->eosio/deobet-node/config
- default directories:
- HTTP:
- (#56, #57) Enabled Mongo by default. See
--install-mongo
and--enable-mongo
options for scripts/build.sh. - (#59) node-with-cdt Docker image now contains both debug and release libraries.
See https://github.com/EOSIO/eos/releases/tag/v1.8.0 and https://github.com/EOSIO/eos/releases/tag/v1.8.1 for more information about EOS-1.8 major changes.
Changes
- fixed RANDPA: removed default values for signature provider when no
--signature-provider
options are passed.
Notes
Release compatible with v1.1.x versions