Permalink
Commits on Dec 14, 2016
  1. Merge #9211: [0.12 branch] Backports

    d609895 [Wallet] Bugfix: FRT: don't terminate when keypool is empty (Jonas Schnelli)
    8dee97f [QA] add fundrawtransaction test on a locked wallet with empty keypool (Jonas Schnelli)
    82e29e8 torcontrol: Explicitly request RSA1024 private key (Wladimir J. van der Laan)
    cca151b Send tip change notification from invalidateblock (Russell Yanofsky)
    ad99a79 [rpcwallet] Don't use floating point (MarcoFalke)
    laanwj committed Dec 14, 2016
Commits on Dec 7, 2016
Commits on Nov 30, 2016
  1. torcontrol: Explicitly request RSA1024 private key

    When generating a new service key, explicitly request a RSA1024 one.
    
    The bitcoin P2P protocol has no support for the longer hidden service names
    that will come with ed25519 keys, until it does, we depend on the old
    hidden service type so make this explicit.
    
    See #9214.
    
    Github-Pull: #9234
    Rebased-From: 7d3b627
    laanwj committed with MarcoFalke Nov 28, 2016
Commits on Nov 23, 2016
  1. Send tip change notification from invalidateblock

    This change is needed to prevent sync_blocks timeouts in the mempool_reorg
    test after the sync_blocks update in the upcoming commit
    "[qa] Change sync_blocks to pick smarter maxheight".
    
    This change was initially suggested by Suhas Daftuar <sdaftuar@chaincode.com>
    in #8680 (comment)
    
    Github-Pull: #9196
    Rebased-From: 67c6326
    ryanofsky committed with MarcoFalke Oct 25, 2016
  2. [rpcwallet] Don't use floating point

    Github-Pull: #8317
    Rebased-From: 477777f
    MarcoFalke committed Jul 8, 2016
Commits on Sep 1, 2016
  1. Merge #8176: [0.12.x]: Versionbits: GBT support

    db4bacf getblocktemplate: Use version/force mutation to support pre-BIP9 clients (Luke Dashjr)
    65ee332 getblocktemplate: Explicitly handle the distinction between GBT-affecting softforks vs not (Luke Dashjr)
    40e81f5 qa/rpc-tests: bip9-softforks: Add tests for getblocktemplate versionbits updates (Luke Dashjr)
    ddd8c01 Implement BIP 9 GBT changes (Luke Dashjr)
    laanwj committed Sep 1, 2016
Commits on Aug 31, 2016
  1. Merge #8187: [0.12.2] backport: [qa] Switch to py3

    2826565 [qa] Switch to py3 (MarcoFalke)
    laanwj committed Aug 31, 2016
Commits on Jul 15, 2016
  1. [qa] Switch to py3

    Github-Pull: #7814
    Rebased-From: fa389d4
    MarcoFalke committed Mar 19, 2016
Commits on Jul 11, 2016
  1. Merge #8302: 0.12.2: [Qt] Disable some menu items during splashscreen…

    …/verification state
    
    
    fe98533 [Qt] Disable some menu items during splashscreen/verification state (Jonas Schnelli)
    laanwj committed Jul 11, 2016
  2. Merge #8318: [0.12] Backport "Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY

    …#7540"
    
    
    c4e5688 Rename NOP3 to CHECSEQUENCEVERIFY in rpc tests (BtcDrak)
    ac5577b Rename OP_NOP3 to OP_CHECKSEQUENCEVERIFY (BtcDrak)
    laanwj committed Jul 11, 2016
Commits on Jul 8, 2016
Commits on Jul 4, 2016
Commits on Jun 28, 2016
  1. Merge #8148: Backport leveldb build integration to 0.12

    9462e79 This is a cherry-pick of 89c844d back to 0.12. (Johnathan Corgan)
    932aedd Cherry-pick of f59dceb (#7925) to 0.12. (Johnathan Corgan)
    03c709b Backport leveldb build integration to 0.12 (Johnathan Corgan)
    laanwj committed Jun 28, 2016
Commits on Jun 22, 2016
  1. Merge #8236: [doc] 0.12.2: prepare release notes

    ffff324 [doc] 0.12: prepare release notes (MarcoFalke)
    laanwj committed Jun 22, 2016
Commits on Jun 21, 2016
  1. Merge #8230: Fix LogPrint to LogPrintf

    ba61949 Fix LogPrint to LogPrintf (TheLazieR Yip)
    laanwj committed Jun 21, 2016
Commits on Jun 20, 2016
  1. Fix LogPrint to LogPrintf

    Printing Log without category defined should use LogPrintf
    thelazier committed on GitHub Jun 20, 2016
  2. Merge #8185: [0.12.2] Various qa and test backports

    dc38a53 [qa] Move create_tx() to util.py (MarcoFalke)
    c0fe8b5 [qa] smartfees: Properly use ordered dict (MarcoFalke)
    493b89e [qa] test_framework: Properly print exceptions and assert empty dict (MarcoFalke)
    7a83489 Tests: Fix deserialization of reject messages (Suhas Daftuar)
    e0b1bbe [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke)
    697ed8c Check if zmq is installed in tests, update docs (Elliot Olds)
    d5a9de3 tests: Check Content-Type header returned from RPC server (Wladimir J. van der Laan)
    ed2f0e3 [qa] maxblocksinflight: Actually enable test (MarcoFalke)
    3036282 [qa] httpbasics: Actually test second connection (MarcoFalke)
    afbc000 test_framework: python3.4 authproxy compat (Wladimir J. van der Laan)
    80b6bfa test_framework: detect failure of bitcoind startup (Wladimir J. van der Laan)
    4ffd309 Create SingleNodeConnCB class for RPC tests (Alex Morcos)
    4fd6008 travis: 'make check' in parallel and verbose (Cory Fields)
    2d2b045 Reenable multithread scheduler test (Pavel Janík)
    658307e test: Add more thorough test for dbwrapper iterators (Wladimir J. van der Laan)
    laanwj committed Jun 20, 2016
Commits on Jun 9, 2016
  1. [qa] Move create_tx() to util.py

    (cherry picked from commit fa8cd46)
    MarcoFalke committed Jan 4, 2016
  2. [qa] smartfees: Properly use ordered dict

    Github-Pull: #7980
    Rebased-From: fa17f93 43bbcd0
    MarcoFalke committed Apr 30, 2016
  3. Tests: Fix deserialization of reject messages

    Github-Pull: #7912
    Rebased-From: 807fa47
    sdaftuar committed with MarcoFalke Apr 19, 2016
  4. [qa] pull-tester: Don't mute zmq ImportError

    Github-Pull: #7851
    Rebased-From: fa05e22 faa4f22 fae1f4e
    MarcoFalke committed Apr 9, 2016
  5. Check if zmq is installed in tests, update docs

    Github-Pull: #7635
    Rebased-From: 2ab835a
    elliotolds committed with MarcoFalke Mar 10, 2016
  6. tests: Check Content-Type header returned from RPC server

    Github-Pull: #7833
    Rebased-From: 5078ca4
    laanwj committed with MarcoFalke Apr 7, 2016
  7. [qa] maxblocksinflight: Actually enable test

    Github-Pull: #7803
    Rebased-From: fac724c
    MarcoFalke committed Mar 20, 2016
  8. [qa] httpbasics: Actually test second connection

    Github-Pull: #7802
    Rebased-From: fa24456
    MarcoFalke committed Apr 3, 2016
  9. test_framework: python3.4 authproxy compat

    Github-Pull: #7751
    Rebased-From: d7b80b5 e7e48ba
    laanwj committed with MarcoFalke Mar 28, 2016
  10. test_framework: detect failure of bitcoind startup

    Github-Pull: #7744
    Rebased-From: 018b60c
    laanwj committed with MarcoFalke Mar 25, 2016
  11. Create SingleNodeConnCB class for RPC tests

    (cherry picked from commit 5fa66e4)
    morcos committed with MarcoFalke Mar 4, 2016
  12. travis: 'make check' in parallel and verbose

    Github-Pull: #8072
    Rebased-From: 401ae65
    theuni committed with MarcoFalke May 17, 2016
  13. Reenable multithread scheduler test

    Github-Pull: #8016
    Rebased-From: db18ab2 166e4b0
    paveljanik committed with MarcoFalke May 6, 2016
  14. test: Add more thorough test for dbwrapper iterators

    Github-Pull: #7992
    Rebased-From: 84c13e7 6030625 269a440
    laanwj committed with MarcoFalke Apr 26, 2016