9158 Commits (c37e32af0d2f8723f89c5304d41a4a41d4d34ea3)

Author SHA1 Message Date
Suhas Daftuar abe7b3d3ab Don't require segwit in getblocktemplate for segwit signalling or mining 7 years ago
Wladimir J. van der Laan b651270cd6 util: Throw tinyformat::format_error on formatting error 7 years ago
Wladimir J. van der Laan 3b092bd9b6 util: Properly handle errors during log message formatting 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
NicolasDorier dcf2112de6 Add safe flag to listunspent result 7 years ago
Russell Yanofsky af61d9f78b Add COutput::fSafe member for safe handling of unconfirmed outputs 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
practicalswift 54fae05dad Remove unreachable code (g_rpcSignals.PostCommand) 7 years ago
NicolasDorier 3cef95058c Trivial: Add const modifier to GetHDChain and IsHDEnabled 7 years ago
Matt Corallo 819b513a54 Add missing braces in semaphore posts in net 7 years ago
Matt Corallo e007b243c4 Fix shutdown hang with >= 8 -addnodes set 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
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(). 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
practicalswift fdab309670 [trivial] Fix typos introduced in 7184e25c80 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
kobake 292112f87e Fix msvc compiler error C4146 (minus operator applied to unsigned type) 8 years ago
Gregory Sanders 188f89c3bb Disallow copy of CReserveKeys 8 years ago
Jonas Schnelli 7184e25c80
[Wallet] refactor CWallet/CWalletDB/CDB 8 years ago
Wladimir J. van der Laan a4d1c9f041 compat: use `unsigned int` instead of `u_int` 8 years ago
Wladimir J. van der Laan 25da1ee36c build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally 8 years ago
Wladimir J. van der Laan c459d509b7 build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL 8 years ago
Alex Morcos 7d4e9509ad Allow setting minrelaytxfee to 0 8 years ago
Alex Morcos 359e8a03d1 [cleanup] Remove coin age priority completely. 8 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 8 years ago
Alex Morcos 49be7e1bef [rpc] Remove priority information from mempool RPC calls 8 years ago
Alex Morcos 0315888d0d [test] Remove priority from tests 8 years ago
Alex Morcos f838005444 No longer allow "free" transactions 8 years ago
Russell Yanofsky e57a1fd899 Define 7200 second timestamp window constant 8 years ago
Suhas Daftuar 02c57b521a Optimize GetWitnessHash() for non-segwit transactions 8 years ago
Russell Yanofsky 7759aa23d1 Save watch only key timestamps when reimporting keys 8 years ago
Russell Yanofsky 630fc549e2 Clean up braces in CWallet::ComputeTimeSmart 8 years ago
Russell Yanofsky 6c996c2df7 Add documentation describing CWallet::nTimeSmart. 8 years ago
Russell Yanofsky 1f98abe47b Factor out CWallet::nTimeSmart computation into a method. 8 years ago
Russell Yanofsky c6b82d1db5 Add tests for CWalletTx::nTimeSmart 8 years ago
Ian Kelling e5b449c3e8 Docs: correct and elaborate -rpcbind doc 8 years ago
Wladimir J. van der Laan 64854666f5 test: Report InitBlockIndex result 8 years ago