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 #1

Open
wants to merge 10 commits into
base: 0.12
Choose a base branch
from

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    2c9345b View commit details
    Browse the repository at this point in the history
  2. tighten up message size sanity checking. add version, filterclear, an…

    …d reject to maxMessageSizes.
    mruddy authored and dgenr8 committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    fa2e418 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Fix walletbackup.py failure in Python 3.5+

    sipa authored and dgenr8 committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    cae96b9 View commit details
    Browse the repository at this point in the history

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
    7c81740 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
    e472ba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a082b0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1258011 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
    fbe17d6 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
    1a571fb 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
    f4d66fd View commit details
    Browse the repository at this point in the history