Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 1.42 KB

v0.3.0

Updated Resources

  • quorum_bootstrap_istanbul_extradata: Added support for qbft mode that creates the extraData for genesis JSON based on QBFT consensus.

v0.2.0

Updated Resources

  • quorum_bootstrap_istanbul_extradata: Added a new argument mode that creates the extraData for genesis JSON based if is IBFT1 or IBFT2 consensus.

v0.1.0

Released on March 24th 2021

This is an initial release

New Resources

  • quorum_bootstrap_account: Create an Ethereum account in a provided wallet. Only KeyStore wallet is currently supported
  • quorum_bootstrap_data_dir: Perform geth init on a directory with the given genesis JSON file
  • quorum_bootstrap_istanbul_extradata: For istanbul consensus algorithm, create extraData value being used in genesis JSON
  • quorum_bootstrap_keystore: Create a KeyStore managing a key storage directory on disk
  • quorum_bootstrap_network: Create a folder containing all resources required to bootstrap a network
  • quorum_bootstrap_node_key: Create a node key being used by a Quorum node
  • quorum_transaction_manager_keypair: Create Private Transaction keypair for privacy

New Data Sources

  • quorum_bootstrap_genesis_mixhash: Provide mixHash value constants being used in genesis JSON
  • quorum_bootstrap_node_key: Read node key hex value

CI/CD

START