9981 Commits (a9dd11144152bf40fa797cc0b0c8857c03d3ad6a)

Author SHA1 Message Date
Wladimir J. van der Laan 1967d2a4da qt: Increase BLOCK_CHAIN_SIZE constants 7 years ago
Pieter Wuille 8842d1a5d4 Add undocumented -forcecompactdb to force LevelDB compactions 7 years ago
Pieter Wuille b1973d6181 Update chain transaction statistics 7 years ago
practicalswift 11dd29b658 [net] Fix use of uninitialized value in getnetworkinfo(const JSONRPCRequest& request) 7 years ago
Masahiko Hyuga 7f121a079b Fix typo in sendcoinsdialog. 7 years ago
Wladimir J. van der Laan 42307c4bf3
qt: Periodic translations update 7 years ago
Wladimir J. van der Laan f0aceddf88 p2p: Hardcoded seeds update pre-0.15 branch 7 years ago
Alex Morcos bdd5543ad6 Clarify help message for -discardfee 7 years ago
John Newbery d84e78ec39 [wallet] Specify wallet name in wallet loading errors 7 years ago
João Barbosa a6da027d83 Reject invalid wallet files 7 years ago
João Barbosa 3ef77a0c12 Reject duplicate wallet filenames 7 years ago
Pieter Wuille efeb273305 Force on-the-fly compaction during pertxout upgrade 7 years ago
Alex Morcos 49d903e696 Eliminate fee overpaying edge case when subtracting fee from recipients 7 years ago
Gregory Maxwell 9a8b054185 Update defaultAssumeValid according to release-process.md. 7 years ago
Andrew Chow e222dc2aee Replace ismine with producesignature check in witnessifier 7 years ago
Matt Corallo c0025d0a92 Fix segfault when shutting down before fully loading 7 years ago
Matt Corallo 138569722c Order chainstate init more logically. 7 years ago
Matt Corallo ff3a21919d Call RewindBlockIndex even if we're about to run -reindex-chainstate 7 years ago
Matt Corallo b0f32497b8 More user-friendly error message if UTXO DB runs ahead of block DB 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
Russell Yanofsky df389bca20 Change wallet method disabled error text 7 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 7 years ago
practicalswift 065039da1f [tests] Fix incorrect memory_cleanse(…) call in crypto_tests.cpp 7 years ago
Ryan Havar 9f8a46f077 Properly document target_confirmations in listsinceblock 7 years ago
Wladimir J. van der Laan 88af227687 test: Make sure wallet.backup is created in temp path 7 years ago
Dag Robole 72f00608d0 Replace traditional for with ranged for in primitives 7 years ago
Matt Corallo a56f8b0be3 Add missing lock in CScheduler::AreThreadsServicingQueue() 7 years ago
Marko Bencun f228b8e163 remove some unused functions 7 years ago
Dag Robole 05e023f2ec Move CloseSocket out of SetSocketNonBlocking and pass SOCKET by const reference in SetSocket* functions 7 years ago
Brian McMichael 0be03c71bd Qt: Use _putenv_s instead of setenv on Windows builds 7 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. 7 years ago
Wladimir J. van der Laan 6adc3a3732
qt: Periodic translations update 7 years ago
John Newbery 9508761ed6 [wallet] [rpc] Add listwallets RPC 7 years ago
John Newbery 4a057152d2 [wallet] [rpc] print wallet name in getwalletinfo 7 years ago
John Newbery 09eacee6b2 [wallet] fix comment for CWallet::Verify() 7 years ago
Jonas Schnelli 97375727b8
[Qt] Use wallet 0 in rpc console if running with multiple wallets 7 years ago
Pieter Wuille 6b8d872e5e Protect SSE4 code behind a compile-time flag 7 years ago
Pieter Wuille fa9be909c9 Add selftest for SHA256 transform 7 years ago
Pieter Wuille c1ccb15b0e Add SSE4 based SHA256 7 years ago
Pieter Wuille 2991c91d88 Add SHA256 dispatcher 7 years ago
Pieter Wuille 4d50f38fe0 Support multi-block SHA256 transforms 7 years ago
Steven D. Lander a5ecaf1490
Fix misspellings and remove safety verbiage 7 years ago
Alex Morcos 2264236da0 Rename -usewallet to -rpcwallet 7 years ago
Andrew Chow 1c9b818756 getinfo deprecation warning 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
Matt Corallo cf82a9e704 Do not allow users to get keys from keypool without reserving them 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
practicalswift 5a6671c4ca Fix typo: "conditon" → "condition" 7 years ago
practicalswift 35aff43217 Remove unused variable int64_t nEnd 7 years ago
Matt Corallo 99c7fc39a5 Prevent user from specifying conflicting parameters to fundrawtx 7 years ago