Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitcoin/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jtimon/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: incomplete-consensus-blocksize-0.12.99
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 14 files changed
  • 1 contributor

Commits on Dec 3, 2015

  1. Configuration menu
    Copy the full SHA
    ccae215 View commit details
    Browse the repository at this point in the history
  2. consensus: teach ExtractMatches to check for an arbitrary max transac…

    …tion number
    
    This is a no-op change. For now, everything passes MAX_BLOCK_SIZE / 60, so the
    result matches what it would've before.
    
    Tests use a number equal to the number of transactions where necessary,
    to ensure that they're never rejected when blocksizesize isn't being tested.
    theuni authored and jtimon committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    b9eac76 View commit details
    Browse the repository at this point in the history
  3. consensus: teach CheckTransaction to check for an arbitrary max tx size

    This is a no-op change.
    
    Tests use a value of std::numeric_limits<uint64_t>::max() where necessary, to ensure that they're never
    rejected when size isn't being tested.
    theuni authored and jtimon committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    654c7c6 View commit details
    Browse the repository at this point in the history
Loading