13235 Commits (9576b015a107b98fc950c574ed01d993b388d7c9)
 

Author SHA1 Message Date
Russell Yanofsky 9576b015a1 Enable xvfb in travis to allow running test_bitcoin-qt 7 years ago
Russell Yanofsky 9e6817ed11 Add new test_bitcoin-qt static library dependencies 7 years ago
Russell Yanofsky 2754ef1c4a Add simple qt wallet test sending a transaction 7 years ago
Russell Yanofsky b61b34c89d Add braces to if statements in Qt test_main 7 years ago
Russell Yanofsky cc9503cec9 Make qt test compatible with TestChain100Setup framework 7 years ago
Russell Yanofsky 91e303595b Make test_bitcoin.cpp compatible with Qt Test framework 7 years ago
MarcoFalke 8910b4717e
Merge #9768: [qa] Add logging to test_framework.py 7 years ago
John Newbery 64c080051b Use logging in individual tests 7 years ago
John Newbery 38ad281b2a Use logging in test_framework/comptool.py 7 years ago
John Newbery ff190739be Use logging in test_framework/blockstore.py 7 years ago
John Newbery 2a9c7c74dc Use logging in test_framework/util.py 7 years ago
John Newbery b0dec4a04a Remove manual debug settings in qa tests. 7 years ago
John Newbery af1363cb1c Always enable debug log and microsecond logging for test nodes. 7 years ago
John Newbery 6d0e3250bb Use logging in mininode.py 7 years ago
John Newbery 553a976929 Add logging to p2p-segwit.py 7 years ago
John Newbery 0e6d23dd53 Add logging to test_framework.py 7 years ago
MarcoFalke 5703dff093
Merge #9962: [trivial] Fix typo in rpc/protocol.h 7 years ago
Wladimir J. van der Laan e3e7db829e
Merge #9538: [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) 7 years ago
Wladimir J. van der Laan c71f0ca5f8
Merge #9960: Trivial: Add const modifier to GetHDChain and IsHDEnabled 7 years ago
practicalswift 53a2ba351a [util] Remove redundant call to get() on smart pointer (thread_specific_ptr) 7 years ago
practicalswift 9ea249014a [trival] Fix typo introduced into rpc/protocol.h in commit 338bf06 7 years ago
Wladimir J. van der Laan b403ec5c0f
Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigned type) 7 years ago
Wladimir J. van der Laan 02bd6e9bc6
Merge #9853: Fix error codes from various RPCs 7 years ago
Wladimir J. van der Laan 6805c4112c
Merge #9575: Remove unused, non-working RPC PostCommand signal 7 years ago
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 7 years ago
Wladimir J. van der Laan 8152d3fe57
Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources 7 years ago
Wladimir J. van der Laan c047b1663d
Merge #9643: [refactor] Remove using namespace <xxx> from wallet/ & util* 7 years ago
NicolasDorier 3cef95058c Trivial: Add const modifier to GetHDChain and IsHDEnabled 7 years ago
John Newbery adaa281da1 Update release notes to include RPC error code changes. 7 years ago
John Newbery 338bf065a4 Add commenting around JSON error codes 7 years ago
Karl-Johan Alm a57845c20e
Refactor: Remove using namespace <xxx> from util* 7 years ago
Karl-Johan Alm 8a5228197c
Refactor: Remove using namespace <xxx> from wallet/ 7 years ago
Karl-Johan Alm 8cbfc4e472
Refactor: Remove using namespace <xxx> from script/ 7 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 7 years ago
Wladimir J. van der Laan 6996e066b5
Merge #9952: Add historical release notes for 0.14.0 7 years ago
Wladimir J. van der Laan 2de6930306 Add historical release notes for 0.14.0 7 years ago
MarcoFalke 8bfa13b15b
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25 7 years ago
MarcoFalke ac23a7c1f1
Merge #9945: Improve logging in bctest.py if there is a formatting mismatch 7 years ago
kobake 8e0720bdb9 Fix msvc compiler error C4146 (unary minus operator applied to unsigned type) 7 years ago
John Newbery 6c1fb73dd1 Improve logging in bctest.py if there is a formatting mismatch 7 years ago
John Newbery dab804c18a Return correct error codes in fundrawtransaction(). 7 years ago
John Newbery a012087667 Return correct error codes in setban(). 7 years ago
John Newbery 960bc7f778 Return correct error codes in removeprunedfunds(). 7 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 7 years ago
John Newbery 6d07c62322 Return correct error codes in bumpfee(). 7 years ago
Wladimir J. van der Laan 47510ad3dd
Merge #9548: Remove min reasonable fee 7 years ago
Wladimir J. van der Laan 30ff3a2fc9
Merge #9602: Remove coin age priority and free transactions - implementation 7 years ago
Wladimir J. van der Laan 3178b2c740
Merge #9369: Factor out CWallet::nTimeSmart computation into a method. 7 years ago
Wladimir J. van der Laan 6015df5b85
Merge #9912: Optimize GetWitnessHash() for non-segwit transactions 7 years ago
Wladimir J. van der Laan 779f2f9747
Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 7 years ago