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

Use smaller (3 out of 5) quorums for regtest/Travis #2774

Merged
merged 7 commits into from
Mar 15, 2019

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    e336f4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5acb05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d44c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e32e3ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6c4d6c View commit details
    Browse the repository at this point in the history
  6. Use correct indexes for isolated/receiver/sender nodes

    The way it was before resulted in nodes 1-3 being unused and 6-8 being used
    for these 3 special nodes even though these are masternodes.
    codablock committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    09db8c0 View commit details
    Browse the repository at this point in the history
  7. Avoid stopping/starting isolated node in p2p-instantsend.py

    It's enough to disable networking for this node.
    codablock committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    0c25584 View commit details
    Browse the repository at this point in the history