10272 Commits (92848e5058c7667c61c358ea2c46f07a6edc468b)

Author SHA1 Message Date
João Barbosa 7696841329 Fix style in -stdin and -stdinrpcpass handling 7 years ago
Cory Fields 80e2e9d0ce net: drop unused connman param 7 years ago
Cory Fields 8ad663c1fa net: use an interface class rather than signals for message processing 7 years ago
Matt Corallo aece8a4637 (finally) remove getinfo in favor of more module-specific infos 7 years ago
Cory Fields 28f11e9406 net: pass CConnman via pointer rather than reference 7 years ago
João Barbosa 86e6dd4b63 Remove duplicate destination decoding 7 years ago
João Barbosa 8d0041e607 Remove unused GetKeyID and IsScript methods from CBitcoinAddress 7 years ago
Adam Langley 1444c2e7d0 Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing even with link-time optimization. 7 years ago
Pieter Wuille 864cd27874 Move CBitcoinAddress to base58.cpp 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
practicalswift fdc329376c Document assumptions that are being made to avoid NULL pointer dereferences 7 years ago
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
Gregory Sanders b86a42077a when clearing addrman clear mapInfo and mapAddr 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
Suhas Daftuar d01a9682b1 wallet: update stored witness in AddToWallet 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
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 e40fa987e4 Simplify bswap_16 implementation 7 years ago
Wladimir J. van der Laan 82dd7195e1 rpc: Write authcookie atomically 7 years ago
Russell Yanofsky de9a1db2ed Acquire cs_main lock before cs_wallet during wallet initialization 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