8858 Commits (d678771c660c936a6222dd43a204cb2699100f3e)

Author SHA1 Message Date
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
Wladimir J. van der Laan 75a109338f tests: Fix dangling pwalletMain pointer in wallet tests 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
Cory Fields 205830a37b build: add --enable-werror option 8 years ago
gubatron eaea2bbb41 Removed redundant parameter from mempool.PrioritiseTransaction 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
Peter Todd 3b4dd2a676
Add seed.btc.petertodd.org to mainnet DNS seeds 8 years ago
Pieter Wuille 5c8fd50811 Avoid VLA in hash.h 8 years ago
Cory Fields 3301587dc5 boost: remove iostreams includes 8 years ago
Pieter Wuille c801c82e25 Move BIP70_MAX_PAYMENTREQUEST_SIZE to header 8 years ago
Pieter Wuille 914fad155d Make KEY_SIZE a compile-time constant 8 years ago
Russell Yanofsky e2e2f4c856 Return errors from importmulti if complete rescans are not successful 8 years ago
Wladimir J. van der Laan f87e8f5392
build: bump version to 0.14.99 8 years ago
Russell Yanofsky ec1267f13b [wallet] Remove importmulti always-true check 8 years ago
John Newbery 55c403b8fe Ensure `-maxsigcachesize` is in valid range 8 years ago
Alex Morcos 91fb506e0a Add two hour buffer to manual pruning 8 years ago
Gregory Maxwell 3f78e460ba Update nMinimumChainWork and defaultAssumeValid. 8 years ago
Russell Yanofsky e662af3583 Use 2 hour grace period for key timestamps in importmulti rescans 8 years ago
CryptAxe 00e623d0b8 [Trivial] Update comments referencing main.cpp 8 years ago
Russell Yanofsky 07afcd6379 Add missing cs_wallet lock that triggers new lock held assertion 8 years ago
Suhas Daftuar ba803efb68 Harden against mistakes handling invalid blocks 8 years ago
Wladimir J. van der Laan 6c5427d24c wallet: Prevent "overrides a member function but is not marked 'override'" warnings 8 years ago
practicalswift 0c9b9b7d64 [trivial] Fix recently introduced typos in comments 8 years ago
Jonas Schnelli 4b6ccccc16
Selectively suppress deprecation warnings 8 years ago
Cory Fields cbfc5a6728 net: require a verack before responding to anything else 8 years ago
Cory Fields 8502e7acbe net: parse reject earlier 8 years ago
Cory Fields c45b9fb54c net: correctly ban before the handshake is complete 8 years ago
Russell Yanofsky 9acf25cc01 Return error when importmulti called with invalid address. 8 years ago
Luke Dashjr 0b4f273e9c Bugfix: Qt/Options: Restore persistent "restart required" notice 8 years ago
Russell Yanofsky a80f98b1c7 Use importmulti timestamp when importing watch only keys 8 years ago
Russell Yanofsky a58370e6a2 Dedup nTimeFirstKey update logic 8 years ago
Russell Yanofsky 266a8114cb Use MTP for importmulti "now" timestamps 8 years ago
Russell Yanofsky 3cf991756c Add test to check new importmulti "now" value 8 years ago
Russell Yanofsky 442887f27f Require timestamps for importmulti keys 8 years ago
Matt Corallo db2dc7a58c Move CNode::addrLocal access behind locked accessors 8 years ago