10837 Commits (0f616517e1f24a270b4599b04e16f21f7137d77e)

Author SHA1 Message Date
Sjors Provoost 478d4fb79c [docs] explain how to recompile only what bitcoind tests need 7 years ago
Lawrence Nahum 1aa97ee088
Add savemempool RPC 7 years ago
Lawrence Nahum 467cbbcbfc
Add return value to DumpMempool 7 years ago
practicalswift 3a4401a6b8 [Qt] Terminate string *pszExePath after readlink and without using memset 7 years ago
Gregory Sanders b86a42077a when clearing addrman clear mapInfo and mapAddr 7 years ago
MeshCollider bbdbe805a2 Add iswitness parameter to decode- and fundrawtransaction RPCs 7 years ago
MeshCollider c8d38abd65 Refactor tipUpdate as per style guide 7 years ago
MeshCollider 3b69a08c53 Fix division by zero in time remaining 7 years ago
Chris Moore a1ea1cfbd8 qt: Use IsMine to validate custom change address 7 years ago
Suhas Daftuar 0311836f69 Allow setting nMinimumChainWork on command line 7 years ago
MeshCollider d1138e3620 Remove redundant testutil files 7 years ago
Akio Nakamura 47ba2c312a Fix currency/fee-rate unit string in the help text 7 years ago
Karl-Johan Alm 258d33b41a
[mempool] Mark unaccepted txs present in mempool as 'already there'. 7 years ago
Suhas Daftuar d01a9682b1 wallet: update stored witness in AddToWallet 7 years ago
gnuser 9db9d6215f Refactor: make the read function simpler 7 years ago
Utsav Gupta dc334fe749 Update hmac_sha256.h 7 years ago
MeshCollider dea086f498 Stop test_bitcoin-qt touching ~/.bitcoin 7 years ago
danra 5abb93f0ee Fix include path for bitcoin-config.h in crypto/common.h 7 years ago
Suhas Daftuar 7e5d5965d1 RPC: add wtxid to mempool entry output 7 years ago
Daniel Edgecumbe 14ccd4d8d1 [Qt] Fix display of package name on 'open config file' tooltip 7 years ago
Johnson Lau e912118786 [Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Jorge Timón 6d2d2eb493
RPC: gettxout: Slightly improve doc and tests 7 years ago
Wladimir J. van der Laan ce5381e7fe build: Rename --enable-experimental-asm to --enable-asm and enable by default 7 years ago
practicalswift 55509f1a11 Document assumptions that are being made to avoid division by zero 7 years ago
Dan Raviv b426e24678 Remove redundant explicitly defined copy ctors 7 years ago
danra 946638d0a0 Improve versionbits_computeblockversion test code consistency 7 years ago
Andrew Chow e2548302f4 Make tabs toolbar no longer have a context menu 7 years ago
Dan Raviv 5ac072caa2 Fix boost headers included as user instead of system headers 7 years ago
Dan Raviv 9b348ff9eb Fix memory leaks in qt/guiutil.cpp 7 years ago
danra 37c4362f22 Trivial: Documentation fixes for CVectorWriter ctors 7 years ago
Dan Raviv bc70ab5dff Fix header guards using reserved identifiers 7 years ago
Alex Morcos 6af49dddea Output a bit more information for fee calculation report. 7 years ago
Alex Morcos a54c7b94f8 Fix rounding errors in calculation of minimum change size 7 years ago
danra eefc2f36f3 Move local include to before system includes 7 years ago
danra ac1cf8d55d Trivial: Improve #endif comments 7 years ago
danra e40fa987e4 Simplify bswap_16 implementation 7 years ago
Wladimir J. van der Laan 82dd7195e1 rpc: Write authcookie atomically 7 years ago
Akio Nakamura 33366768af Fix getchaintxstats() 7 years ago
Russell Yanofsky de9a1db2ed Acquire cs_main lock before cs_wallet during wallet initialization 7 years ago
practicalswift c6a995e7e5 Improve readability of DecodeBase58Check(...) 7 years ago
Joe Harvell 79191f51b5 Add option -stdinrpcpass to allow RPC password to be read from standard input 7 years ago
Andreas Schildbach ecb11f561c Document the non-strict-DER-conformance of one test in tx_valid.json. 7 years ago
MeshCollider c001992440 Fix potential null dereferences 7 years ago
practicalswift f1708ef89a Add recommendation: By default, declare single-argument constructors `explicit` 7 years ago
Matt Corallo cd0ea48742 Changing -txindex requires -reindex, not -reindex-chainstate 7 years ago
Matt Corallo ee4d1493e2 Drop upgrade-cancel callback registration for a generic "resumeable" 7 years ago
Jim Posen 360b464a08 Comments: More comments on functions/globals in standard.h. 7 years ago
practicalswift bea8e9e66e Document the preference of nullptr over NULL or (void*)0 7 years ago
Jonas Nick f9ca0fe44e Fix combinerawtransaction RPC help result section 7 years ago