Permalink
Commits on Jul 29, 2016
  1. Prevent fingerprinting, disk-DoS with compact blocks

    - Ignore GETBLOCKTXN requests for unknown blocks
    
    Don't disconnect peers, or else we leak information that could be
    used for fingerprinting.
    
    - Ignore CMPCTBLOCK messages for pruned blocks
    
    Also ignores CMPCTBLOCK announcements that have too little work.  This is to
    prevent disk-exhaustion DoS.
    
    Github-Pull: #8408
    Rebased-From: 1de2a46 1d06e49
    sdaftuar committed with laanwj Jul 26, 2016
Commits on Jul 28, 2016
  1. libconsensus: Expose a flag for BIP112

    We added the segwit one, but we forgot CHECKSEQUENCEVERIFY
    
    Github-Pull: #8412
    Rebased-From: d12b732
    jtimon committed with sipa Jul 27, 2016
  2. Merge #8389: [0.13] Create a new HD seed after encrypting the wallet

    de45c06 [Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key generation (Jonas Schnelli)
    f142c11 [0.13] Create a new HD seed after encrypting the wallet (Jonas Schnelli)
    laanwj committed Jul 28, 2016
  3. [Qt] Add dbcache migration path

    Github-Pull: #8407
    Rebased-From: 893f379
    jonasschnelli committed with laanwj Jul 26, 2016
Commits on Jul 27, 2016
  1. [Wallet] add HD xpriv to dumpwallet

    Github-Pull: #8206
    Rebased-From: 77c912d
    jonasschnelli committed with laanwj Jun 15, 2016
Commits on Jul 26, 2016
  1. [doc] gbuild: Set memory explicitly (default is too low)

    Github-Pull: #8358
    Rebased-From: faa5931
    MarcoFalke committed with laanwj Jul 18, 2016
  2. qa: Add test for standardness of segwit v0 outputs

    Github-Pull: #8381
    Rebased-From: c59c434
    sdaftuar committed with laanwj Jul 22, 2016
  3. Make witness v0 outputs non-standard before segwit activation

    Github-Pull: #8381
    Rebased-From: 1ffaff2
    jl2012 committed with laanwj Jul 20, 2016
Commits on Jul 25, 2016
  1. Scale legacy sigop count in CreateNewBlock

    Github-Pull: #8362
    Rebased-From: 682aa0f
    sdaftuar committed with laanwj Jul 18, 2016
  2. [Wallet] Correct hdmasterkeyid/masterkeyid name confusion

    Github-Pull: #8390
    Rebased-From: b50e1ac
    jonasschnelli committed with laanwj Jul 21, 2016
Commits on Jul 21, 2016
  1. Merge #8374: Add release notes for mining changes

    52a4158 Add release notes for mining changes (Suhas Daftuar)
    laanwj committed Jul 21, 2016
  2. Merge #8380: fix typo: propagation relay -> delay

    f891e34 fix typo: propagation relay -> delay (Jannes Faber)
    laanwj committed Jul 21, 2016
Commits on Jul 20, 2016
  1. Merge #8382: Fix formatting error

    ea91961 Fix formatting error (Chris Moore)
    jonasschnelli committed Jul 20, 2016
  2. Fix formatting error

    Don't start a line with a # unless you want that line to be a header.
    dooglus committed on GitHub Jul 20, 2016
  3. fix typo: propagation relay -> delay

    jafaber committed on GitHub Jul 20, 2016
  4. Move SetMinVersion for FEATURE_HD to SetHDMasterKey

    Github-Pull: #8378
    Rebased-From: 6523fca
    pstratem committed with laanwj Jul 20, 2016
  5. Merge #8379: Remove duplicated name in release notes

    48b9208 Remove duplicated name in release notes (Johnson Lau)
    laanwj committed Jul 20, 2016
  6. Remove duplicated name in release notes

    jl2012 committed on GitHub Jul 20, 2016
  7. build: fix non-deterministic biplist

    The non-deterministic ordering produced by biplist ends up in the .DS_Store
    file that is included in the OSX dmg.
    
    Github-Pull: #8373
    Rebased-From: 3b3ce25
    theuni committed with laanwj Jul 19, 2016
Commits on Jul 19, 2016
  1. Merge #8360: doc: Add a few items to release notes

    ded0599 doc: Add a few items to release notes (Wladimir J. van der Laan)
    laanwj committed Jul 19, 2016
  2. Merge #8366: [0.13] [Wallet] Ensure <0.13 clients can't open HD wallets

    3b38a6a [Wallet] Ensure <0.13 clients can't open HD wallets (Jonas Schnelli)
    laanwj committed Jul 19, 2016
  3. Rename "block cost" to "block weight"

    Github-Pull: #8363
    Rebased-From: 2c06bae
    sdaftuar committed with laanwj Jul 18, 2016
  4. doc: Add a few items to release notes

    Do a few TODOs from #7678:
    
    - Removal of internal miner
    - `mempool`/`NODE_BLOOM` interaction
    - Sorting of `getrawmempool` output
    laanwj committed Jul 18, 2016
  5. Merge #8361: Some 0.13 release notes about p2p changes

    df85463 Some 0.13 release notes about p2p changes (Pieter Wuille)
    laanwj committed Jul 19, 2016
Commits on Jul 18, 2016
  1. build: Release notes update

    Fill in the header, and move items to the appropriate part of the
    release notes structure.
    laanwj committed Jul 18, 2016
  2. build: bump version to 0.13.0

    laanwj committed Jul 18, 2016