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

Introduce CBlockchain and move CheckBlockHeader #8087

Closed
wants to merge 4 commits into from

Commits on May 23, 2016

  1. Introduce new class CBlockchain

    High level consensus logic is currently in  main.cpp
    In time these functions should be moved to CBlockchain
    Initially as static methods and then as normal methods.
    pstratem committed May 23, 2016
    Copy the full SHA
    201e483 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    88d3cf5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    942a847 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Copy the full SHA
    6687fdd View commit details
    Browse the repository at this point in the history