Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@libby libby released this 19 Oct 13:57
· 30 commits to master since this release
6d62202

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)

Docker Container Changes

  • โœ‚๏ธ [docker] reduce image sz with keygen script. (#94)
  • local development support: Allow docker full repo & image. (#65)
  • [qctl] check for docker errors. (#87)