10235 Commits (94c9015bca861085f76ca3c045e17d0591aa6c8b)

Author SHA1 Message Date
Pieter Wuille 46c90437f9 Remove some unused functions and methods 7 years ago
Jim Posen 7a1e873b27 [script] Unit tests for IsMine 7 years ago
Jim Posen d7afe2d157 [script] Unit tests for script/standard functions 7 years ago
Dan Raviv 2a07f878a8 Refactor: Modernize disallowed copy constructors/assignment 7 years ago
Andrew Chow e53fa4a1ca Remove custom fee radio group 7 years ago
Dan Raviv a0b4c24617 Trivial: Fix validation comments 7 years ago
Matt Corallo cdaf3a1f9e
Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selected 7 years ago
danra dc2f737ae3 Trivial: Fix comments for DEFAULT_WHITELIST[FORCE]RELAY 7 years ago
MeshCollider 77939f27f7 Fix uninitialized g_connman crash in Shutdown() 7 years ago
MarcoFalke fadf31ef02 wallet: Display non-HD error on first run 7 years ago
Marko Bencun 05cae8aefd range-based loops and const qualifications in net.cpp 7 years ago
Matt Corallo 3dc263c9b9 Use a sensible default for blockmaxweight 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
Wladimir J. van der Laan 5acd82de9a rpc: make estimatesmartfee argument naming consistent with documentation 7 years ago
Wladimir J. van der Laan 24697c40ee rpc: update cli for estimatefee argument rename 7 years ago
Andrew Chow 713a92073b Remove usehd option and warn when it is used 7 years ago
Andrew Chow d4c18f7330 Bump wallet version number to 159900 7 years ago
John Newbery 5d2a3995e7 [trivial] fixup comment for VerifyWallets() 7 years ago
John Newbery 43b0e81d0f [wallet] Add StartWallets() function to wallet/init.cpp 7 years ago
John Newbery 290f3c56d9 [wallet] Add RegisterWalletRPC() function to wallet/init.cpp 7 years ago
John Newbery 062d63102e [wallet] Add CloseWallets() function to wallet/init.cpp 7 years ago
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
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
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