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

V0.12.1.x governance pr 2 #950

Merged
merged 4 commits into from
Aug 19, 2016

Commits on Aug 18, 2016

  1. Return true from IsBlockValueValid when masternode data is not synced

      - This restores behavior very close to that in 12.0
      - Needed to prevent the forking problem currently being seen on
        testnet between online and offline nodes
      - This is expected to be a temporary fix while we develop a
        long-term solution for this problem
    tgflynn committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    13316a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427086e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2016

  1. Added IsSynced field to JSON output of mnsync status RPC command

      - This is needed to allow fixing RPC tests so that they wait until
        the nodes are fully synced before performing tests
    tgflynn committed Aug 19, 2016
    Configuration menu
    Copy the full SHA
    794b90d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ddf6f View commit details
    Browse the repository at this point in the history