7246 Commits (bd0f41387783ee91623d7fac15e89e57db37df82)

Author SHA1 Message Date
Jonas Nick bd0f413877 Reduce unnecessary hashing in signrawtransaction 9 years ago
Pavel Janík 13c455823f Remove unused local variable shadowing upper local 9 years ago
Pieter Wuille 52b02ecd6d Use global ::fRelayTxes instead of CNode one 9 years ago
Suhas Daftuar bd477f4e8b VerifyDB: don't check blocks that have been pruned 9 years ago
Pavel Vasin 02ce2a3ca7 qt: askpassphrasedialog: Clear pass fields on accept 9 years ago
Warren Togami bf9266e017 Use Socks5ErrorString() to decode error responses from socks proxy. 9 years ago
Ethan Heilman 2a8b3589b5 Fix typo adddrman to addrman as requested in #8070 9 years ago
EthanHeilman f4119c6c98 Remove non-determinism which is breaking net_tests #8069 9 years ago
Pieter Wuille a68ec21f7e Use SipHash-2-4 for address relay selection 9 years ago
Pieter Wuille 8cc9cfe160 Switch CTxMempool::mapTx to use a hash index for txids 9 years ago
Pieter Wuille 382c871d28 Use SipHash-2-4 for CCoinsCache index 9 years ago
Pieter Wuille 0b1295b066 Add SipHash-2-4 primitives to hash 9 years ago
Warren Togami 94fd1d8d53 Make Socks5() InterruptibleRecv() timeout/failures informative. 9 years ago
Patrick Strateman 46b0c3b688 Acquire lock to check for genesis block. 9 years ago
Patrick Strateman 380498aba4 Move BackupWallet to CWallet::BackupWallet 9 years ago
Patrick Strateman ecb9741ec3 Move GetAccountBalance from rpcwallet.cpp into CWallet::GetAccountBalance 9 years ago
Pieter Wuille b4d24e142e Report reindexing progress in GUI 9 years ago
Pieter Wuille d3d7547911 Add -reindex-chainstate that does not rebuild block index 9 years ago
Pieter Wuille fb8fad1586 Optimize ActivateBestChain for long chains 9 years ago
Pieter Wuille 316623f2c1 Switch reindexing to AcceptBlock in-loop and ActivateBestChain afterwards 9 years ago
Pieter Wuille d253ec4baa Make ProcessNewBlock dbp const and update comment 9 years ago
Gregory Maxwell d87b198b73 Remove unneeded feerate param from RelayTransaction/AcceptToMemoryPool. 9 years ago
Daniel Kraft f93c2a1b7e net: Avoid duplicate getheaders requests. 9 years ago
Wladimir J. van der Laan 1ab1dc3140 rpc: Add `relaytxes` flag to `getnetworkinfo` 9 years ago
Wladimir J. van der Laan 581ddff05c net: Add fRelayTxes flag 9 years ago
Jonas Schnelli 34ebceb25a
[Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX 9 years ago
Jonas Schnelli 276ce84fd3
[Qt] Disable some menu items during splashscreen/verification state 9 years ago
Tyler Hardin 8b0e497028 Qt: Add option to hide the system tray icon 9 years ago
Wladimir J. van der Laan 32114dd634 bench: Add crypto hash benchmarks 9 years ago
Chris Stewart 10e83d7956 Adding basic tests for OP_CSV inside of script_tests.json 9 years ago
Cory Fields 5d5e7a097a net: No need to export ConnectNode 9 years ago
Cory Fields e9ed6206b3 net: No need to export DumpBanlist 9 years ago
Cory Fields 8b8f87714d net: make Ban/Unban/ClearBan functionality consistent 9 years ago
MarcoFalke fa72f7d99d [doc] Remove outdated line from listunspent RPC help, fix typo 9 years ago
Wladimir J. van der Laan 3e2c946cfd init: Move berkeleydb version reporting to wallet 9 years ago
Tyler Hardin 2d5603c7e8 Qt: Sort transactions by date 9 years ago
Tyler Hardin 3902a291ab Qt: Delay user confirmation of send 9 years ago
Warren Togami 0d9af79e50 SOCKS5 connecting and connected messages with -debug=net. 9 years ago
Warren Togami 00678bdb0a Make failures to connect via Socks5() more informative and less unnecessarily scary. 9 years ago
instagibbs 657e07efa3 Rename ReconsiderBlock func to reflect real behavior 9 years ago
Chirag Davé 326231611b fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 9 years ago
Patrick Strateman 0fd599767d Fix insanity of CWalletDB::WriteTx and CWalletTx::WriteToDisk 9 years ago
Pavel Janík 166e4b0dfa Notify other serviceQueue thread we are finished to prevent deadlocks. 9 years ago
Pavel Janík db18ab28c7 Reenable multithread scheduler test. 9 years ago
instagibbs addb9d2a09 Remove state arg from ReconsiderBlock 9 years ago
21E14 a4d5855a25 CCoinsViewErrorCatcher raison-d-etre 9 years ago
Kaz Wesley e53e7c5473 don't run ThreadMessageHandler at lowered priority 9 years ago
Cory Fields cca221fd21 net: Drop CNodeRef for AttemptToEvictConnection 9 years ago
Cory Fields 563f375cde net: use the exposed GetNodeSignals() rather than g_signals directly 9 years ago
Cory Fields 9faa4902cd net: remove unused set 9 years ago