Permalink
Commits on Aug 17, 2016
  1. Merge #8490: [0.13] release notes: Mention new relevance of non-minin…

    …g nodes on network policy; and misc fixes
    
    
    5e499e7 doc/release-notes: Document changed bytespersigop behaviour (Luke Dashjr)
    40d705c doc/release-notes: Mention the relevance of Compact Blocks on non-mining nodes' influence on network policy (Luke Dashjr)
    4f55293 doc/release-notes: Misc (Luke Dashjr)
    laanwj committed Aug 17, 2016
Commits on Aug 16, 2016
  1. doc/release-notes: Mention the relevance of Compact Blocks on non-min…

    …ing nodes' influence on network policy
    luke-jr committed with sipa Aug 8, 2016
  2. doc/release-notes: Misc

    luke-jr committed with sipa Aug 8, 2016
  3. Merge #8519: [0.13] A few small improvements to the 0.13 release notes

    2f58589 Mention dump/import support for HD wallets (Pieter Wuille)
    fe20b83 Remove refactors from list of changes (Pieter Wuille)
    7f84015 Inline mempool RPCs and feefilter into misc sections (Pieter Wuille)
    laanwj committed Aug 16, 2016
Commits on Aug 11, 2016
  1. doc: Update changelog for rc3

    laanwj committed Aug 11, 2016
Commits on Aug 10, 2016
  1. Bugfix: Use pre-BIP141 sigops until segwit activates

    qa/rpc-tests/segwit: Test GBT sigops before and after activation
    
    Github-Pull: #8489
    Rebased-From: 160f895 239cbd2
    luke-jr committed with laanwj Aug 8, 2016
  2. Merge #8465: [0.13] Document reindexing changes

    b49d963 Document reindexing changes (Pieter Wuille)
    laanwj committed Aug 10, 2016
  3. Merge #8438: [0.13] backport: Treat high-sigop transactions as larger…

    … rather than rejecting them
    
    
    3f65ba2 Treat high-sigop transactions as larger rather than rejecting them (Pieter Wuille)
    laanwj committed Aug 10, 2016
Commits on Aug 5, 2016
  1. Document reindexing changes

    sipa committed Aug 5, 2016
Commits on Aug 4, 2016
  1. Merge #8454: [0.13.1] Fix p2p-feefilter.py for changed tx relay behavior

    cd0910b Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar)
    MarcoFalke committed Aug 4, 2016
  2. doc: Add list of new and removed RPC commands to release notes

    Finish up the RPC part of #7678.
    laanwj committed Aug 4, 2016
  3. Fix p2p-feefilter.py for changed tx relay behavior

    Github-Pull: #8444
    Rebased-From: 2c517b3
    sdaftuar committed with MarcoFalke Aug 1, 2016
Commits on Aug 3, 2016
  1. [doc] Increase recommended memory in gitian build guide

    Github-Pull: #8439
    Rebased-From: 7fdbce9
    fanquake committed with laanwj Aug 1, 2016
  2. Merge #8441: doc: Rewrite shell example to not leave secrets in the h…

    …istory file
    
    
    719208c Rewrite shell example to not leave secrets in the history file (paveljanik)
    laanwj committed Aug 3, 2016
Commits on Aug 2, 2016
Commits on Jul 31, 2016
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