Skip to content

Releases: Consensys/quorum-wizard

GoQuorum Wizard 1.3.3

23 Apr 21:45
38e40fd
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard You can also run without installing by running npx quorum-wizard

Features:

  • Adds support for Quorum 21.4.0 and Tessera 21.1.1
  • Updates binary download locations to no longer use Bintray urls due to May 1st shutdown

GoQuorum Wizard 1.3.2

08 Apr 20:27
2fcc44a
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard You can also run without installing by running npx quorum-wizard

Features:

  • Adds support for Cakeshop 0.12.1
  • Updates qubernetes docker image to fix cakeshop in kubernetes-based networks #132

GoQuorum Wizard 1.3.1

02 Mar 19:38
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard You can also run without installing by running npx quorum-wizard

Features:

  • Adds support for Quorum/Tessera 21.1.0
  • Adds support for Cakeshop 0.12.0
  • #125 Fixes issue where localhost was always used in cakeshop config

Quorum Wizard 1.3.0

18 Nov 16:53
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard You can also run without installing by running npx quorum-wizard

Features:

  • Adds support for Quorum/Tessera 20.10.0
  • Enables Enhanced Privacy features when using Quorum 20.10.0+
  • Adds Quorum Reporting Tool (Beta) to optional tools to deploy alongside the network
  • #105 Warn user if path to network folder will be too long
  • #109 Fixes issue with spaces in path
  • #112 Fixes docker resource permission issues
  • Customize network output folder with command line flag
  • Generate network from existing config json file

Quorum Wizard 1.2.2

13 Aug 18:59
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard. You can also run without installing by running npx quorum-wizard.

Features:

  • Adds Splunk as an optional third-party tool to deploy alongside your network when using docker-compose

Thanks to the Splunk team for contributing to the Wizard!

Quorum Wizard 1.2.1

03 Aug 18:38
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard. You can also run without installing by running npx quorum-wizard.

Features:

  • Updates wizard to support .env file handling in docker-compose 1.26+
  • Fixes docker volume paths and healthcheck issues on windows

Quorum Wizard 1.2.0

23 Jul 16:32
Compare
Choose a tag to compare

Update by running npm install -g quorum-wizard. You can also run without installing by running npx quorum-wizard

Features:

  • Added Quorum 2.7.0
  • Windows Support - Run the wizard on Windows to generate a docker-compose or kubernetes network. (The bash option is not
    supported, even when using Windows Subsystem for Linux)
  • Support for other kubernetes contexts. In addition to minikube, you can now use things like Docker Desktop's built-in Kubernetes cluster to deploy your local kubernetes-based Quorum network.
  • Use the --registry flag to pull the docker images from a custom docker registry
  • Java is now only required when using the local bash network option with Tessera or Cakeshop
  • Fixed a cakeshop configuration issue when generating a docker-compose network on linux

Quorum Wizard 1.1.1

23 Jun 19:27
08e0a48
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard. As of this version, you can also run without installing by running npx quorum-wizard

Features:

  • Updates Wizard to use Qubernetes v0.1.2
  • Fixes command to look up java version on some machines

Quorum Wizard 1.1.0

02 Jun 17:34
Compare
Choose a tag to compare

Update by running using npm install -g quorum-wizard. As of this version, you can also run without installing by running npx quorum-wizard

Features:

  • Quorum 2.6.0 support
  • Kubernetes support
  • All resource generation for docker/kubernetes now done inside of a docker container
  • Caches Quorum binaries in ~/.quorum-wizard instead of npm global module directory
  • Custom network folder names, confirm before overwriting existing network
  • Sped up network resource generation by running in parallel
  • Randomized docker subport and volumes so you can run multiple networks at once
  • Replaced web3 dependency with ethers.js so install/npx is faster and with less warnings
  • #62 Fix for error when warning about Windows not being supported
  • #75 Adds graphql flags to quorum 2.6.0 start commands

Quorum Wizard 1.0

14 Apr 18:47
7843ccb
Compare
Choose a tag to compare

Quorum Wizard is a command line tool that allow users to set up a development Quorum network on their local machine in less than 2 minutes.

Features:

  • Generate a local Quorum network to be run with either docker-compose or bash scripts
  • The Quickstart option gets a network up and running fast, using recommended default settings
  • Create a simple network where you choose the number of nodes, which consensus mode, and which components to include (Quorum, Tessera, Cakeshop)
  • Generate a fully customized network with generated keys, custom ports, and more

Install using npm install -g quorum-wizard and run quorum-wizard to walk through the setup of your network.