15295 Commits (3788a8479b4efd481f3e91419bcf347113375112)
 

Author SHA1 Message Date
MarcoFalke ee50c9e487
Merge #11276: [Docs] Update CONTRIBUTING.md to reduce unnecessary review workload 7 years ago
MeshCollider b73628d5a8 Make sure ~/.bitcoin doesn't exist before build 7 years ago
MarcoFalke 11dacc6154
Merge #11286: [depends] Don't build libevent sample code 7 years ago
MeshCollider c626dcb50e Make fUseCrypto atomic 7 years ago
Pieter Wuille 3255d6347b
Merge #11285: Add -usehd to excluded args in check-doc.py 7 years ago
fanquake f38c051048
[depends] Don't build libevent sample code 7 years ago
practicalswift b8d91e03a9 [Docs] Fix broken Markdown table in dependencies.md. Cleanups. 7 years ago
MeshCollider 7d03418aea Add -usehd to excluded args in check-doc.py 7 years ago
Wladimir J. van der Laan c22a53cd63
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option 7 years ago
Jonas Schnelli 91c39e38d9
Update CONTRIBUTRING.md to reduce unnecesarry review workload 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
MarcoFalke 791a0e6dda
Merge #10767: [wallet] Clarify wallet initialization / destruction interface 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
Wladimir J. van der Laan efb4383ef6
Merge #10793: Changing &var[0] to var.data() 7 years ago
Wladimir J. van der Laan 723e580657
Merge #10756: net processing: swap out signals for an interface class 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
MarcoFalke 638e6c59da
Merge #11271: travis: filter out pyenv 7 years ago
Wladimir J. van der Laan 77aa9e59ea test: Check RPC argument mapping 7 years ago
Cory Fields aa2e0f09ec travis: filter out pyenv 7 years ago
MarcoFalke 52f8877525
Merge #11260: travis: Assert default datadir isn't created, Run scripted diff only once 7 years ago
Wladimir J. van der Laan e6ab88a452
Merge #10916: add missing lock to crypter GetKeys() 7 years ago
Wladimir J. van der Laan 2f0d3e604a
Merge #11232: Ensure that data types are consistent 7 years ago
Wladimir J. van der Laan e7f125562f
Merge #11237: qt: Fixing division by zero in time remaining 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
Jonas Schnelli a3624ddb1a
Merge #11156: Fix memory leaks in qt/guiutil.cpp 7 years ago
Jonas Schnelli ea729d55b4
Merge #10770: Drop upgrade-cancel callback registration for a generic "cancelable" 7 years ago
Jonas Schnelli 9c8f3655cc
Merge #10911: [qt] Fix typo and access key in optionsdialog.ui 7 years ago
James Evans d2be7b25b5
Typo in optionsdialog.ui 7 years ago
jjz 061297f0ac Ensure that data types are consistent 7 years ago
MarcoFalke 2a56baf395
Merge #10682: Trivial: Move the AreInputsStandard documentation next to its implementation 7 years ago
Wladimir J. van der Laan f65614726d
Merge #10779: Create dependencies.md 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
Wladimir J. van der Laan 645a7ecc0b
Merge #11125: Add bitcoin-cli -stdin and -stdinrpcpass functional tests 7 years ago
João Barbosa 29e1dfbd97 [test] Add bitcoin-cli -stdin and -stdinrpcpass functional tests 7 years ago
João Barbosa ce379b47b9 [test] Replace check_output with low level version 7 years ago
João Barbosa 232e3e8471 [test] Add assert_raises_process_error to assert process errors 7 years ago