9158 Commits (c37e32af0d2f8723f89c5304d41a4a41d4d34ea3)

Author SHA1 Message Date
Ian Kelling 90a1d9a55d Docs: add details to -rpcclienttimeout doc 8 years ago
Gregory Sanders 666597798c remove 'label' filter for rpc command help 8 years ago
Russell Yanofsky 7ed143c10e Add test for CWalletTx::GetImmatureCredit() returning stale values. 8 years ago
keystrike 6d37ee8314 Trivial: Debug log ambiguity fix for peer addrs 8 years ago
practicalswift 343ba8fef5 [wallet] Remove redundant initialization 8 years ago
Luke Dashjr d678771c66 Wallet: Sanitise -wallet parameter 8 years ago
Luke Dashjr 9756be382e Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLater job name 8 years ago
Luke Dashjr 86be48a77c More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest where appropriate 8 years ago
Luke Dashjr a4356328e0 Move wallet RPC declarations to rpcwallet.h 8 years ago
Luke Dashjr ad1573472e RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method 8 years ago
Luke Dashjr bf8a04a165 Reformat touched lines with C++11 8 years ago
Luke Dashjr 2e518e313b Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet 8 years ago
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 8 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 8 years ago
Cory Fields d4ee7baef7 prevector: assert successful allocation 8 years ago
Alex Morcos ad727f4eaf [rpc] sendrawtransaction no longer bypasses minRelayTxFee 8 years ago
Alex Morcos fe282acd76 [cleanup] Remove estimatePriority and estimateSmartPriority 8 years ago
Alex Morcos 400b15147c [debug] Change -printpriority option 8 years ago
Alex Morcos 272b25a6a9 [mining] Remove -blockprioritysize. 8 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 8 years ago
MarcoFalke ddf58c7573 wallet: Remove sendfree 8 years ago
Russell Yanofsky 306bd72157 Fix importmulti returning rescan errors for wrong keys 8 years ago
Wladimir J. van der Laan 75a109338f tests: Fix dangling pwalletMain pointer in wallet tests 8 years ago
Wladimir J. van der Laan 19cafc6239 test: Replace remaining sprintf with snprintf 8 years ago
Wladimir J. van der Laan 0a177148e7 uint256: replace sprintf with HexStr and reverse-iterator 8 years ago
Pieter Wuille 277b472fb2 Run miner_tests with fixed options 8 years ago
Pieter Wuille 48faf0bf63 Abstract out BlockAssembler options 8 years ago
Marijn Stollenga 83ac719d34 Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 8 years ago
Cory Fields c5f008a416 don't throw std::bad_alloc when out of memory. Instead, terminate immediately 8 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 8 years ago
Pieter Wuille 30aedcbdb4 BIP32 extra test vector 8 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 8 years ago
Russell Yanofsky f81f0d0030 Update sendfrom RPC help to correct coin selection misconception 8 years ago
Marko Bencun 5b528d746c qt: clean up initialize/shutdown signals 8 years ago
Cory Fields 205830a37b build: add --enable-werror option 8 years ago
Russell Yanofsky 09fe346a4f Avoid -Wshadow warnings in wallet_tests 8 years ago
Marko Bencun 4b183d33f3 Remove block file location upgrade code 8 years ago
Wladimir J. van der Laan 7e6dcd9995 random: Add fallback if getrandom syscall not available 8 years ago
Wladimir J. van der Laan 7cad849299 sanity: Move OS random to sanity check function 8 years ago
Wladimir J. van der Laan aa09ccbb74 squashme: comment that NUM_OS_RANDOM_BYTES should not be changed lightly 8 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 8 years ago
Wladimir J. van der Laan 224e6eb089 util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 8 years ago
Alex Morcos bc8fd12289 Remove harmless read of unusued priority estimates 8 years ago
Jonas Schnelli 312c4f1057
Fix segfault crash when shutdown the GUI in disablewallet mode 8 years ago
Marko Bencun a87d02adad use EXIT_ codes instead of magic numbers 8 years ago
kirit93 40f11f8872 Fix for issue #9775. Added check for open() returning a NULL pointer. 8 years ago
Pavel Janík 171fc91f06 Read/write mempool.dat as a binary. 8 years ago
Johnathan Corgan f36bdf02ce Enable host lookups for -proxy and -onion parameters 8 years ago
Peter Todd 3b4dd2a676
Add seed.btc.petertodd.org to mainnet DNS seeds 8 years ago
NicolasDorier 4d51e9be16 Assert ConnectBlock block and pIndex are the same block 8 years ago