This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
v0.2.0
Added Features and Enhancements
- ๐ command line tool qctl for initializing, modifying (add, remove, update nodes), deploying a network.
see https://github.com/ConsenSys/qubernetes/blob/master/qctl/README.md for details. - ๐ support for updating a running network, with only new nodes deployed.
- ๐ Change core config format to include explicit node blocks. (#59)
- Switch peers from using variable IPs to hostnames. (#58)
- Do not regenerate genesis.json if action=update. (#61)
- Simplify adding nodes (raft | istanbul) (#60)
- Nodes added automatically when cakeshop deployed: Add cakeshop initial nodes file (#89)
- [qctl] added support for acceptance tests. (#80)
- [qctl] added geth prometheus support. (#73)