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: bb4bb47
Choose a base ref
...
head repository: sipa/bitcoin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 351a2fe
Choose a head ref
  • 18 commits
  • 66 files changed
  • 6 contributors

Commits on Apr 19, 2016

  1. Add segregated witness transaction serialization

    Contains refactorings by Eric Lombrozo.
    Contains fixup by Nicolas Dorier.
    sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    3b1ff49 View commit details
    Browse the repository at this point in the history
  2. Removed ppszTypeName from protocol.cpp

    CodeShark authored and sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    e35d020 View commit details
    Browse the repository at this point in the history
  3. getdata enum issue fix

    CodeShark authored and sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    adb1c09 View commit details
    Browse the repository at this point in the history
  4. Introduce and preferentially peer with NODE_WITNESS service bit

    Service bit logic by Nicolas Dorier.
    sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    ac6886d View commit details
    Browse the repository at this point in the history
  5. Witness commitment validation

    Includes a fix by Suhas Daftuar
    sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    cb9d4d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c87be1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e47805 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97f34f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a8021f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    271e45e View commit details
    Browse the repository at this point in the history
  11. Add signature version 1 with updated sighash

    Includes simplifications by Eric Lombrozo.
    sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    d374139 View commit details
    Browse the repository at this point in the history
  12. Return witness data

    Includes RPC field name changes by Luke-jr.
    jl2012 authored and sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    92c6dc3 View commit details
    Browse the repository at this point in the history
  13. Implement block size/sigop cost rules, limits, and GBT support

    Includes changes by Suhas Daftuar and Luke-jr.
    sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    3955218 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a47b98 View commit details
    Browse the repository at this point in the history
  15. bitcoinconsensus: add method that accepts amount, and return error wh…

    …en verify_script receives VERIFY_WITNESS flag
    
    script_tests: always test bitcoinconsensus_verify_script_with_amount if VERIFY_WITNESS isn't set
    
    Rename internal method + make it static
    
    trim bitcoinconsensus_ prefix
    
    Add SERIALIZE_TRANSACTION_WITNESS flag
    afk11 authored and sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    e573571 View commit details
    Browse the repository at this point in the history
  16. Increase MAX_PROTOCOL_MESSAGE_LENGTH

    Witness blocks can be greater than 2MiB, but cannot be validly greater
    than 4MB.
    sdaftuar authored and sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    a6386c2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1b6c6f1 View commit details
    Browse the repository at this point in the history
  18. --- [SEGWIT] begin: wallet ---

    sipa committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    351a2fe View commit details
    Browse the repository at this point in the history
Loading