Permalink
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
  3. Merge #8359: mining: Improve `-blockmaxcost` help message

    8cef5bd mining: Improve `-blockmaxcost` help message (Wladimir J. van der Laan)
    laanwj committed Jul 18, 2016
  4. mining: Improve `-blockmaxcost` help message

    One-word replacement to #8354.
    laanwj committed Jul 18, 2016
  5. Merge #8320: Fix 0.12 release notes on block relaying

    d6dc1bc Fix 0.12 release notes on block relaying (Krzysztof Jurewicz)
    laanwj committed Jul 18, 2016
  6. Merge #8295: Mining-related fixups for 0.13.0

    c1d61fb Add warning if -blockminsize is used. (Suhas Daftuar)
    27362dd Remove -blockminsize option (Suhas Daftuar)
    d2e46e1 Remove addScoreTxs() (Suhas Daftuar)
    6dd4bc2 Exclude witness transactions in addPackageTxs() pre-segwit activation (Suhas Daftuar)
    f15c2cd CreateNewBlock: add support for size-accounting to addPackageTxs (Suhas Daftuar)
    laanwj committed Jul 18, 2016
  7. Merge #8323: Add HD keypath to CKeyMetadata, report metadata in valid…

    …ateaddress
    
    
    7945088 [Wallet] comsetic non-code changes for the HD feature (Jonas Schnelli)
    68d7682 [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() (Jonas Schnelli)
    f708085 [QA] extend wallet-hd test to cover HD metadata (Jonas Schnelli)
    986c223 [Wallet] print hd masterkeyid in getwalletinfo (Jonas Schnelli)
    b1c7b24 [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress (Jonas Schnelli)
    5b95dd2 [Wallet] extend CKeyMetadata with HD keypath (Jonas Schnelli)
    laanwj committed Jul 18, 2016
  8. Merge #8305: Improve handling of unconnecting headers

    e91cf4b Add test for handling of unconnecting headers (Suhas Daftuar)
    96fa953 Improve handling of unconnecting headers (Suhas Daftuar)
    laanwj committed Jul 18, 2016
Commits on Jul 15, 2016
Commits on Jul 14, 2016
  1. Merge #8324: [Wallet] keep HD seed during salvagewallet

    b993671 [Wallet] keep HD seed during salvagewallet (Jonas Schnelli)
    laanwj committed Jul 14, 2016
  2. Merge #8340: [qa] Solve trivial merge conflict in p2p-segwit.py

    66668c4 [qa] Solve merge conflict of 4324bd2 (MarcoFalke)
    MarcoFalke committed Jul 14, 2016
  3. Merge #8312: Fix mempool DoS vulnerability from malleated transactions

    46c9620 Test that unnecessary witnesses can't be used for mempool DoS (Suhas Daftuar)
    bb66a11 Fix DoS vulnerability in mempool acceptance (Suhas Daftuar)
    laanwj committed Jul 14, 2016
  4. Merge #8311: Rename CTxinWitness -> CTxInWitness

    36ae37a Rename CTxinWitness -> CTxInWitness (Bob McElrath)
    laanwj committed Jul 14, 2016
  5. Merge #8271: [bugfix] Do not send witnesses in cmpctblock

    252675e Do not send witnesses in cmpctblock (Pieter Wuille)
    laanwj committed Jul 14, 2016
Commits on Jul 12, 2016
  1. Improve handling of unconnecting headers

    When processing a headers message that looks like a block announcement,
    send peer a getheaders if the headers message won't connect.
    
    Apply DoS points after too many consecutive unconnecting headers messages.
    sdaftuar committed Jul 7, 2016
  2. qt: periodic translation update

    Added languages:
    - `bg_BG`: Bulgarian (Bulgaria)
    laanwj committed Jul 12, 2016
Commits on Jul 11, 2016
  1. Merge #8317: [rpcwallet] Don't use floating point

    477777f [rpcwallet] Don't use floating point (MarcoFalke)
    laanwj committed Jul 11, 2016
  2. Merge #8289: bash-completion: Adapt for 0.12 and 0.13

    1ba3db6 bash-completion: Adapt for 0.12 and 0.13 (Christian von Roques)
    laanwj committed Jul 11, 2016
Commits on Jul 9, 2016