9041 Commits (e9a64615c8e18692a775765787f404266767260b)

Author SHA1 Message Date
Gregory Sanders 188f89c3bb Disallow copy of CReserveKeys 8 years ago
Jonas Schnelli 7184e25c80
[Wallet] refactor CWallet/CWalletDB/CDB 8 years ago
Wladimir J. van der Laan a4d1c9f041 compat: use `unsigned int` instead of `u_int` 8 years ago
Wladimir J. van der Laan 25da1ee36c build: cleanup: define MSG_DONTWAIT/MSG_NO_SIGNAL locally 8 years ago
Wladimir J. van der Laan c459d509b7 build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL 8 years ago
Alex Morcos 7d4e9509ad Allow setting minrelaytxfee to 0 8 years ago
Alex Morcos 359e8a03d1 [cleanup] Remove coin age priority completely. 8 years ago
Alex Morcos f9b9371c60 [rpc] Remove priorityDelta from prioritisetransaction 8 years ago
Alex Morcos 49be7e1bef [rpc] Remove priority information from mempool RPC calls 8 years ago
Alex Morcos 0315888d0d [test] Remove priority from tests 8 years ago
Alex Morcos f838005444 No longer allow "free" transactions 8 years ago
Russell Yanofsky e57a1fd899 Define 7200 second timestamp window constant 8 years ago
Suhas Daftuar 02c57b521a Optimize GetWitnessHash() for non-segwit transactions 8 years ago
Russell Yanofsky 7759aa23d1 Save watch only key timestamps when reimporting keys 8 years ago
Russell Yanofsky 630fc549e2 Clean up braces in CWallet::ComputeTimeSmart 8 years ago
Russell Yanofsky 6c996c2df7 Add documentation describing CWallet::nTimeSmart. 8 years ago
Russell Yanofsky 1f98abe47b Factor out CWallet::nTimeSmart computation into a method. 8 years ago
Russell Yanofsky c6b82d1db5 Add tests for CWalletTx::nTimeSmart 8 years ago
Ian Kelling e5b449c3e8 Docs: correct and elaborate -rpcbind doc 8 years ago
Wladimir J. van der Laan 64854666f5 test: Report InitBlockIndex result 8 years ago
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