Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chain stalls while scaling out from 1 to 4 nodes, changing quorum size fixes things #796

Merged
merged 34 commits into from
Sep 30, 2019

Commits on Aug 7, 2019

  1. initial commit for pr

    panghalamit committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    c8e9178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc55567 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    a914f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dee78e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Configuration menu
    Copy the full SHA
    c34d30f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    6098dc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90123ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97123e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. initial commit for pr

    panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    247e48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125b3eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a5b41 View commit details
    Browse the repository at this point in the history
  4. v2.2.5

    jpmsam authored and panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    637d669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8d3391 View commit details
    Browse the repository at this point in the history
  6. VM read-only mode: check operation.writes not op.isMutating.

    `op.isMutating()` was added for checking mutating VM operation, but `operation.writes`
    should be used now as it registers all mutating ops and is consistent with upstream.
    Additionally, there is a new  mutating opcode `CREATE2`, but `CREATE2` has not been added to the
    `op.isMutating()` set. The VM is in read-only mode when a private contract calls a public contract.
    libby authored and panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    807ccaa View commit details
    Browse the repository at this point in the history
  7. Tessera 0.10.0 - Documentation update (Consensys#801)

    Tessera 0.10.0 Release updates
    Krish1979 authored and panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    8886310 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d2319d View commit details
    Browse the repository at this point in the history
  9. quorum size formula doesnt take any inputs and only returns value by …

    …ceil(2n/3), tests updated based on suggestion
    panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    2a3f5e1 View commit details
    Browse the repository at this point in the history
  10. rebased with master

    panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    b55bddd View commit details
    Browse the repository at this point in the history
  11. removed constants

    panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9d4ffd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2073b07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0158e45 View commit details
    Browse the repository at this point in the history
  14. updated missed import

    panghalamit committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    031daa0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a98c32f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    ef496ff View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    68f568a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf2657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b380271 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Adding Ceil2Nby3Block genesis config option to change the number of c…

    …onfirmations required to move between states to Ceil(2n/3)
    jbhurat committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f84b5f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    60bb862 View commit details
    Browse the repository at this point in the history
  2. Adding a nil check for newcfg.Istanbul so that geth init doesn't retu…

    …rn nil pointer dereference when istanbul config section is missing from genesis
    jbhurat committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    c05673f View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    ae62307 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ecbf4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    9a45052 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd0a976 View commit details
    Browse the repository at this point in the history