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

BIP100: Dynamic maximum block size by miner vote #188

Merged
merged 8 commits into from
May 14, 2017

Commits on May 2, 2017

  1. BIP100: Dynamic max block size by miner vote

    With Dagur Johannsson <dagurval@pvv.ntnu.no>
    dgenr8 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    71175e1 View commit details
    Browse the repository at this point in the history
  2. BIP100: Unit and regression tests

    Unit tests for GetNextMaxBlockSize and FindVote.
    Multi-node voting regression test.
    
    With Tom Harding <tomh@thinlink.com>
    Includes regtest routines by Gavin Andresen <gavinandresen@gmail.com>
    dagurval authored and dgenr8 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    8ca0e84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fe0e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c228f26 View commit details
    Browse the repository at this point in the history
  5. Specification update - max sigops calc

    Max sigops calculation changed to use actual block size
    rather than hardLimit
    dgenr8 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    7ee73b8 View commit details
    Browse the repository at this point in the history
  6. Add BIP100 string to getblocktemplate

    This adds BIP100 votes to blocks generated by miner software that
    uses the rpc call getblocktemplate.
    dagurval authored and dgenr8 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    f8c59df View commit details
    Browse the repository at this point in the history
  7. Implement spec update: vote search edge cases

    A vote of zero in either B or EB is distinct from garbage.
    dgenr8 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    5c08944 View commit details
    Browse the repository at this point in the history
  8. Use dynamic blocksize in compact blocks validation

    Makes validation compatible with BIP100.
    dagurval authored and dgenr8 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    e13cc7d View commit details
    Browse the repository at this point in the history