Code Monkey home page Code Monkey logo

Comments (1)

Lsquared13 avatar Lsquared13 commented on June 14, 2024

Hi @nandakishorebhandari and thanks for your interest in our tool!

We use QuorumChain consensus in this tool, as it is most relevant for our purposes. We don't currently have the resources to dedicate to making this tool compatible with RAFT or ISTANBUL, but I can point you at the changes I expect would be needed and would gratefully accept a RAFT / ISTANBUL pull request if you or another contributer wanted to make the necessary changes.

Expected Changes

  • The Quorum Build needs to be pointed to a branch with RAFT and ISTANBUL available
  • Apply the following two small commits: (1 & 2) on top of the version of quorum being used
  • The quorum-genesis tool may or may not need to be updated to produce an appropriate genesis block (e.g. remove the voting contract)
  • The quorum-genesis install script needs to be pointed to the correct version (e.g. whatever was produced in the above step)
  • The part of the init-quorum script that writes the geth command needs to be modified to use the right flags for geth related to RAFT or ISTANBUL
  • Probably Optional: I suspect the network will work without this but we should collapse makers, validators, and observers into one group since they will have no distinction anymore. This is probably harder than the rest of these tasks put together since references are everywhere so punting this into another issue is totally reasonable.

Acceptance Criteria

  • Networks spun up with RAFT or ISTANBUL successfully create blocks and can complete the private transaction test
  • Any PR related to this is made on a new branch, unless changes are backwards compatible
  • If the optional cleanup is not complete, another issue is filed regarding it

from terraform-aws-quorum-cluster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.