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: sipa/bitcoin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 77c613c
Choose a base ref
...
head repository: sipa/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f38671f
Choose a head ref
  • 14 commits
  • 31 files changed
  • 2 contributors

Commits on Apr 28, 2016

  1. fixup Add segregated witness transaction serialization: add negative …

    …flag
    
    This is the beginning of a transition to using an opt-out NO_WITNESS flag
    rather than an opt-in WITNESS flag. Having them temporary both at the same
    time means we can do sanity checking in every transaction serialization to
    be sure exactly one of both flags is set.
    
    Most of the changes in this commit will be undone when the positive flag is
    removed.
    sipa committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    f889bec View commit details
    Browse the repository at this point in the history
  2. fixup Add segregated witness transaction serialization: test with no …

    …inputs no longer possible
    
    The base commit for segwit serialization uses extended format for transactions without inputs.
    In "fixup Add segregated witness transaction serialization: revert extformat-if-empty-vin" this
    was changed, but the test for CheckTransaction with no inputs was not removed. Do that now.
    sipa committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    3ddabe4 View commit details
    Browse the repository at this point in the history
  3. fixup Add segregated witness transaction serialization: deal with ove…

    …rwrite and inconsistencies
    sipa committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    c744a1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4709595 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    122ca81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5df3e51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36e1656 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f726402 View commit details
    Browse the repository at this point in the history
  9. fixup Enable SCRIPT_VERIFY_WITNESS for mempool transactions: do not r…

    …eject/punish invalid witness orphans
    sipa committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    cf2c531 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0fb6e4e View commit details
    Browse the repository at this point in the history
  11. [qa] mininode: Use hexlify wrapper from util

    MarcoFalke authored and sipa committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    ccd0e6c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a62cb9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a541f0b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. --- [SEGWIT] begin: fixups 3 ---

    sipa committed May 10, 2016
    Configuration menu
    Copy the full SHA
    f38671f View commit details
    Browse the repository at this point in the history
Loading