13643 Commits (0416ea9f743fcbf40f6caabed13df56a18a4ab41)
 

Author SHA1 Message Date
Wladimir J. van der Laan 8152d3fe57
Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources 8 years ago
Wladimir J. van der Laan c047b1663d
Merge #9643: [refactor] Remove using namespace <xxx> from wallet/ & util* 8 years ago
NicolasDorier 3cef95058c Trivial: Add const modifier to GetHDChain and IsHDEnabled 8 years ago
Matt Corallo 819b513a54 Add missing braces in semaphore posts in net 8 years ago
Matt Corallo e007b243c4 Fix shutdown hang with >= 8 -addnodes set 8 years ago
John Newbery adaa281da1 Update release notes to include RPC error code changes. 8 years ago
John Newbery 338bf065a4 Add commenting around JSON error codes 8 years ago
Karl-Johan Alm a57845c20e
Refactor: Remove using namespace <xxx> from util* 8 years ago
Karl-Johan Alm 8a5228197c
Refactor: Remove using namespace <xxx> from wallet/ 8 years ago
Karl-Johan Alm 8cbfc4e472
Refactor: Remove using namespace <xxx> from script/ 8 years ago
Karl-Johan Alm f3c264e9a6
Refactor: Remove using namespace <xxx> from rpc/ 8 years ago
practicalswift 218d915445 [bench] Avoid function call arguments which are pointers to uninitialized values 8 years ago
Wladimir J. van der Laan 6996e066b5
Merge #9952: Add historical release notes for 0.14.0 8 years ago
Wladimir J. van der Laan 2de6930306 Add historical release notes for 0.14.0 8 years ago
MarcoFalke 8bfa13b15b
Merge #9936: [trivial] Fix three typos introduced into walletdb.h in commit 7184e25 8 years ago
MarcoFalke ac23a7c1f1
Merge #9945: Improve logging in bctest.py if there is a formatting mismatch 8 years ago
kobake 8e0720bdb9 Fix msvc compiler error C4146 (unary minus operator applied to unsigned type) 8 years ago
John Newbery 6c1fb73dd1 Improve logging in bctest.py if there is a formatting mismatch 8 years ago
John Newbery dab804c18a Return correct error codes in fundrawtransaction(). 8 years ago
John Newbery a012087667 Return correct error codes in setban(). 8 years ago
John Newbery 960bc7f778 Return correct error codes in removeprunedfunds(). 8 years ago
John Newbery c1190963b3 Return correct error codes in blockchain.cpp. 8 years ago
John Newbery 6d07c62322 Return correct error codes in bumpfee(). 8 years ago
Wladimir J. van der Laan 47510ad3dd
Merge #9548: Remove min reasonable fee 8 years ago
Wladimir J. van der Laan 30ff3a2fc9
Merge #9602: Remove coin age priority and free transactions - implementation 8 years ago
Wladimir J. van der Laan 3178b2c740
Merge #9369: Factor out CWallet::nTimeSmart computation into a method. 8 years ago
Wladimir J. van der Laan 6015df5b85
Merge #9912: Optimize GetWitnessHash() for non-segwit transactions 8 years ago
Wladimir J. van der Laan 779f2f9747
Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 8 years ago
Wladimir J. van der Laan 309bf16257
devtools: Fix a syntax error typo 8 years ago
Wladimir J. van der Laan 00c13ea637
Merge #9932: Fix verify-commits on travis and always check top commit's tree 8 years ago
practicalswift fdab309670 [trivial] Fix typos introduced in 7184e25c80 8 years ago
MarcoFalke 19be26afe3
Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_invalid-test (transaction_tests.cpp) 8 years ago
Matt Corallo 0235be1e7a Rename FlushWalletDB -> CompactWalletDB, add function description 8 years ago
Matt Corallo 735d9b5362 Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 8 years ago
Matt Corallo 73296f54d6 CScheduler boost->std::function, use millisecs for times, not secs 8 years ago
Matt Corallo b3ec305f8e Fix bashisms in verify-commits and always check top commit's tree 8 years ago
Matt Corallo f20e664f40 Check gpg version before setting --weak-digest 8 years ago
kobake 292112f87e Fix msvc compiler error C4146 (minus operator applied to unsigned type) 8 years ago
Wladimir J. van der Laan 72fb5158b1
Merge #9906: Disallow copy constructor CReserveKeys 8 years ago
Wladimir J. van der Laan d5ce14e223
Merge #9929: tests: Delete unused function _rpchost_to_args 8 years ago
Wladimir J. van der Laan c78adbf450
Merge #9843: Fix segwit getblocktemplate test 8 years ago
Wladimir J. van der Laan 4df8213b98
Merge #9880: Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1 8 years ago
Wladimir J. van der Laan 99fecf80dc tests: Delete unused function _rpchost_to_args 8 years ago
Gregory Sanders 188f89c3bb Disallow copy of CReserveKeys 8 years ago
Wladimir J. van der Laan 8a3b07529d
Merge #8574: [Wallet] refactor CWallet/CWalletDB/CDB 8 years ago
Jonas Schnelli 7184e25c80
[Wallet] refactor CWallet/CWalletDB/CDB 8 years ago
Wladimir J. van der Laan fa625b078b
Merge #9333: Document CWalletTx::mapValue entries and remove erase of nonexistent "version" entry. 8 years ago
Wladimir J. van der Laan d32581cc29
Merge #9547: bench: Assert that division by zero is unreachable 8 years ago
Wladimir J. van der Laan 9d5fcbfb08
Merge #9739: Fix BIP68 activation test 8 years ago
Wladimir J. van der Laan 48c3429c50
Merge #9832: [qa] assert_start_raises_init_error 8 years ago