Permalink
Commits on Jan 13, 2016
  1. Merge pull request #7333

    a06a8b4 add InMempool() function (Jonas Schnelli)
    laanwj committed Jan 13, 2016
  2. add InMempool() function

    jonasschnelli committed with morcos Nov 30, 2015
  3. Merge pull request #7332

    laanwj committed Jan 13, 2016
  4. Update translations pre-rc1

    laanwj committed Jan 13, 2016
  5. Preliminary release notes 0.12.0

    laanwj committed Jan 13, 2016
  6. Add RPC call abandontransaction

    - Make wallet descendant searching more efficient
    - Add new rpc call: abandontransaction
    
    Unconfirmed transactions that are not in your mempool either due to eviction or other means may be unlikely to be mined.  abandontransaction gives the wallet a way to no longer consider as spent the coins that are inputs to such a transaction.  All dependent transactions in the wallet will also be marked as abandoned.
    
    - Add RPC test for abandoned and conflicted transactions.
    - [Wallet] Call notification signal when a transaction is abandoned
    
    Github-Pull: #7312
    Rebased-From: 9e69717 01e06d1 df0e222 d11fc16
    morcos committed with laanwj Jan 7, 2016
  7. Merge pull request #7309

    fab88af Add fallbackfee default value (MarcoFalke)
    fa0a391 Add Replace-by-fee to release-notes (MarcoFalke)
    fa4ba40 Expand section "Wallet transaction fees" & fix format and typos (MarcoFalke)
    fabba1c Update release-notes.md (MarcoFalke)
    laanwj committed Jan 13, 2016
  8. Add sane fallback for fee estimation

    - Always respect GetRequiredFee for wallet txs
    - Add sane fallback for fee estimation
    - SQUASHME: Fix rpc tests that assumed fallback to minRelayTxFee
    
    Add new commandline option "-fallbackfee" to use when fee estimation does not have sufficient data.
    
    Github-Pull: #7296
    Rebased-From: 995b9f3 e420a1b bebe58b
    morcos committed with laanwj Jan 5, 2016
  9. Merge pull request #7324

    laanwj committed Jan 13, 2016
Commits on Jan 9, 2016
  1. Merge pull request #7323

    45b8e27 -bytespersigop option to additionally limit sigops in transactions we relay and mine (Luke Dashjr)
    laanwj committed Jan 9, 2016
  2. Merge branch bytespersigop

    luke-jr committed Jan 9, 2016
  3. [Tests] Eliminate intermittent failures in sendheaders.py

    - Add race-condition debugging tool to mininode
    - Eliminate race condition in sendheaders.py test
    
    Clear the last block announcement before mining new blocks.
    
    Github-Pull: #7308
    Rebased-From: 82a0ce0 168915e
    sdaftuar committed with laanwj Jan 7, 2016
Commits on Jan 8, 2016
  1. Make sure conflicted wallet tx's update balances

    Github-Pull: #7306
    Rebased-From: f61766b
    morcos committed with laanwj Jan 6, 2016
  2. Merge pull request #7318

    daa8da2 Backport: quickfix for RPC timer interface problem (Jonas Schnelli)
    laanwj committed Jan 8, 2016
  3. Merge pull request #7319

    b1a8374 [qt] Intro: Display required space (MarcoFalke)
    laanwj committed Jan 8, 2016
  4. [qt] Intro: Display required space

    Required space depends on the user's choice:
     -prune=0
     -prune=<n>
    MarcoFalke committed with jonasschnelli Dec 29, 2015
Commits on Jan 7, 2016
  1. Update release-notes.md

    Transaction memory pool limiting
    
    Priority transactions
    
    Wallet transaction fees
    MarcoFalke committed Jan 7, 2016
  2. [wallet] Add regression test for vValue sort order

    - [wallet] Add regression test for vValue sort order
    - [trivial] Merge test cases and replace CENT with COIN
    
    Github-Pull: #7293
    Rebased-From: fa3c7e6 faf538b
    MarcoFalke committed with laanwj Jan 4, 2016
  3. [qa] wallet: Check if maintenance changes the balance

    - [qa] Cleanup wallet.py test
    - [qa] check if wallet or blochchain maintenance changes the balance
    - [walletdb] Add missing LOCK() in Recover() for dummyWallet
    
    Github-Pull: #7229
    Rebased-From: fa0765d fa14d99 fa33d97
    MarcoFalke committed with laanwj Dec 15, 2015
Commits on Jan 5, 2016
  1. Bump copyright headers to 2015

    - Bump copyright headers to 2015
    - [devtools] Rewrite fix-copyright-headers.py
    - [devtools] Use git pretty-format for year parsing
    
    Github-Pull: #7205
    Rebased-From: fa6ad85 fa24439 fa71669
    MarcoFalke committed with laanwj Dec 13, 2015
  2. [wallet] Adjust pruning test

    Github-Pull: #7193
    Rebased-From: fafd093
    MarcoFalke committed with laanwj Dec 9, 2015
  3. Mark blocks with too many sigops as failed

    Github-Pull: #7217
    Rebased-From: 5246180
    sdaftuar committed with laanwj Dec 15, 2015
Commits on Jan 4, 2016
  1. Update translations after #7253

    Include translations that omit raw number from the singular case.
    laanwj committed Jan 4, 2016
  2. Bugfix: update-translations: Allow numerus translations to omit %n sp…

    …ecifier (usually when it only has one possible value)
    
    Github-Pull: #7253
    Rebased-From: 0d59589
    luke-jr committed with laanwj Dec 25, 2015
  3. [qa] Move gen_return_txouts() to util.py

    Github-Pull: #7250
    Rebased-From: fa0a974
    MarcoFalke committed with laanwj Dec 24, 2015
  4. [gitian] Set reference date to something more recent

    Github-Pull: #7251
    Rebased-From: fa09562
    MarcoFalke committed with laanwj Dec 25, 2015
  5. [debian] Bump manpages and only mention -?

    The manpages are outdated and are very rarely updated when changes
    to the code happen.
    
    Github-Pull: #7274
    Rebased-From: fae7a36 fa6ce44
    MarcoFalke committed with laanwj Jan 3, 2016