Permalink
Commits on Oct 17, 2016
  1. My DNS seed supports filtering

    Currently supports filtering by any combination of the 4 least
    significant bits.
    
    Github-Pull: #8940
    Rebased-From: 2449e12
    cdecker committed with laanwj Oct 17, 2016
  2. Add x9 service bit support to dnsseed.bluematt.me

    Github-Pull: #8940
    Rebased-From: ffb4713
    TheBlueMatt committed with laanwj Oct 17, 2016
  3. Comment that most dnsseeds only support some service bits combos

    Github-Pull: #8940
    Rebased-From: 504c72a
    TheBlueMatt committed with laanwj Oct 17, 2016
  4. Merge #8942: [doc] 0.13.1: Minor clarification to release notes

    fa161e8 [doc] 0.13.1: Minor clarification to release notes (MarcoFalke)
    laanwj committed Oct 17, 2016
  5. Update implemented bips for 0.13.1

    Github-Pull: #8939
    Rebased-From: 0941f55
    sipa committed with laanwj Oct 17, 2016
  6. Define start and end time for segwit deployment

    Github-Pull: #8937
    Rebased-From: f9c23de
    sipa committed with laanwj Oct 17, 2016
  7. Merge #8916: 0.13.1 backports

    9777fe1 remove redundant tests in p2p-segwit.py (Johnson Lau)
    fef7b46 test segwit uncompressed key fixes (Johnson Lau)
    4ec21e8 Fix ismine and addwitnessaddress: no uncompressed keys in segwit (Pieter Wuille)
    908fced [qa] Add tests for uncompressed pubkeys in segwit (Suhas Daftuar)
    b4b8527 Make test framework produce lowS signatures (Johnson Lau)
    821f3e6 Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts (Johnson Lau)
    540413d Add standard limits for P2WSH with tests (Johnson Lau)
    9bb2a02 [qa] Build v4 blocks in p2p-compactblocktests (Matt Corallo)
    df5069b [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks (Matt Corallo)
    bcf3806 Update bitcoin-tx to output witness data. (jonnynewbs)
    cc6f551 [qa] Fix compact block shortids for a test case (Dagur Valberg Johannsson)
    4bb9ce8 Use cmpctblock type 2 for segwit-enabled transfer (Matt Corallo)
    890ac25 Fix overly-prescriptive p2p-segwit test for new fetch logic (Matt Corallo)
    fe1975a Use cmpctblock type 2 for segwit-enabled transfer (Pieter Wuille)
    611cc50 [qa] Fix bug in mininode witness deserialization (Suhas Daftuar)
    61e282b [qa] Add support for compactblocks v2 to mininode (Suhas Daftuar)
    e47299a [qa] Update p2p-compactblocks.py for compactblocks v2 (Suhas Daftuar)
    7a34a46 Add NULLDUMMY verify flag in bitcoinconsensus.h (Johnson Lau)
    7ae6242 net: fix a few cases where messages were sent rather than dropped upon disconnection (Cory Fields)
    3e80ab7 Add policy: null signature for failed CHECK(MULTI)SIG (Johnson Lau)
    0027672 Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH (Johnson Lau)
    laanwj committed Oct 17, 2016
  8. remove redundant tests in p2p-segwit.py

    Github-Pull: #8499
    Rebased-From: 67d6ee1
    jl2012 committed with laanwj Oct 16, 2016
  9. test segwit uncompressed key fixes

    Github-Pull: #8499
    Rebased-From: 9260085
    jl2012 committed with laanwj Oct 14, 2016
  10. Fix ismine and addwitnessaddress: no uncompressed keys in segwit

    Github-Pull: #8499
    Rebased-From: 248f3a7
    sipa committed with laanwj Oct 16, 2016
  11. [qa] Add tests for uncompressed pubkeys in segwit

    Github-Pull: #8499
    Rebased-From: b811124
    sdaftuar committed with laanwj Oct 6, 2016
  12. Make test framework produce lowS signatures

    Github-Pull: #8499
    Rebased-From: 9f0397a
    jl2012 committed with laanwj Aug 24, 2016
  13. Require compressed keys in segwit as policy and disable signing with …

    …uncompressed keys for segwit scripts
    
    Github-Pull: #8499
    Rebased-From: 4c0c25a
    jl2012 committed with laanwj Oct 1, 2016
  14. Add standard limits for P2WSH with tests

    Github-Pull: #8499
    Rebased-From: 3ade2f6
    jl2012 committed with laanwj Oct 16, 2016
  15. [qa] Build v4 blocks in p2p-compactblocktests

    This fixes an issue in backporting to 0.13 as 0.13 enforces SF
    activation by block version lockin instead of through a hard-coded
    block height.
    
    Github-Pull: #8916
    Rebased-From: a4ad37d
    TheBlueMatt committed with laanwj Oct 15, 2016
  16. [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks

    Github-Pull: #8916
    Rebased-From: 032e883
    TheBlueMatt committed with laanwj Oct 14, 2016
Commits on Oct 13, 2016
  1. Merge #8899: [0.13] Fix wake from sleep issue with Boost 1.59.0

    49be9f0 Fix wake from sleep issue with Boost 1.59.0 (Michael Ford)
    laanwj committed Oct 13, 2016
  2. Update bitcoin-tx to output witness data.

    Github-Pull: #8817
    Rebased-From: 4408558
    jnewbery committed with laanwj Sep 21, 2016
  3. [qa] Fix compact block shortids for a test case

    Github-Pull: #8904
    Rebased-From: 4cdece4
    dagurval committed with laanwj Oct 9, 2016
  4. Use cmpctblock type 2 for segwit-enabled transfer

    Contains version negotiation logic by Matt Corallo and bugfixes by
    Suhas Daftuar.
    
    Github-Pull: #8393
    Rebased-From: 6aa28ab
    TheBlueMatt committed with laanwj Oct 3, 2016
  5. Fix overly-prescriptive p2p-segwit test for new fetch logic

    Github-Pull: #8393
    Rebased-From: be7555f
    TheBlueMatt committed with laanwj Oct 3, 2016
  6. Use cmpctblock type 2 for segwit-enabled transfer

    Contains version negotiation logic by Matt Corallo and bugfixes by
    Suhas Daftuar.
    
    Github-Pull: #8393
    Rebased-From: 6aa28ab
    sipa committed with laanwj Jun 25, 2016
  7. [qa] Fix bug in mininode witness deserialization

    Also improve tx printing
    
    Github-Pull: #8393
    Rebased-From: f5b9b8f
    sdaftuar committed with laanwj Sep 18, 2016
  8. [qa] Add support for compactblocks v2 to mininode

    Github-Pull: #8393
    Rebased-From: 422fac6
    sdaftuar committed with laanwj Sep 15, 2016
  9. [qa] Update p2p-compactblocks.py for compactblocks v2

    Github-Pull: #8393
    Rebased-From: 27acfc1
    sdaftuar committed with laanwj Sep 17, 2016
  10. Add NULLDUMMY verify flag in bitcoinconsensus.h

    Github-Pull: #8848
    Rebased-From: 2fa0063
    jl2012 committed with laanwj Sep 30, 2016
  11. net: fix a few cases where messages were sent rather than dropped upo…

    …n disconnection
    
    
    75ead75 turned these into crashes in the event of a handshake failure, most
    notably when a peer does not offer the expected services.
    
    There are likely other cases that these assertions will find as well.
    
    Github-Pull: #8862
    Rebased-From: 905bc68
    theuni committed with laanwj Sep 13, 2016
  12. Add policy: null signature for failed CHECK(MULTI)SIG

    Github-Pull: #8634
    Rebased-From: e41bd44
    jl2012 committed with laanwj Sep 22, 2016
  13. Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH

    Github-Pull: #8526
    Rebased-From: c72c5b1
    jl2012 committed with laanwj Sep 23, 2016
  14. qt: Periodic translations update

    Added languages:
    
    - `ne` - Niger
    laanwj committed Oct 13, 2016