10549 Commits (9587a9c12b5d54263787a23c75f570db368318c1)

Author SHA1 Message Date
John Newbery 77fe07c159 [wallet] Add StopWallets() function to wallet/init.cpp 7 years ago
John Newbery 2da5eafa47 [wallet] Add FlushWallets() function to wallet/init.cpp 7 years ago
John Newbery 1b9cee66e1 [wallet] Rename WalletVerify() to VerifyWallets() 7 years ago
John Newbery 9c76ba18cd [wallet] Rename InitLoadWallet() to OpenWallets() 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
Cory Fields 2525b972af net: stop both net/net_processing before destroying them 7 years ago
donaloconnor 203a4aa31e Fix CTxMemPoolEntry::UpdateAncestorState: modifySigOps param type int -> int64_t 7 years ago
Jonas Schnelli f151f5f50f
[macOS] remove Growl support, remove unused code 7 years ago
James Evans d2be7b25b5
Typo in optionsdialog.ui 7 years ago
jjz 061297f0ac Ensure that data types are consistent 7 years ago
Jorge Timón 3f0ee3e501
Proper indentation for CheckTxInputs and other minor fixes 7 years ago
MeshCollider 731065b114 Consistent parameter names in txdb.h 7 years ago
MeshCollider 35aeabec62 Make fReindex atomic to avoid race 7 years ago
MeshCollider 58d91af59e Fix race for mapBlockIndex in AppInitMain 7 years ago
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
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 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