10398 Commits (cc5c39ddca4cf5e01c45fdf69462f50ac984e264)

Author SHA1 Message Date
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 8 years ago
James Hilliard ee2d10ad0c Check if sys/random.h is required for getentropy on OSX. 8 years ago
Russell Yanofsky df389bca20 Change wallet method disabled error text 8 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 8 years ago
practicalswift 065039da1f [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 8 years ago
Ryan Havar 9f8a46f077 Properly document target_confirmations in listsinceblock 8 years ago
Wladimir J. van der Laan 88af227687 test: Make sure wallet.backup is created in temp path 8 years ago
practicalswift 6e8c48dc59 Add const to methods that do not modify the object for which it is called 8 years ago
João Barbosa a622a17683 Fix constness of ArgsManager methods 8 years ago
Dag Robole 72f00608d0 Replace traditional for with ranged for in primitives 8 years ago
Marko Bencun fe09b0197c add missing lock to crypter GetKeys() 8 years ago
Marko Bencun 5cb3da04b8 keystore GetKeys(): return result instead of writing to reference 8 years ago
Matt Corallo a56f8b0be3 Add missing lock in CScheduler::AreThreadsServicingQueue() 8 years ago
Marko Bencun f228b8e163 remove some unused functions 8 years ago
Dag Robole 05e023f2ec Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 8 years ago
Brian McMichael 0be03c71bd Qt: Use _putenv_s instead of setenv on Windows builds 8 years ago
Karl-Johan Alm f999c46cae
listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array. 8 years ago
Wladimir J. van der Laan 6adc3a3732
qt: Periodic translations update 8 years ago
John Newbery 9508761ed6 [wallet] [rpc] Add listwallets RPC 8 years ago
John Newbery 4a057152d2 [wallet] [rpc] print wallet name in getwalletinfo 8 years ago
John Newbery 09eacee6b2 [wallet] fix comment for CWallet::Verify() 8 years ago
Jonas Schnelli 97375727b8
[Qt] Use wallet 0 in rpc console if running with multiple wallets 8 years ago
Pieter Wuille 6b8d872e5e Protect SSE4 code behind a compile-time flag 8 years ago
Pieter Wuille fa9be909c9 Add selftest for SHA256 transform 8 years ago
Pieter Wuille c1ccb15b0e Add SSE4 based SHA256 8 years ago
Pieter Wuille 2991c91d88 Add SHA256 dispatcher 8 years ago
Pieter Wuille 4d50f38fe0 Support multi-block SHA256 transforms 8 years ago
Marko Bencun 352d582ba2 Add vConnect to CConnman::Options 8 years ago
Steven D. Lander a5ecaf1490
Fix misspellings and remove safety verbiage 8 years ago
Alex Morcos 2264236da0 Rename -usewallet to -rpcwallet 8 years ago
Andrew Chow 1c9b818756 getinfo deprecation warning 8 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 8 years ago
Matt Corallo cf82a9e704 Do not allow users to get keys from keypool without reserving them 8 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 8 years ago
practicalswift 5a6671c4ca Fix typo: "conditon" → "condition" 8 years ago
practicalswift 35aff43217 Remove unused variable int64_t nEnd 8 years ago
Matt Corallo 99c7fc39a5 Prevent user from specifying conflicting parameters to fundrawtx 8 years ago
Alex Morcos f4d00e63f7 Add a discard_rate 8 years ago
Cory Fields 077d01f2fc random: only use getentropy on openbsd 8 years ago
Gregory Maxwell 095b917464 Avoid using sizes on non-fixed-width types to derive protocol constants. 8 years ago
practicalswift b82c55af78 Add attribute [[noreturn]] (C++11) to functions that will not return 8 years ago
Matt Corallo 1fc8c3de0c No longer ever reuse keypool indexes 8 years ago
Jonas Schnelli 76603b1325
Select wallet based on the given endpoint 8 years ago
Jonas Schnelli 32c9710c50
Fix test_bitcoin circular dependency issue 8 years ago
Jonas Schnelli 31e07203bd
Add wallet endpoint support to bitcoin-cli (-usewallet) 8 years ago
practicalswift 40a0f9fb96 Enable devirtualization opportunities by using the final specifier (C++11) 8 years ago
Cory Fields 9a1675ee5b optim: mark a few classes final 8 years ago
René Nyffenegger c5ebddd114 Tests: address placement should be deterministic by default 8 years ago
Alex Morcos 06bcdb8da6 Convert named argument from nblocks to conf_target 8 years ago
Alex Morcos 439c4e8ad5 Improve api to estimatesmartfee 8 years ago